Thu Apr 10 16:40:49 2008 UTC ()
update to 2.22.0
This switches to the gnome-2.22 release branch.


(drochner)
diff -r1.69 -r1.70 pkgsrc/devel/libgnome/Makefile
diff -r1.22 -r1.23 pkgsrc/devel/libgnome/PLIST
diff -r1.19 -r1.20 pkgsrc/devel/libgnome/buildlink3.mk
diff -r1.31 -r1.32 pkgsrc/devel/libgnome/distinfo

cvs diff -r1.69 -r1.70 pkgsrc/devel/libgnome/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libgnome/Makefile 2008/03/06 14:53:49 1.69
+++ pkgsrc/devel/libgnome/Makefile 2008/04/10 16:40:49 1.70
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.69 2008/03/06 14:53:49 wiz Exp $ 1# $NetBSD: Makefile,v 1.70 2008/04/10 16:40:49 drochner Exp $
2# 2#
3 3
4DISTNAME= libgnome-2.20.1.1 4DISTNAME= libgnome-2.22.0
5PKGREVISION= 1 
6CATEGORIES= devel gnome 5CATEGORIES= devel gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome/2.20/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome/2.22/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= jmmv@NetBSD.org 9MAINTAINER= jmmv@NetBSD.org
11HOMEPAGE= http://www.gnome.org/ 10HOMEPAGE= http://www.gnome.org/
12COMMENT= Core GNOME2 library (non-graphical) 11COMMENT= Core GNOME2 library (non-graphical)
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16BUILDLINK_API_DEPENDS.esound+= esound>=0.2.26 15BUILDLINK_API_DEPENDS.esound+= esound>=0.2.26
17 16
18GNU_CONFIGURE= YES 17GNU_CONFIGURE= YES
19USE_TOOLS+= gmake intltool msgfmt pkg-config 18USE_TOOLS+= gmake intltool msgfmt pkg-config
20USE_LIBTOOL= YES 19USE_LIBTOOL= YES
@@ -29,45 +28,44 @@ INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} @@ -29,45 +28,44 @@ INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS}
29INSTALL_MAKE_FLAGS+= soundlistdir=${PREFIX}/share/examples/libgnome/sound/events 28INSTALL_MAKE_FLAGS+= soundlistdir=${PREFIX}/share/examples/libgnome/sound/events
30 29
31OWN_DIRS= ${PKG_SYSCONFDIR}/sound/events 30OWN_DIRS= ${PKG_SYSCONFDIR}/sound/events
32 31
33EGDIR= ${PREFIX}/share/examples/libgnome 32EGDIR= ${PREFIX}/share/examples/libgnome
34CONF_FILES= ${EGDIR}/sound/events/gnome-2.soundlist \ 33CONF_FILES= ${EGDIR}/sound/events/gnome-2.soundlist \
35 ${PKG_SYSCONFDIR}/sound/events/gnome-2.soundlist 34 ${PKG_SYSCONFDIR}/sound/events/gnome-2.soundlist
36CONF_FILES+= ${EGDIR}/sound/events/gtk-events-2.soundlist \ 35CONF_FILES+= ${EGDIR}/sound/events/gtk-events-2.soundlist \
37 ${PKG_SYSCONFDIR}/sound/events/gtk-events-2.soundlist 36 ${PKG_SYSCONFDIR}/sound/events/gtk-events-2.soundlist
38 37
39GCONF_SCHEMAS= desktop_gnome_accessibility_keyboard.schemas 38GCONF_SCHEMAS= desktop_gnome_accessibility_keyboard.schemas
40GCONF_SCHEMAS+= desktop_gnome_accessibility_startup.schemas 39GCONF_SCHEMAS+= desktop_gnome_accessibility_startup.schemas
41GCONF_SCHEMAS+= desktop_gnome_applications_browser.schemas 40GCONF_SCHEMAS+= desktop_gnome_applications_browser.schemas
42GCONF_SCHEMAS+= desktop_gnome_applications_help_viewer.schemas 
43GCONF_SCHEMAS+= desktop_gnome_applications_terminal.schemas 41GCONF_SCHEMAS+= desktop_gnome_applications_terminal.schemas
44GCONF_SCHEMAS+= desktop_gnome_applications_window_manager.schemas 42GCONF_SCHEMAS+= desktop_gnome_applications_window_manager.schemas
45GCONF_SCHEMAS+= desktop_gnome_background.schemas 43GCONF_SCHEMAS+= desktop_gnome_background.schemas
46GCONF_SCHEMAS+= desktop_gnome_file_views.schemas 44GCONF_SCHEMAS+= desktop_gnome_file_views.schemas
47GCONF_SCHEMAS+= desktop_gnome_interface.schemas 45GCONF_SCHEMAS+= desktop_gnome_interface.schemas
48GCONF_SCHEMAS+= desktop_gnome_lockdown.schemas 46GCONF_SCHEMAS+= desktop_gnome_lockdown.schemas
49GCONF_SCHEMAS+= desktop_gnome_peripherals_keyboard.schemas 47GCONF_SCHEMAS+= desktop_gnome_peripherals_keyboard.schemas
50GCONF_SCHEMAS+= desktop_gnome_peripherals_mouse.schemas 48GCONF_SCHEMAS+= desktop_gnome_peripherals_mouse.schemas
51GCONF_SCHEMAS+= desktop_gnome_sound.schemas 49GCONF_SCHEMAS+= desktop_gnome_sound.schemas
52GCONF_SCHEMAS+= desktop_gnome_thumbnailers.schemas 50GCONF_SCHEMAS+= desktop_gnome_thumbnailers.schemas
53GCONF_SCHEMAS+= desktop_gnome_typing_break.schemas 51GCONF_SCHEMAS+= desktop_gnome_typing_break.schemas
54GCONF_SCHEMAS+= desktop_gnome_applications_at_mobility.schemas 52GCONF_SCHEMAS+= desktop_gnome_applications_at_mobility.schemas
55GCONF_SCHEMAS+= desktop_gnome_applications_at_visual.schemas 53GCONF_SCHEMAS+= desktop_gnome_applications_at_visual.schemas
 54GCONF_SCHEMAS+= desktop_gnome_applications_office.schemas
56 55
57BUILDLINK_API_DEPENDS.audiofile+= libaudiofile>=0.2.3 56BUILDLINK_API_DEPENDS.audiofile+= libaudiofile>=0.2.3
58BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0 57BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0
59BUILDLINK_API_DEPENDS.libbonobo+= libbonobo>=2.13.0 58BUILDLINK_API_DEPENDS.libbonobo+= libbonobo>=2.13.0
60 59
61.include "../../audio/esound/buildlink3.mk" 60.include "../../audio/esound/buildlink3.mk"
62.include "../../audio/libaudiofile/buildlink3.mk" 61.include "../../audio/libaudiofile/buildlink3.mk"
63.include "../../devel/gettext-lib/buildlink3.mk" 62.include "../../devel/gettext-lib/buildlink3.mk"
64.include "../../devel/glib2/buildlink3.mk" 63.include "../../devel/glib2/buildlink3.mk"
65.include "../../devel/GConf/schemas.mk" 64.include "../../devel/GConf/schemas.mk"
66.include "../../devel/libbonobo/buildlink3.mk" 65.include "../../devel/libbonobo/buildlink3.mk"
67.include "../../devel/popt/buildlink3.mk" 66.include "../../devel/popt/buildlink3.mk"
68.include "../../devel/zlib/buildlink3.mk" 67.include "../../devel/zlib/buildlink3.mk"
69.include "../../sysutils/gnome-vfs/buildlink3.mk" 68.include "../../sysutils/gnome-vfs/buildlink3.mk"
70.include "../../textproc/libxml2/buildlink3.mk" 69.include "../../textproc/libxml2/buildlink3.mk"
71.include "../../textproc/libxslt/buildlink3.mk" 70.include "../../textproc/libxslt/buildlink3.mk"
72.include "../../mk/bdb.buildlink3.mk" 
73.include "../../mk/bsd.pkg.mk" 71.include "../../mk/bsd.pkg.mk"

cvs diff -r1.22 -r1.23 pkgsrc/devel/libgnome/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/libgnome/PLIST 2007/10/31 20:05:48 1.22
+++ pkgsrc/devel/libgnome/PLIST 2008/04/10 16:40:49 1.23
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.22 2007/10/31 20:05:48 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.23 2008/04/10 16:40:49 drochner Exp $
2bin/gnome-open 2bin/gnome-open
3include/libgnome-2.0/libgnome/gnome-config.h 3include/libgnome-2.0/libgnome/gnome-config.h
4include/libgnome-2.0/libgnome/gnome-exec.h 4include/libgnome-2.0/libgnome/gnome-exec.h
5include/libgnome-2.0/libgnome/gnome-gconf.h 5include/libgnome-2.0/libgnome/gnome-gconf.h
6include/libgnome-2.0/libgnome/gnome-help.h 6include/libgnome-2.0/libgnome/gnome-help.h
7include/libgnome-2.0/libgnome/gnome-i18n.h 7include/libgnome-2.0/libgnome/gnome-i18n.h
8include/libgnome-2.0/libgnome/gnome-init.h 8include/libgnome-2.0/libgnome/gnome-init.h
9include/libgnome-2.0/libgnome/gnome-macros.h 9include/libgnome-2.0/libgnome/gnome-macros.h
10include/libgnome-2.0/libgnome/gnome-program.h 10include/libgnome-2.0/libgnome/gnome-program.h
11include/libgnome-2.0/libgnome/gnome-score.h 11include/libgnome-2.0/libgnome/gnome-score.h
12include/libgnome-2.0/libgnome/gnome-sound.h 12include/libgnome-2.0/libgnome/gnome-sound.h
13include/libgnome-2.0/libgnome/gnome-triggers.h 13include/libgnome-2.0/libgnome/gnome-triggers.h
14include/libgnome-2.0/libgnome/gnome-url.h 14include/libgnome-2.0/libgnome/gnome-url.h
@@ -17,27 +17,27 @@ include/libgnome-2.0/libgnome/libgnome.h @@ -17,27 +17,27 @@ include/libgnome-2.0/libgnome/libgnome.h
17include/libgnome-2.0/libgnome/libgnometypebuiltins.h 17include/libgnome-2.0/libgnome/libgnometypebuiltins.h
18lib/bonobo/monikers/libmoniker_extra_2.la 18lib/bonobo/monikers/libmoniker_extra_2.la
19lib/bonobo/servers/GNOME_Moniker_std.server 19lib/bonobo/servers/GNOME_Moniker_std.server
20lib/libgnome-2.la 20lib/libgnome-2.la
21lib/pkgconfig/libgnome-2.0.pc 21lib/pkgconfig/libgnome-2.0.pc
22man/man7/gnome-options.7 22man/man7/gnome-options.7
23share/examples/libgnome/sound/events/gnome-2.soundlist 23share/examples/libgnome/sound/events/gnome-2.soundlist
24share/examples/libgnome/sound/events/gtk-events-2.soundlist 24share/examples/libgnome/sound/events/gtk-events-2.soundlist
25share/gconf/schemas/desktop_gnome_accessibility_keyboard.schemas 25share/gconf/schemas/desktop_gnome_accessibility_keyboard.schemas
26share/gconf/schemas/desktop_gnome_accessibility_startup.schemas 26share/gconf/schemas/desktop_gnome_accessibility_startup.schemas
27share/gconf/schemas/desktop_gnome_applications_at_mobility.schemas 27share/gconf/schemas/desktop_gnome_applications_at_mobility.schemas
28share/gconf/schemas/desktop_gnome_applications_at_visual.schemas 28share/gconf/schemas/desktop_gnome_applications_at_visual.schemas
29share/gconf/schemas/desktop_gnome_applications_browser.schemas 29share/gconf/schemas/desktop_gnome_applications_browser.schemas
30share/gconf/schemas/desktop_gnome_applications_help_viewer.schemas 30share/gconf/schemas/desktop_gnome_applications_office.schemas
31share/gconf/schemas/desktop_gnome_applications_terminal.schemas 31share/gconf/schemas/desktop_gnome_applications_terminal.schemas
32share/gconf/schemas/desktop_gnome_applications_window_manager.schemas 32share/gconf/schemas/desktop_gnome_applications_window_manager.schemas
33share/gconf/schemas/desktop_gnome_background.schemas 33share/gconf/schemas/desktop_gnome_background.schemas
34share/gconf/schemas/desktop_gnome_file_views.schemas 34share/gconf/schemas/desktop_gnome_file_views.schemas
35share/gconf/schemas/desktop_gnome_interface.schemas 35share/gconf/schemas/desktop_gnome_interface.schemas
36share/gconf/schemas/desktop_gnome_lockdown.schemas 36share/gconf/schemas/desktop_gnome_lockdown.schemas
37share/gconf/schemas/desktop_gnome_peripherals_keyboard.schemas 37share/gconf/schemas/desktop_gnome_peripherals_keyboard.schemas
38share/gconf/schemas/desktop_gnome_peripherals_mouse.schemas 38share/gconf/schemas/desktop_gnome_peripherals_mouse.schemas
39share/gconf/schemas/desktop_gnome_sound.schemas 39share/gconf/schemas/desktop_gnome_sound.schemas
40share/gconf/schemas/desktop_gnome_thumbnailers.schemas 40share/gconf/schemas/desktop_gnome_thumbnailers.schemas
41share/gconf/schemas/desktop_gnome_typing_break.schemas 41share/gconf/schemas/desktop_gnome_typing_break.schemas
42share/gnome-background-properties/gnome-default.xml 42share/gnome-background-properties/gnome-default.xml
43share/gtk-doc/html/libgnome/ch01.html 43share/gtk-doc/html/libgnome/ch01.html
@@ -94,60 +94,63 @@ share/locale/cy/LC_MESSAGES/libgnome-2.0 @@ -94,60 +94,63 @@ share/locale/cy/LC_MESSAGES/libgnome-2.0
94share/locale/da/LC_MESSAGES/libgnome-2.0.mo 94share/locale/da/LC_MESSAGES/libgnome-2.0.mo
95share/locale/de/LC_MESSAGES/libgnome-2.0.mo 95share/locale/de/LC_MESSAGES/libgnome-2.0.mo
96share/locale/dz/LC_MESSAGES/libgnome-2.0.mo 96share/locale/dz/LC_MESSAGES/libgnome-2.0.mo
97share/locale/el/LC_MESSAGES/libgnome-2.0.mo 97share/locale/el/LC_MESSAGES/libgnome-2.0.mo
98share/locale/en_CA/LC_MESSAGES/libgnome-2.0.mo 98share/locale/en_CA/LC_MESSAGES/libgnome-2.0.mo
99share/locale/en_GB/LC_MESSAGES/libgnome-2.0.mo 99share/locale/en_GB/LC_MESSAGES/libgnome-2.0.mo
100share/locale/eo/LC_MESSAGES/libgnome-2.0.mo 100share/locale/eo/LC_MESSAGES/libgnome-2.0.mo
101share/locale/es/LC_MESSAGES/libgnome-2.0.mo 101share/locale/es/LC_MESSAGES/libgnome-2.0.mo
102share/locale/et/LC_MESSAGES/libgnome-2.0.mo 102share/locale/et/LC_MESSAGES/libgnome-2.0.mo
103share/locale/eu/LC_MESSAGES/libgnome-2.0.mo 103share/locale/eu/LC_MESSAGES/libgnome-2.0.mo
104share/locale/fa/LC_MESSAGES/libgnome-2.0.mo 104share/locale/fa/LC_MESSAGES/libgnome-2.0.mo
105share/locale/fi/LC_MESSAGES/libgnome-2.0.mo 105share/locale/fi/LC_MESSAGES/libgnome-2.0.mo
106share/locale/fr/LC_MESSAGES/libgnome-2.0.mo 106share/locale/fr/LC_MESSAGES/libgnome-2.0.mo
 107share/locale/fur/LC_MESSAGES/libgnome-2.0.mo
107share/locale/ga/LC_MESSAGES/libgnome-2.0.mo 108share/locale/ga/LC_MESSAGES/libgnome-2.0.mo
108share/locale/gl/LC_MESSAGES/libgnome-2.0.mo 109share/locale/gl/LC_MESSAGES/libgnome-2.0.mo
109share/locale/gu/LC_MESSAGES/libgnome-2.0.mo 110share/locale/gu/LC_MESSAGES/libgnome-2.0.mo
110share/locale/he/LC_MESSAGES/libgnome-2.0.mo 111share/locale/he/LC_MESSAGES/libgnome-2.0.mo
111share/locale/hi/LC_MESSAGES/libgnome-2.0.mo 112share/locale/hi/LC_MESSAGES/libgnome-2.0.mo
112share/locale/hr/LC_MESSAGES/libgnome-2.0.mo 113share/locale/hr/LC_MESSAGES/libgnome-2.0.mo
113share/locale/hu/LC_MESSAGES/libgnome-2.0.mo 114share/locale/hu/LC_MESSAGES/libgnome-2.0.mo
114share/locale/id/LC_MESSAGES/libgnome-2.0.mo 115share/locale/id/LC_MESSAGES/libgnome-2.0.mo
115share/locale/is/LC_MESSAGES/libgnome-2.0.mo 116share/locale/is/LC_MESSAGES/libgnome-2.0.mo
116share/locale/it/LC_MESSAGES/libgnome-2.0.mo 117share/locale/it/LC_MESSAGES/libgnome-2.0.mo
117share/locale/ja/LC_MESSAGES/libgnome-2.0.mo 118share/locale/ja/LC_MESSAGES/libgnome-2.0.mo
118share/locale/ka/LC_MESSAGES/libgnome-2.0.mo 119share/locale/ka/LC_MESSAGES/libgnome-2.0.mo
119share/locale/ko/LC_MESSAGES/libgnome-2.0.mo 120share/locale/ko/LC_MESSAGES/libgnome-2.0.mo
120share/locale/ku/LC_MESSAGES/libgnome-2.0.mo 121share/locale/ku/LC_MESSAGES/libgnome-2.0.mo
121share/locale/lt/LC_MESSAGES/libgnome-2.0.mo 122share/locale/lt/LC_MESSAGES/libgnome-2.0.mo
122share/locale/lv/LC_MESSAGES/libgnome-2.0.mo 123share/locale/lv/LC_MESSAGES/libgnome-2.0.mo
123share/locale/mg/LC_MESSAGES/libgnome-2.0.mo 124share/locale/mg/LC_MESSAGES/libgnome-2.0.mo
124share/locale/mk/LC_MESSAGES/libgnome-2.0.mo 125share/locale/mk/LC_MESSAGES/libgnome-2.0.mo
125share/locale/ml/LC_MESSAGES/libgnome-2.0.mo 126share/locale/ml/LC_MESSAGES/libgnome-2.0.mo
126share/locale/mn/LC_MESSAGES/libgnome-2.0.mo 127share/locale/mn/LC_MESSAGES/libgnome-2.0.mo
 128share/locale/mr/LC_MESSAGES/libgnome-2.0.mo
127share/locale/ms/LC_MESSAGES/libgnome-2.0.mo 129share/locale/ms/LC_MESSAGES/libgnome-2.0.mo
128share/locale/nb/LC_MESSAGES/libgnome-2.0.mo 130share/locale/nb/LC_MESSAGES/libgnome-2.0.mo
129share/locale/ne/LC_MESSAGES/libgnome-2.0.mo 131share/locale/ne/LC_MESSAGES/libgnome-2.0.mo
130share/locale/nl/LC_MESSAGES/libgnome-2.0.mo 132share/locale/nl/LC_MESSAGES/libgnome-2.0.mo
131share/locale/nn/LC_MESSAGES/libgnome-2.0.mo 133share/locale/nn/LC_MESSAGES/libgnome-2.0.mo
132share/locale/oc/LC_MESSAGES/libgnome-2.0.mo 134share/locale/oc/LC_MESSAGES/libgnome-2.0.mo
133share/locale/or/LC_MESSAGES/libgnome-2.0.mo 135share/locale/or/LC_MESSAGES/libgnome-2.0.mo
134share/locale/pa/LC_MESSAGES/libgnome-2.0.mo 136share/locale/pa/LC_MESSAGES/libgnome-2.0.mo
135share/locale/pl/LC_MESSAGES/libgnome-2.0.mo 137share/locale/pl/LC_MESSAGES/libgnome-2.0.mo
136share/locale/pt/LC_MESSAGES/libgnome-2.0.mo 138share/locale/pt/LC_MESSAGES/libgnome-2.0.mo
137share/locale/pt_BR/LC_MESSAGES/libgnome-2.0.mo 139share/locale/pt_BR/LC_MESSAGES/libgnome-2.0.mo
138share/locale/ro/LC_MESSAGES/libgnome-2.0.mo 140share/locale/ro/LC_MESSAGES/libgnome-2.0.mo
139share/locale/ru/LC_MESSAGES/libgnome-2.0.mo 141share/locale/ru/LC_MESSAGES/libgnome-2.0.mo
140share/locale/rw/LC_MESSAGES/libgnome-2.0.mo 142share/locale/rw/LC_MESSAGES/libgnome-2.0.mo
 143share/locale/si/LC_MESSAGES/libgnome-2.0.mo
141share/locale/sk/LC_MESSAGES/libgnome-2.0.mo 144share/locale/sk/LC_MESSAGES/libgnome-2.0.mo
142share/locale/sl/LC_MESSAGES/libgnome-2.0.mo 145share/locale/sl/LC_MESSAGES/libgnome-2.0.mo
143share/locale/sq/LC_MESSAGES/libgnome-2.0.mo 146share/locale/sq/LC_MESSAGES/libgnome-2.0.mo
144share/locale/sr/LC_MESSAGES/libgnome-2.0.mo 147share/locale/sr/LC_MESSAGES/libgnome-2.0.mo
145share/locale/sr@Latn/LC_MESSAGES/libgnome-2.0.mo 148share/locale/sr@Latn/LC_MESSAGES/libgnome-2.0.mo
146share/locale/sr@ije/LC_MESSAGES/libgnome-2.0.mo 149share/locale/sr@ije/LC_MESSAGES/libgnome-2.0.mo
147share/locale/sv/LC_MESSAGES/libgnome-2.0.mo 150share/locale/sv/LC_MESSAGES/libgnome-2.0.mo
148share/locale/ta/LC_MESSAGES/libgnome-2.0.mo 151share/locale/ta/LC_MESSAGES/libgnome-2.0.mo
149share/locale/th/LC_MESSAGES/libgnome-2.0.mo 152share/locale/th/LC_MESSAGES/libgnome-2.0.mo
150share/locale/tr/LC_MESSAGES/libgnome-2.0.mo 153share/locale/tr/LC_MESSAGES/libgnome-2.0.mo
151share/locale/tt/LC_MESSAGES/libgnome-2.0.mo 154share/locale/tt/LC_MESSAGES/libgnome-2.0.mo
152share/locale/uk/LC_MESSAGES/libgnome-2.0.mo 155share/locale/uk/LC_MESSAGES/libgnome-2.0.mo
153share/locale/vi/LC_MESSAGES/libgnome-2.0.mo 156share/locale/vi/LC_MESSAGES/libgnome-2.0.mo

cvs diff -r1.19 -r1.20 pkgsrc/devel/libgnome/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/libgnome/buildlink3.mk 2008/03/06 14:53:49 1.19
+++ pkgsrc/devel/libgnome/buildlink3.mk 2008/04/10 16:40:49 1.20
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: buildlink3.mk,v 1.19 2008/03/06 14:53:49 wiz Exp $ 1# $NetBSD: buildlink3.mk,v 1.20 2008/04/10 16:40:49 drochner Exp $
2 2
3BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ 3BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
4LIBGNOME_BUILDLINK3_MK:= ${LIBGNOME_BUILDLINK3_MK}+ 4LIBGNOME_BUILDLINK3_MK:= ${LIBGNOME_BUILDLINK3_MK}+
5 5
6.if !empty(BUILDLINK_DEPTH:M+) 6.if !empty(BUILDLINK_DEPTH:M+)
7BUILDLINK_DEPENDS+= libgnome 7BUILDLINK_DEPENDS+= libgnome
8.endif 8.endif
9 9
10BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibgnome} 10BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibgnome}
11BUILDLINK_PACKAGES+= libgnome 11BUILDLINK_PACKAGES+= libgnome
12BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libgnome 12BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libgnome
13 13
14.if !empty(LIBGNOME_BUILDLINK3_MK:M+) 14.if !empty(LIBGNOME_BUILDLINK3_MK:M+)
@@ -16,16 +16,15 @@ BUILDLINK_API_DEPENDS.libgnome+= libgnom @@ -16,16 +16,15 @@ BUILDLINK_API_DEPENDS.libgnome+= libgnom
16BUILDLINK_ABI_DEPENDS.libgnome+= libgnome>=2.20.1.1nb1 16BUILDLINK_ABI_DEPENDS.libgnome+= libgnome>=2.20.1.1nb1
17BUILDLINK_PKGSRCDIR.libgnome?= ../../devel/libgnome 17BUILDLINK_PKGSRCDIR.libgnome?= ../../devel/libgnome
18.endif # LIBGNOME_BUILDLINK3_MK 18.endif # LIBGNOME_BUILDLINK3_MK
19 19
20.include "../../audio/esound/buildlink3.mk" 20.include "../../audio/esound/buildlink3.mk"
21.include "../../devel/gettext-lib/buildlink3.mk" 21.include "../../devel/gettext-lib/buildlink3.mk"
22.include "../../devel/glib2/buildlink3.mk" 22.include "../../devel/glib2/buildlink3.mk"
23.include "../../devel/libbonobo/buildlink3.mk" 23.include "../../devel/libbonobo/buildlink3.mk"
24.include "../../devel/popt/buildlink3.mk" 24.include "../../devel/popt/buildlink3.mk"
25.include "../../devel/zlib/buildlink3.mk" 25.include "../../devel/zlib/buildlink3.mk"
26.include "../../sysutils/gnome-vfs/buildlink3.mk" 26.include "../../sysutils/gnome-vfs/buildlink3.mk"
27.include "../../textproc/libxml2/buildlink3.mk" 27.include "../../textproc/libxml2/buildlink3.mk"
28.include "../../textproc/libxslt/buildlink3.mk" 28.include "../../textproc/libxslt/buildlink3.mk"
29.include "../../mk/bdb.buildlink3.mk" 
30 29
31BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} 30BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}

cvs diff -r1.31 -r1.32 pkgsrc/devel/libgnome/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libgnome/distinfo 2007/10/31 20:05:48 1.31
+++ pkgsrc/devel/libgnome/distinfo 2008/04/10 16:40:49 1.32
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.31 2007/10/31 20:05:48 drochner Exp $ 1$NetBSD: distinfo,v 1.32 2008/04/10 16:40:49 drochner Exp $
2 2
3SHA1 (libgnome-2.20.1.1.tar.bz2) = 59c1e8d8f8b50e290eb513eeadd729f271c20d2b 3SHA1 (libgnome-2.22.0.tar.bz2) = 2d263acdd313d37d1018356c74e9d1cc7a9c2e0d
4RMD160 (libgnome-2.20.1.1.tar.bz2) = 616032d4af3c283e37728caeb705424dffbbac19 4RMD160 (libgnome-2.22.0.tar.bz2) = 50b0c0fc21e14c45245b95138b40e1ea40084547
5Size (libgnome-2.20.1.1.tar.bz2) = 1370144 bytes 5Size (libgnome-2.22.0.tar.bz2) = 1407548 bytes
6SHA1 (patch-af) = 783e295d1714b7c121538ed7459ffbcf3ff3713a 6SHA1 (patch-af) = 783e295d1714b7c121538ed7459ffbcf3ff3713a
7SHA1 (patch-ag) = cf65f35eb15371c46e603e804ff4b0b9ef820b5f 7SHA1 (patch-ag) = cf65f35eb15371c46e603e804ff4b0b9ef820b5f