summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-10-26 01:41:10 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-10-26 01:41:10 +0800
commit41c893e7c1db5053864779d8954ed4568438fca4 (patch)
tree656a20f978f3ae0fa741afddd8b2fbd8752688e8
parent87c7b51168e2a617407b3568b9cccdd6f29db481 (diff)
downloadmarcuscom-ports-41c893e7c1db5053864779d8954ed4568438fca4.tar
marcuscom-ports-41c893e7c1db5053864779d8954ed4568438fca4.tar.gz
marcuscom-ports-41c893e7c1db5053864779d8954ed4568438fca4.tar.bz2
marcuscom-ports-41c893e7c1db5053864779d8954ed4568438fca4.tar.lz
marcuscom-ports-41c893e7c1db5053864779d8954ed4568438fca4.tar.xz
marcuscom-ports-41c893e7c1db5053864779d8954ed4568438fca4.tar.zst
marcuscom-ports-41c893e7c1db5053864779d8954ed4568438fca4.zip
Fix compilation with gtk+-2.3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1299 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--sysutils/gconf-editor/Makefile29
-rw-r--r--sysutils/gconf-editor/distinfo1
-rw-r--r--sysutils/gconf-editor/files/patch-src_Makefile.in11
-rw-r--r--sysutils/gconf-editor/pkg-descr2
-rw-r--r--sysutils/gconf-editor/pkg-plist66
-rw-r--r--sysutils/x11/gnomedesktop/Makefile37
-rw-r--r--sysutils/x11/gnomedesktop/distinfo1
-rw-r--r--sysutils/x11/gnomedesktop/files/patch-configure10
-rw-r--r--sysutils/x11/gnomedesktop/files/patch-gnome-about_Makefile.in10
-rw-r--r--sysutils/x11/gnomedesktop/pkg-descr4
-rw-r--r--sysutils/x11/gnomedesktop/pkg-plist194
11 files changed, 365 insertions, 0 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile
new file mode 100644
index 000000000..2b6a90a78
--- /dev/null
+++ b/sysutils/gconf-editor/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: gconf-editor
+# Date created: 12 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/sysutils/gconf-editor/Makefile,v 1.22 2003/09/18 06:49:23 marcus Exp $
+#
+
+PORTNAME= gconf-editor
+PORTVERSION= 2.4.0
+PORTREVISION= 1
+PORTEPOCH= 1
+CATEGORIES= sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A gconf database editor for the GNOME 2 environment
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gconf2
+USE_LIBTOOL= yes
+USE_REINPLACE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
diff --git a/sysutils/gconf-editor/distinfo b/sysutils/gconf-editor/distinfo
new file mode 100644
index 000000000..837b0be5f
--- /dev/null
+++ b/sysutils/gconf-editor/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/gconf-editor-2.4.0.tar.bz2) = 7ebc352062fc8b6d3c09a69ad6e963a7
diff --git a/sysutils/gconf-editor/files/patch-src_Makefile.in b/sysutils/gconf-editor/files/patch-src_Makefile.in
new file mode 100644
index 000000000..cac5af008
--- /dev/null
+++ b/sysutils/gconf-editor/files/patch-src_Makefile.in
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig Sat Oct 25 13:35:55 2003
++++ src/Makefile.in Sat Oct 25 13:36:10 2003
+@@ -123,7 +123,7 @@
+ USE_NLS = @USE_NLS@
+ VERSION = @VERSION@
+
+-INCLUDES = -DLOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" -DGCONF_EDITOR_IMAGEDIR=\""$(datadir)/pixmaps/gconf-editor"\" -DIMAGEDIR=\""$(datadir)/pixmaps"\" -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_DEPRECATED $(GCONF_EDITOR_CFLAGS)
++INCLUDES = -DLOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" -DGCONF_EDITOR_IMAGEDIR=\""$(datadir)/pixmaps/gconf-editor"\" -DIMAGEDIR=\""$(datadir)/pixmaps"\" -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_DEPRECATED $(GCONF_EDITOR_CFLAGS)
+
+
+ bin_PROGRAMS = gconf-editor
diff --git a/sysutils/gconf-editor/pkg-descr b/sysutils/gconf-editor/pkg-descr
new file mode 100644
index 000000000..f840cc1d2
--- /dev/null
+++ b/sysutils/gconf-editor/pkg-descr
@@ -0,0 +1,2 @@
+gconf-editor is a gconf database editor for GNOME 2.0. It is similar to
+regedit on Windows.
diff --git a/sysutils/gconf-editor/pkg-plist b/sysutils/gconf-editor/pkg-plist
new file mode 100644
index 000000000..55767281a
--- /dev/null
+++ b/sysutils/gconf-editor/pkg-plist
@@ -0,0 +1,66 @@
+bin/gconf-editor
+share/gnome/applications/gconf-editor.desktop
+share/gnome/pixmaps/gconf-editor.png
+share/gnome/pixmaps/gconf-editor/entry-blank.png
+share/gnome/pixmaps/gconf-editor/entry-bool.png
+share/gnome/pixmaps/gconf-editor/entry-list.png
+share/gnome/pixmaps/gconf-editor/entry-number.png
+share/gnome/pixmaps/gconf-editor/entry-schema.png
+share/gnome/pixmaps/gconf-editor/entry-string.png
+share/gnome/pixmaps/gconf-editor/folder-closed.png
+share/gnome/pixmaps/gconf-editor/folder-open.png
+share/gnome/pixmaps/gconf-editor/stock-about-16.png
+share/locale/am/LC_MESSAGES/gconf-editor.mo
+share/locale/ar/LC_MESSAGES/gconf-editor.mo
+share/locale/az/LC_MESSAGES/gconf-editor.mo
+share/locale/be/LC_MESSAGES/gconf-editor.mo
+share/locale/bg/LC_MESSAGES/gconf-editor.mo
+share/locale/bn/LC_MESSAGES/gconf-editor.mo
+share/locale/ca/LC_MESSAGES/gconf-editor.mo
+share/locale/cs/LC_MESSAGES/gconf-editor.mo
+share/locale/cy/LC_MESSAGES/gconf-editor.mo
+share/locale/da/LC_MESSAGES/gconf-editor.mo
+share/locale/de/LC_MESSAGES/gconf-editor.mo
+share/locale/el/LC_MESSAGES/gconf-editor.mo
+share/locale/es/LC_MESSAGES/gconf-editor.mo
+share/locale/et/LC_MESSAGES/gconf-editor.mo
+share/locale/fa/LC_MESSAGES/gconf-editor.mo
+share/locale/fi/LC_MESSAGES/gconf-editor.mo
+share/locale/fr/LC_MESSAGES/gconf-editor.mo
+share/locale/ga/LC_MESSAGES/gconf-editor.mo
+share/locale/gl/LC_MESSAGES/gconf-editor.mo
+share/locale/he/LC_MESSAGES/gconf-editor.mo
+share/locale/hi/LC_MESSAGES/gconf-editor.mo
+share/locale/hu/LC_MESSAGES/gconf-editor.mo
+share/locale/id/LC_MESSAGES/gconf-editor.mo
+share/locale/it/LC_MESSAGES/gconf-editor.mo
+share/locale/ja/LC_MESSAGES/gconf-editor.mo
+share/locale/kn/LC_MESSAGES/gconf-editor.mo
+share/locale/ko/LC_MESSAGES/gconf-editor.mo
+share/locale/li/LC_MESSAGES/gconf-editor.mo
+share/locale/lt/LC_MESSAGES/gconf-editor.mo
+share/locale/lv/LC_MESSAGES/gconf-editor.mo
+share/locale/mk/LC_MESSAGES/gconf-editor.mo
+share/locale/ml/LC_MESSAGES/gconf-editor.mo
+share/locale/mn/LC_MESSAGES/gconf-editor.mo
+share/locale/ms/LC_MESSAGES/gconf-editor.mo
+share/locale/nl/LC_MESSAGES/gconf-editor.mo
+share/locale/no/LC_MESSAGES/gconf-editor.mo
+share/locale/pl/LC_MESSAGES/gconf-editor.mo
+share/locale/pt/LC_MESSAGES/gconf-editor.mo
+share/locale/pt_BR/LC_MESSAGES/gconf-editor.mo
+share/locale/ro/LC_MESSAGES/gconf-editor.mo
+share/locale/ru/LC_MESSAGES/gconf-editor.mo
+share/locale/sk/LC_MESSAGES/gconf-editor.mo
+share/locale/sl/LC_MESSAGES/gconf-editor.mo
+share/locale/sq/LC_MESSAGES/gconf-editor.mo
+share/locale/sr/LC_MESSAGES/gconf-editor.mo
+share/locale/sr@Latn/LC_MESSAGES/gconf-editor.mo
+share/locale/sv/LC_MESSAGES/gconf-editor.mo
+share/locale/ta/LC_MESSAGES/gconf-editor.mo
+share/locale/tr/LC_MESSAGES/gconf-editor.mo
+share/locale/uk/LC_MESSAGES/gconf-editor.mo
+share/locale/vi/LC_MESSAGES/gconf-editor.mo
+share/locale/zh_CN/LC_MESSAGES/gconf-editor.mo
+share/locale/zh_TW/LC_MESSAGES/gconf-editor.mo
+@dirrm share/gnome/pixmaps/gconf-editor
diff --git a/sysutils/x11/gnomedesktop/Makefile b/sysutils/x11/gnomedesktop/Makefile
new file mode 100644
index 000000000..d8cf3d1d5
--- /dev/null
+++ b/sysutils/x11/gnomedesktop/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: gnomedesktop
+# Date created: 13 April 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/gnomedesktop/Makefile,v 1.31 2003/10/18 22:59:51 marcus Exp $
+#
+
+PORTNAME= gnomedesktop
+PORTVERSION= 2.4.1.1
+PORTREVISION= 2
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-desktop/2.4
+DISTNAME= gnome-desktop-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Additional UI API for GNOME 2
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_XPM= yes
+USE_REINPLACE= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui
+GNOME_DESKTOP_VERSION=2
+USE_GMAKE= yes
+USE_BISON= yes
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" \
+ --with-kde-datadir=${LOCALBASE}/share
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= gnome-about.1
+
+.include <bsd.port.mk>
diff --git a/sysutils/x11/gnomedesktop/distinfo b/sysutils/x11/gnomedesktop/distinfo
new file mode 100644
index 000000000..81d1e2540
--- /dev/null
+++ b/sysutils/x11/gnomedesktop/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/gnome-desktop-2.4.1.1.tar.bz2) = c85489c7befc79b5cc9bda1b2006cacc
diff --git a/sysutils/x11/gnomedesktop/files/patch-configure b/sysutils/x11/gnomedesktop/files/patch-configure
new file mode 100644
index 000000000..caf5b493a
--- /dev/null
+++ b/sysutils/x11/gnomedesktop/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Sun May 4 06:56:20 2003
++++ configure Sun May 4 19:20:27 2003
+@@ -8374,6 +8374,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/sysutils/x11/gnomedesktop/files/patch-gnome-about_Makefile.in b/sysutils/x11/gnomedesktop/files/patch-gnome-about_Makefile.in
new file mode 100644
index 000000000..04c09a835
--- /dev/null
+++ b/sysutils/x11/gnomedesktop/files/patch-gnome-about_Makefile.in
@@ -0,0 +1,10 @@
+--- gnome-about/Makefile.in.orig Sat Oct 25 13:41:43 2003
++++ gnome-about/Makefile.in Sat Oct 25 13:41:50 2003
+@@ -158,7 +158,6 @@
+ DISABLE_DEPRECATED_CFLAGS = \
+ -DG_DISABLE_DEPRECATED \
+ -DGDK_DISABLE_DEPRECATED \
+- -DGTK_DISABLE_DEPRECATED \
+ -DGDK_PIXBUF_DISABLE_DEPRECATED \
+ -DGNOME_DISABLE_DEPRECATED
+
diff --git a/sysutils/x11/gnomedesktop/pkg-descr b/sysutils/x11/gnomedesktop/pkg-descr
new file mode 100644
index 000000000..500857a54
--- /dev/null
+++ b/sysutils/x11/gnomedesktop/pkg-descr
@@ -0,0 +1,4 @@
+This is a collection of APIs not included in libgnomeui as they have
+not undergone sufficient testing.
+
+WWW: http://www.gnome.org/
diff --git a/sysutils/x11/gnomedesktop/pkg-plist b/sysutils/x11/gnomedesktop/pkg-plist
new file mode 100644
index 000000000..a3384f7d3
--- /dev/null
+++ b/sysutils/x11/gnomedesktop/pkg-plist
@@ -0,0 +1,194 @@
+bin/gnome-about
+include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h
+include/gnome-desktop-2.0/libgnomeui/gnome-ditem-edit.h
+include/gnome-desktop-2.0/libgnomeui/gnome-hint.h
+lib/libgnome-desktop-2.a
+lib/libgnome-desktop-2.so
+lib/libgnome-desktop-2.so.3
+libdata/pkgconfig/gnome-desktop-2.0.pc
+share/gnome/gnome-about/gnome-64.gif
+share/gnome/gnome-about/gnome-version.xml
+share/gnome/gnome-about/headers/header-bg-ancient01a.png
+share/gnome/gnome-about/headers/header-bg-city01.png
+share/gnome/gnome-about/headers/header-bg-clouds01.png
+share/gnome/gnome-about/headers/header-bg-clouds02.png
+share/gnome/gnome-about/headers/header-bg-hills01.png
+share/gnome/gnome-about/headers/header-bg-landscape01.png
+share/gnome/gnome-about/headers/header-bg-mountains01.png
+share/gnome/gnome-about/headers/header-bg-snow01.png
+share/gnome/gnome-about/headers/header-bg-sunset01.png
+share/gnome/help/fdl/C/fdl.xml
+share/gnome/help/gnome-feedback/C/gnome-feedback.xml
+share/gnome/help/gpl/C/gpl.xml
+share/gnome/help/lgpl/C/lgpl.xml
+share/gnome/pixmaps/advanced-directory.png
+share/gnome/pixmaps/apple-green.png
+share/gnome/pixmaps/apple-red.png
+share/gnome/pixmaps/gnome-aorta.png
+share/gnome/pixmaps/gnome-applets.png
+share/gnome/pixmaps/gnome-applications.png
+share/gnome/pixmaps/gnome-background-image.png
+share/gnome/pixmaps/gnome-background-pattern.png
+share/gnome/pixmaps/gnome-background.png
+share/gnome/pixmaps/gnome-calc2.png
+share/gnome/pixmaps/gnome-calc3.png
+share/gnome/pixmaps/gnome-calendar.png
+share/gnome/pixmaps/gnome-ccbackground.png
+share/gnome/pixmaps/gnome-ccdesktop.png
+share/gnome/pixmaps/gnome-ccdialog.png
+share/gnome/pixmaps/gnome-ccmime.png
+share/gnome/pixmaps/gnome-ccperiph.png
+share/gnome/pixmaps/gnome-ccscreensaver.png
+share/gnome/pixmaps/gnome-ccwindowmanager.png
+share/gnome/pixmaps/gnome-color-browser.png
+share/gnome/pixmaps/gnome-color-xterm.png
+share/gnome/pixmaps/gnome-computer.png
+share/gnome/pixmaps/gnome-cromagnon.png
+share/gnome/pixmaps/gnome-day.png
+share/gnome/pixmaps/gnome-debian.png
+share/gnome/pixmaps/gnome-diskfree.png
+share/gnome/pixmaps/gnome-emacs.png
+share/gnome/pixmaps/gnome-eterm.png
+share/gnome/pixmaps/gnome-favorites.png
+share/gnome/pixmaps/gnome-file-c.png
+share/gnome/pixmaps/gnome-file-h.png
+share/gnome/pixmaps/gnome-folder.png
+share/gnome/pixmaps/gnome-gemvt.png
+share/gnome/pixmaps/gnome-gimp.png
+share/gnome/pixmaps/gnome-gmenu.png
+share/gnome/pixmaps/gnome-gmush.png
+share/gnome/pixmaps/gnome-gnomoku.png
+share/gnome/pixmaps/gnome-home.png
+share/gnome/pixmaps/gnome-html.png
+share/gnome/pixmaps/gnome-image-gif.png
+share/gnome/pixmaps/gnome-image-jpeg.png
+share/gnome/pixmaps/gnome-irc.png
+share/gnome/pixmaps/gnome-laptop.png
+share/gnome/pixmaps/gnome-log.png
+share/gnome/pixmaps/gnome-logo-icon-transparent.png
+share/gnome/pixmaps/gnome-logo-icon.png
+share/gnome/pixmaps/gnome-logo-large.png
+share/gnome/pixmaps/gnome-mailcheck.png
+share/gnome/pixmaps/gnome-mdi.png
+share/gnome/pixmaps/gnome-mnemonic.png
+share/gnome/pixmaps/gnome-modem.png
+share/gnome/pixmaps/gnome-money.png
+share/gnome/pixmaps/gnome-monitor.png
+share/gnome/pixmaps/gnome-month.png
+share/gnome/pixmaps/gnome-mouse.png
+share/gnome/pixmaps/gnome-networktool.png
+share/gnome/pixmaps/gnome-news.png
+share/gnome/pixmaps/gnome-note.png
+share/gnome/pixmaps/gnome-qeye.png
+share/gnome/pixmaps/gnome-session.png
+share/gnome/pixmaps/gnome-set-time.png
+share/gnome/pixmaps/gnome-spider.png
+share/gnome/pixmaps/gnome-squeak.png
+share/gnome/pixmaps/gnome-suse.png
+share/gnome/pixmaps/gnome-talk.png
+share/gnome/pixmaps/gnome-term-linux.png
+share/gnome/pixmaps/gnome-term-linux2.png
+share/gnome/pixmaps/gnome-term-night.png
+share/gnome/pixmaps/gnome-term-tiger.png
+share/gnome/pixmaps/gnome-term.png
+share/gnome/pixmaps/gnome-tigert.png
+share/gnome/pixmaps/gnome-touristinfo.png
+share/gnome/pixmaps/gnome-user-interface.png
+share/gnome/pixmaps/gnome-util.png
+share/gnome/pixmaps/gnome-week.png
+share/gnome/pixmaps/gnome-windows.png
+share/gnome/pixmaps/gnome-word.png
+share/gnome/pixmaps/gnome-workspace.png
+share/gnome/pixmaps/gnome-xterm.png
+share/gnome/pixmaps/gtkvim.png
+share/gnome/pixmaps/kterm.xpm
+share/gnome/pixmaps/launcher-program.png
+share/gnome/pixmaps/monitor.png
+share/gnome/pixmaps/vnterm.xpm
+share/gnome/vfolders/Accessories.directory
+share/gnome/vfolders/Applications.directory
+share/gnome/vfolders/Development.directory
+share/gnome/vfolders/Games.directory
+share/gnome/vfolders/Graphics.directory
+share/gnome/vfolders/Internet.directory
+share/gnome/vfolders/Multimedia.directory
+share/gnome/vfolders/Office.directory
+share/gnome/vfolders/Other.directory
+share/gnome/vfolders/Root.directory
+share/gnome/vfolders/Settings.directory
+share/gnome/vfolders/System.directory
+share/locale/am/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/ar/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/az/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/be/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/bg/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/bn/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/br/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/bs/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/ca/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/cs/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/cy/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/da/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/de/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/el/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/en_GB/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/eo/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/es/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/et/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/eu/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/fa/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/fi/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/fr/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/ga/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/gl/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/he/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/hi/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/hu/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/id/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/is/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/it/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/ja/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/kn/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/ko/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/li/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/lt/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/lv/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/mk/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/ml/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/mn/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/mr/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/ms/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/ne/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/nl/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/nn/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/no/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/pl/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/pt/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/ro/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/ru/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/sk/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/sl/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/sq/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/sr/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/sr@Latn/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/sv/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/ta/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/th/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/tr/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/uk/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/vi/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/wa/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/yi/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-desktop-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-desktop-2.0.mo
+@dirrm share/gnome/help/lgpl/C/figures
+@dirrm share/gnome/help/gpl/C/figures
+@dirrm share/gnome/help/gnome-feedback/C/figures
+@dirrm share/gnome/help/gnome-feedback/C
+@dirrm share/gnome/help/gnome-feedback
+@dirrm share/gnome/help/fdl/C/figures
+@dirrm share/gnome/gnome-about/headers
+@dirrm include/gnome-desktop-2.0/libgnomeui
+@dirrm include/gnome-desktop-2.0/libgnome
+@dirrm include/gnome-desktop-2.0