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 (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,73 +1,71 @@ @@ -1,73 +1,71 @@
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
21USE_PKGLOCALEDIR= YES 20USE_PKGLOCALEDIR= YES
22 21
23PKGCONFIG_OVERRIDE= libgnome/libgnome-2.0.pc.in 22PKGCONFIG_OVERRIDE= libgnome/libgnome-2.0.pc.in
24 23
25CONFIGURE_ARGS= --enable-gtk-doc=no 24CONFIGURE_ARGS= --enable-gtk-doc=no
26CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} 25CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
27CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q} 26CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
28INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} 27INSTALL_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 (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,169 +1,172 @@ @@ -1,169 +1,172 @@
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
15include/libgnome-2.0/libgnome/gnome-util.h 15include/libgnome-2.0/libgnome/gnome-util.h
16include/libgnome-2.0/libgnome/libgnome.h 16include/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
44share/gtk-doc/html/libgnome/ch02.html 44share/gtk-doc/html/libgnome/ch02.html
45share/gtk-doc/html/libgnome/ch03.html 45share/gtk-doc/html/libgnome/ch03.html
46share/gtk-doc/html/libgnome/ch04.html 46share/gtk-doc/html/libgnome/ch04.html
47share/gtk-doc/html/libgnome/ch05.html 47share/gtk-doc/html/libgnome/ch05.html
48share/gtk-doc/html/libgnome/ch06.html 48share/gtk-doc/html/libgnome/ch06.html
49share/gtk-doc/html/libgnome/home.png 49share/gtk-doc/html/libgnome/home.png
50share/gtk-doc/html/libgnome/index.html 50share/gtk-doc/html/libgnome/index.html
51share/gtk-doc/html/libgnome/index.sgml 51share/gtk-doc/html/libgnome/index.sgml
52share/gtk-doc/html/libgnome/ix01.html 52share/gtk-doc/html/libgnome/ix01.html
53share/gtk-doc/html/libgnome/ix02.html 53share/gtk-doc/html/libgnome/ix02.html
54share/gtk-doc/html/libgnome/ix03.html 54share/gtk-doc/html/libgnome/ix03.html
55share/gtk-doc/html/libgnome/ix04.html 55share/gtk-doc/html/libgnome/ix04.html
56share/gtk-doc/html/libgnome/ix05.html 56share/gtk-doc/html/libgnome/ix05.html
57share/gtk-doc/html/libgnome/ix06.html 57share/gtk-doc/html/libgnome/ix06.html
58share/gtk-doc/html/libgnome/ix07.html 58share/gtk-doc/html/libgnome/ix07.html
59share/gtk-doc/html/libgnome/ix08.html 59share/gtk-doc/html/libgnome/ix08.html
60share/gtk-doc/html/libgnome/ix09.html 60share/gtk-doc/html/libgnome/ix09.html
61share/gtk-doc/html/libgnome/ix10.html 61share/gtk-doc/html/libgnome/ix10.html
62share/gtk-doc/html/libgnome/left.png 62share/gtk-doc/html/libgnome/left.png
63share/gtk-doc/html/libgnome/libgnome-gnome-config.html 63share/gtk-doc/html/libgnome/libgnome-gnome-config.html
64share/gtk-doc/html/libgnome/libgnome-gnome-exec.html 64share/gtk-doc/html/libgnome/libgnome-gnome-exec.html
65share/gtk-doc/html/libgnome/libgnome-gnome-gconf.html 65share/gtk-doc/html/libgnome/libgnome-gnome-gconf.html
66share/gtk-doc/html/libgnome/libgnome-gnome-help.html 66share/gtk-doc/html/libgnome/libgnome-gnome-help.html
67share/gtk-doc/html/libgnome/libgnome-gnome-i18n.html 67share/gtk-doc/html/libgnome/libgnome-gnome-i18n.html
68share/gtk-doc/html/libgnome/libgnome-gnome-init.html 68share/gtk-doc/html/libgnome/libgnome-gnome-init.html
69share/gtk-doc/html/libgnome/libgnome-gnome-program.html 69share/gtk-doc/html/libgnome/libgnome-gnome-program.html
70share/gtk-doc/html/libgnome/libgnome-gnome-score.html 70share/gtk-doc/html/libgnome/libgnome-gnome-score.html
71share/gtk-doc/html/libgnome/libgnome-gnome-sound.html 71share/gtk-doc/html/libgnome/libgnome-gnome-sound.html
72share/gtk-doc/html/libgnome/libgnome-gnome-triggers.html 72share/gtk-doc/html/libgnome/libgnome-gnome-triggers.html
73share/gtk-doc/html/libgnome/libgnome-gnome-url.html 73share/gtk-doc/html/libgnome/libgnome-gnome-url.html
74share/gtk-doc/html/libgnome/libgnome-gnome-util.html 74share/gtk-doc/html/libgnome/libgnome-gnome-util.html
75share/gtk-doc/html/libgnome/libgnome-libgnometypebuiltins.html 75share/gtk-doc/html/libgnome/libgnome-libgnometypebuiltins.html
76share/gtk-doc/html/libgnome/libgnome.devhelp 76share/gtk-doc/html/libgnome/libgnome.devhelp
77share/gtk-doc/html/libgnome/libgnome.devhelp2 77share/gtk-doc/html/libgnome/libgnome.devhelp2
78share/gtk-doc/html/libgnome/libgnome.html 78share/gtk-doc/html/libgnome/libgnome.html
79share/gtk-doc/html/libgnome/right.png 79share/gtk-doc/html/libgnome/right.png
80share/gtk-doc/html/libgnome/style.css 80share/gtk-doc/html/libgnome/style.css
81share/gtk-doc/html/libgnome/up.png 81share/gtk-doc/html/libgnome/up.png
82share/locale/am/LC_MESSAGES/libgnome-2.0.mo 82share/locale/am/LC_MESSAGES/libgnome-2.0.mo
83share/locale/ar/LC_MESSAGES/libgnome-2.0.mo 83share/locale/ar/LC_MESSAGES/libgnome-2.0.mo
84share/locale/as/LC_MESSAGES/libgnome-2.0.mo 84share/locale/as/LC_MESSAGES/libgnome-2.0.mo
85share/locale/az/LC_MESSAGES/libgnome-2.0.mo 85share/locale/az/LC_MESSAGES/libgnome-2.0.mo
86share/locale/be/LC_MESSAGES/libgnome-2.0.mo 86share/locale/be/LC_MESSAGES/libgnome-2.0.mo
87share/locale/bg/LC_MESSAGES/libgnome-2.0.mo 87share/locale/bg/LC_MESSAGES/libgnome-2.0.mo
88share/locale/bn/LC_MESSAGES/libgnome-2.0.mo 88share/locale/bn/LC_MESSAGES/libgnome-2.0.mo
89share/locale/bn_IN/LC_MESSAGES/libgnome-2.0.mo 89share/locale/bn_IN/LC_MESSAGES/libgnome-2.0.mo
90share/locale/bs/LC_MESSAGES/libgnome-2.0.mo 90share/locale/bs/LC_MESSAGES/libgnome-2.0.mo
91share/locale/ca/LC_MESSAGES/libgnome-2.0.mo 91share/locale/ca/LC_MESSAGES/libgnome-2.0.mo
92share/locale/cs/LC_MESSAGES/libgnome-2.0.mo 92share/locale/cs/LC_MESSAGES/libgnome-2.0.mo
93share/locale/cy/LC_MESSAGES/libgnome-2.0.mo 93share/locale/cy/LC_MESSAGES/libgnome-2.0.mo
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
154share/locale/wa/LC_MESSAGES/libgnome-2.0.mo 157share/locale/wa/LC_MESSAGES/libgnome-2.0.mo
155share/locale/xh/LC_MESSAGES/libgnome-2.0.mo 158share/locale/xh/LC_MESSAGES/libgnome-2.0.mo
156share/locale/yi/LC_MESSAGES/libgnome-2.0.mo 159share/locale/yi/LC_MESSAGES/libgnome-2.0.mo
157share/locale/zh_CN/LC_MESSAGES/libgnome-2.0.mo 160share/locale/zh_CN/LC_MESSAGES/libgnome-2.0.mo
158share/locale/zh_HK/LC_MESSAGES/libgnome-2.0.mo 161share/locale/zh_HK/LC_MESSAGES/libgnome-2.0.mo
159share/locale/zh_TW/LC_MESSAGES/libgnome-2.0.mo 162share/locale/zh_TW/LC_MESSAGES/libgnome-2.0.mo
160share/pixmaps/backgrounds/gnome/background-default.jpg 163share/pixmaps/backgrounds/gnome/background-default.jpg
161@dirrm share/gtk-doc/html/libgnome 164@dirrm share/gtk-doc/html/libgnome
162@comment in GConf: @dirrm share/gconf/schemas 165@comment in GConf: @dirrm share/gconf/schemas
163@dirrm share/examples/libgnome/sound/events 166@dirrm share/examples/libgnome/sound/events
164@dirrm share/examples/libgnome/sound 167@dirrm share/examples/libgnome/sound
165@dirrm share/examples/libgnome 168@dirrm share/examples/libgnome
166@comment in libbonobo: @dirrm lib/bonobo/servers 169@comment in libbonobo: @dirrm lib/bonobo/servers
167@comment in libbonobo: @dirrm lib/bonobo/monikers 170@comment in libbonobo: @dirrm lib/bonobo/monikers
168@dirrm include/libgnome-2.0/libgnome 171@dirrm include/libgnome-2.0/libgnome
169@dirrm include/libgnome-2.0 172@dirrm include/libgnome-2.0

cvs diff -r1.19 -r1.20 pkgsrc/devel/libgnome/buildlink3.mk (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,31 +1,30 @@ @@ -1,31 +1,30 @@
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+)
15BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.8.0 15BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.8.0
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 (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