summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-24 09:43:11 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-24 09:43:11 +0800
commitd04a555776b6db092c5189c0445b8dafc3ddc4cb (patch)
tree0fea8d74a34a2dadc1586455a9ebf4c3f814c093 /sysutils
parent6a95f7d8ca140125e7bbcc0f1e7bdc5daba1ac02 (diff)
downloadmarcuscom-ports-d04a555776b6db092c5189c0445b8dafc3ddc4cb.tar
marcuscom-ports-d04a555776b6db092c5189c0445b8dafc3ddc4cb.tar.gz
marcuscom-ports-d04a555776b6db092c5189c0445b8dafc3ddc4cb.tar.bz2
marcuscom-ports-d04a555776b6db092c5189c0445b8dafc3ddc4cb.tar.lz
marcuscom-ports-d04a555776b6db092c5189c0445b8dafc3ddc4cb.tar.xz
marcuscom-ports-d04a555776b6db092c5189c0445b8dafc3ddc4cb.tar.zst
marcuscom-ports-d04a555776b6db092c5189c0445b8dafc3ddc4cb.zip
Add gnomecontrolcenter2, and chase the libxklavier shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3118 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-control-center/Makefile45
-rw-r--r--sysutils/gnome-control-center/distinfo2
-rw-r--r--sysutils/gnome-control-center/files/patch-capplets_desktop-links_Makefile.in11
-rw-r--r--sysutils/gnome-control-center/files/patch-capplets_mouse_gnome-mouse-properties.c29
-rw-r--r--sysutils/gnome-control-center/files/patch-configure27
-rw-r--r--sysutils/gnome-control-center/files/patch-gnome-settings-daemon_gnome-settings-multimedia-keys.c11
-rw-r--r--sysutils/gnome-control-center/files/patch-libwindow-settings_gnome-wm-manager.c11
-rw-r--r--sysutils/gnome-control-center/files/patch-libwindow-settings_wm-list.c11
-rw-r--r--sysutils/gnome-control-center/pkg-descr1
-rw-r--r--sysutils/gnome-control-center/pkg-plist207
-rw-r--r--sysutils/gnomecontrolcenter2/Makefile45
-rw-r--r--sysutils/gnomecontrolcenter2/distinfo2
-rw-r--r--sysutils/gnomecontrolcenter2/files/patch-capplets_desktop-links_Makefile.in11
-rw-r--r--sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c29
-rw-r--r--sysutils/gnomecontrolcenter2/files/patch-configure27
-rw-r--r--sysutils/gnomecontrolcenter2/files/patch-gnome-settings-daemon_gnome-settings-multimedia-keys.c11
-rw-r--r--sysutils/gnomecontrolcenter2/files/patch-libwindow-settings_gnome-wm-manager.c11
-rw-r--r--sysutils/gnomecontrolcenter2/files/patch-libwindow-settings_wm-list.c11
-rw-r--r--sysutils/gnomecontrolcenter2/pkg-descr1
-rw-r--r--sysutils/gnomecontrolcenter2/pkg-plist207
20 files changed, 710 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile
new file mode 100644
index 000000000..a3b0b933d
--- /dev/null
+++ b/sysutils/gnome-control-center/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: gnomecontrolcenter2
+# Date created: 04 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/sysutils/gnomecontrolcenter2/Makefile,v 1.73 2004/11/10 03:19:14 mezz Exp $
+#
+
+PORTNAME= gnomecontrolcenter2
+PORTVERSION= 2.8.1
+PORTREVISION= 2
+CATEGORIES= sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/control-center/2.8
+DISTNAME= control-center-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Control center for GNOME 2 project
+
+LIB_DEPENDS= xklavier.9:${PORTSDIR}/x11/libxklavier
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GMAKE= yes
+GNOME_DESKTOP_VERSION=2
+USE_GNOME= gnomeprefix gnomehack gnomehier intlhack metacity nautilus2 \
+ gstreamerplugins
+USE_LIBTOOL_VER=15
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+
+GCONF_SCHEMAS= apps_gnome_settings_daemon_default_editor.schemas \
+ apps_gnome_settings_daemon_keybindings.schemas \
+ apps_gnome_settings_daemon_screensaver.schemas \
+ desktop_gnome_font_rendering.schemas \
+ desktop_gnome_peripherals_keyboard_xkb.schemas \
+ fontilus.schemas themus.schemas
+
+post-patch:
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|[{]prefix[}]/share/pixmaps|{datadir}/pixmaps|g'
+
+.include <bsd.port.mk>
diff --git a/sysutils/gnome-control-center/distinfo b/sysutils/gnome-control-center/distinfo
new file mode 100644
index 000000000..c420e2166
--- /dev/null
+++ b/sysutils/gnome-control-center/distinfo
@@ -0,0 +1,2 @@
+MD5 (gnome2/control-center-2.8.1.tar.bz2) = 7bd9c12b9abb05b6fcf7b4906b6918ea
+SIZE (gnome2/control-center-2.8.1.tar.bz2) = 2547071
diff --git a/sysutils/gnome-control-center/files/patch-capplets_desktop-links_Makefile.in b/sysutils/gnome-control-center/files/patch-capplets_desktop-links_Makefile.in
new file mode 100644
index 000000000..5a6b0ba8f
--- /dev/null
+++ b/sysutils/gnome-control-center/files/patch-capplets_desktop-links_Makefile.in
@@ -0,0 +1,11 @@
+--- capplets/desktop-links/Makefile.in.orig Tue Dec 30 15:55:28 2003
++++ capplets/desktop-links/Makefile.in Tue Dec 30 15:55:49 2003
+@@ -190,7 +190,7 @@
+
+ pixmaps_pre = $(capplets:=-capplet.png)
+ pixmaps_DATA = $(pixmaps_pre) accessibility-directory.png
+-pixmapsdir = $(datadir)/icons/gnome/48x48/apps
++pixmapsdir = $(prefix)/share/icons/gnome/48x48/apps
+
+ desktop_files = $(capplets:=.desktop)
+ desktop_in_files = $(desktop_files:.desktop=.desktop.in)
diff --git a/sysutils/gnome-control-center/files/patch-capplets_mouse_gnome-mouse-properties.c b/sysutils/gnome-control-center/files/patch-capplets_mouse_gnome-mouse-properties.c
new file mode 100644
index 000000000..9c487d7b8
--- /dev/null
+++ b/sysutils/gnome-control-center/files/patch-capplets_mouse_gnome-mouse-properties.c
@@ -0,0 +1,29 @@
+--- capplets/mouse/gnome-mouse-properties.c.orig Sat Nov 2 13:40:22 2002
++++ capplets/mouse/gnome-mouse-properties.c Sun Dec 22 16:33:36 2002
+@@ -591,7 +591,7 @@
+ filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-white.png", TRUE, NULL);
+ pixbuf = gdk_pixbuf_new_from_file (filename, NULL);
+ g_free (filename);
+- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-white.pcf", FALSE, NULL);
++ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-white.pcf", FALSE, NULL);
+
+ gtk_list_store_append (GTK_LIST_STORE (model), &iter);
+ if (cursor_font && ! strcmp (cursor_font, font_path)) {
+@@ -612,7 +612,7 @@
+ filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-normal-large.png", TRUE, NULL);
+ pixbuf = gdk_pixbuf_new_from_file (filename, NULL);
+ g_free (filename);
+- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-large.pcf", FALSE, NULL);
++ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-large.pcf", FALSE, NULL);
+
+ gtk_list_store_append (GTK_LIST_STORE (model), &iter);
+ if (cursor_font && ! strcmp (cursor_font, font_path)) {
+@@ -633,7 +633,7 @@
+ filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-white-large.png", TRUE, NULL);
+ pixbuf = gdk_pixbuf_new_from_file (filename, NULL);
+ g_free (filename);
+- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-large-white.pcf", FALSE, NULL);
++ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-large-white.pcf", FALSE, NULL);
+
+ gtk_list_store_append (GTK_LIST_STORE (model), &iter);
+ if (cursor_font && ! strcmp (cursor_font, font_path)) {
diff --git a/sysutils/gnome-control-center/files/patch-configure b/sysutils/gnome-control-center/files/patch-configure
new file mode 100644
index 000000000..44a777897
--- /dev/null
+++ b/sysutils/gnome-control-center/files/patch-configure
@@ -0,0 +1,27 @@
+--- configure.orig Thu Mar 11 03:09:48 2004
++++ configure Thu Mar 11 03:12:25 2004
+@@ -21373,6 +21373,7 @@
+ if eval "test \"\${$as_ac_var+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
++ LIBS="-lintl $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -21461,6 +21462,7 @@
+ cat >>confdefs.h <<_ACEOF
+ #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
+ _ACEOF
++LIBS="-lintl $LIBS"
+ have_ngettext=yes
+ fi
+ done
+@@ -26257,7 +26259,7 @@
+
+
+ cat >>confdefs.h <<_ACEOF
+-#define GNOMECC_DATA_DIR "${real_prefix}/share/${GETTEXT_PACKAGE}"
++#define GNOMECC_DATA_DIR "${datadir}/${GETTEXT_PACKAGE}"
+ _ACEOF
+
+ GNOMECC_ICONS_DIR='$(datadir)/'${GETTEXT_PACKAGE}'/icons'
diff --git a/sysutils/gnome-control-center/files/patch-gnome-settings-daemon_gnome-settings-multimedia-keys.c b/sysutils/gnome-control-center/files/patch-gnome-settings-daemon_gnome-settings-multimedia-keys.c
new file mode 100644
index 000000000..f66b82c9f
--- /dev/null
+++ b/sysutils/gnome-control-center/files/patch-gnome-settings-daemon_gnome-settings-multimedia-keys.c
@@ -0,0 +1,11 @@
+--- gnome-settings-daemon/gnome-settings-multimedia-keys.c.orig Thu Oct 14 15:44:21 2004
++++ gnome-settings-daemon/gnome-settings-multimedia-keys.c Thu Oct 14 15:44:38 2004
+@@ -813,7 +813,7 @@
+ do_mail_action (acme);
+ break;
+ case SLEEP_KEY:
+- do_sleep_action ("apm", "xset dpms force off");
++ do_sleep_action ("zzz", "xset dpms force off");
+ break;
+ case SCREENSAVER_KEY:
+ execute ("xscreensaver-command -lock", FALSE);
diff --git a/sysutils/gnome-control-center/files/patch-libwindow-settings_gnome-wm-manager.c b/sysutils/gnome-control-center/files/patch-libwindow-settings_gnome-wm-manager.c
new file mode 100644
index 000000000..95bbf2ea4
--- /dev/null
+++ b/sysutils/gnome-control-center/files/patch-libwindow-settings_gnome-wm-manager.c
@@ -0,0 +1,11 @@
+--- libwindow-settings/gnome-wm-manager.c.orig Mon Nov 11 00:42:08 2002
++++ libwindow-settings/gnome-wm-manager.c Mon Nov 11 00:43:26 2002
+@@ -227,7 +227,7 @@
+
+ done_scan = TRUE;
+
+- tempdir = gnome_unconditional_datadir_file ("gnome/wm-properties/");
++ tempdir = gnome_unconditional_datadir_file ("wm-properties/");
+ scan_wm_directory (tempdir, FALSE);
+ g_free (tempdir);
+
diff --git a/sysutils/gnome-control-center/files/patch-libwindow-settings_wm-list.c b/sysutils/gnome-control-center/files/patch-libwindow-settings_wm-list.c
new file mode 100644
index 000000000..149d59a9b
--- /dev/null
+++ b/sysutils/gnome-control-center/files/patch-libwindow-settings_wm-list.c
@@ -0,0 +1,11 @@
+--- libwindow-settings/wm-list.c.orig Tue Oct 8 17:43:12 2002
++++ libwindow-settings/wm-list.c Tue Oct 8 17:43:25 2002
+@@ -251,7 +251,7 @@
+ gchar *name;
+ GConfClient *client;
+
+- tempdir = gnome_unconditional_datadir_file ("gnome/wm-properties/");
++ tempdir = gnome_unconditional_datadir_file ("wm-properties/");
+ wm_list_read_dir (tempdir, FALSE);
+ g_free (tempdir);
+
diff --git a/sysutils/gnome-control-center/pkg-descr b/sysutils/gnome-control-center/pkg-descr
new file mode 100644
index 000000000..26d4dbe92
--- /dev/null
+++ b/sysutils/gnome-control-center/pkg-descr
@@ -0,0 +1 @@
+Configuration tools tightly integrated within the GNOME 2 desktop.
diff --git a/sysutils/gnome-control-center/pkg-plist b/sysutils/gnome-control-center/pkg-plist
new file mode 100644
index 000000000..ddf578890
--- /dev/null
+++ b/sysutils/gnome-control-center/pkg-plist
@@ -0,0 +1,207 @@
+bin/gnome-accessibility-keyboard-properties
+bin/gnome-at-properties
+bin/gnome-background-properties
+bin/gnome-control-center
+bin/gnome-default-applications-properties
+bin/gnome-display-properties
+bin/gnome-font-properties
+bin/gnome-font-viewer
+bin/gnome-keybinding-properties
+bin/gnome-keyboard-properties
+bin/gnome-mouse-properties
+bin/gnome-network-preferences
+bin/gnome-sound-properties
+bin/gnome-theme-manager
+bin/gnome-theme-thumbnailer
+bin/gnome-thumbnail-font
+bin/gnome-typing-monitor
+bin/gnome-ui-properties
+bin/gnome-window-properties
+bin/themus-theme-applier
+etc/gnome-vfs-2.0/modules/font-method.conf
+etc/gnome-vfs-2.0/modules/theme-method.conf
+include/gnome-window-settings-2.0/gnome-window-manager.h
+include/gnome-window-settings-2.0/gnome-wm-manager.h
+lib/bonobo/libthemus-theme-properties-view.so
+lib/gnome-vfs-2.0/modules/libfont-method.so
+lib/gnome-vfs-2.0/modules/libtheme-method.so
+lib/libgnome-window-settings.a
+lib/libgnome-window-settings.so
+lib/libgnome-window-settings.so.1
+lib/window-manager-settings/libmetacity.a
+lib/window-manager-settings/libmetacity.so
+libdata/bonobo/servers/GNOME_SettingsDaemon.server
+libdata/bonobo/servers/Themus_Properties_View.server
+libdata/bonobo/servers/fontilus.server
+libdata/pkgconfig/gnome-window-settings-2.0.pc
+libexec/fontilus-context-menu
+libexec/gnome-settings-daemon
+share/gnome/application-registry/fontilus.applications
+share/gnome/application-registry/themus.applications
+share/gnome/applications/gnomecc.desktop
+share/gnome/control-center-2.0/capplets/accessibility-keyboard.desktop
+share/gnome/control-center-2.0/capplets/at-properties.desktop
+share/gnome/control-center-2.0/capplets/background.desktop
+share/gnome/control-center-2.0/capplets/default-applications.desktop
+share/gnome/control-center-2.0/capplets/display-properties.desktop
+share/gnome/control-center-2.0/capplets/font-properties.desktop
+share/gnome/control-center-2.0/capplets/gnome-network-preferences.desktop
+share/gnome/control-center-2.0/capplets/gnome-settings-mouse.desktop
+share/gnome/control-center-2.0/capplets/gnome-settings-sound.desktop
+share/gnome/control-center-2.0/capplets/gnome-ui-properties.desktop
+share/gnome/control-center-2.0/capplets/gtk-theme-selector.desktop
+share/gnome/control-center-2.0/capplets/keybinding.desktop
+share/gnome/control-center-2.0/capplets/keyboard.desktop
+share/gnome/control-center-2.0/capplets/window-properties.desktop
+share/gnome/control-center-2.0/icons/display-capplet.png
+share/gnome/control-center-2.0/interfaces/acme.glade
+share/gnome/control-center-2.0/interfaces/apply-font.glade
+share/gnome/control-center-2.0/interfaces/at-enable-dialog.glade
+share/gnome/control-center-2.0/interfaces/font-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-accessibility-keyboard-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-background-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-default-applications-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-keybinding-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-keyboard-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-mouse-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-network-preferences.glade
+share/gnome/control-center-2.0/interfaces/gnome-ui-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-window-properties.glade
+share/gnome/control-center-2.0/interfaces/sound-properties.glade
+share/gnome/control-center-2.0/interfaces/theme-install.glade
+share/gnome/control-center-2.0/interfaces/theme-properties.glade
+share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-bouncekey.png
+share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-mousekey.png
+share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-slowkey.png
+share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-stickykey.png
+share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-togglekey.png
+share/gnome/control-center-2.0/pixmaps/acme-brightness.png
+share/gnome/control-center-2.0/pixmaps/acme-eject.png
+share/gnome/control-center-2.0/pixmaps/at-startup.png
+share/gnome/control-center-2.0/pixmaps/at-support.png
+share/gnome/control-center-2.0/pixmaps/bar-disabled.png
+share/gnome/control-center-2.0/pixmaps/bar-green.png
+share/gnome/control-center-2.0/pixmaps/bar-red.png
+share/gnome/control-center-2.0/pixmaps/bar.png
+share/gnome/control-center-2.0/pixmaps/double-click-maybe.png
+share/gnome/control-center-2.0/pixmaps/double-click-off.png
+share/gnome/control-center-2.0/pixmaps/double-click-on.png
+share/gnome/control-center-2.0/pixmaps/gnome-speakernotes-muted.png
+share/gnome/control-center-2.0/pixmaps/gnome-speakernotes.png
+share/gnome/control-center-2.0/pixmaps/keyboard-bell.png
+share/gnome/control-center-2.0/pixmaps/keyboard-cursor.png
+share/gnome/control-center-2.0/pixmaps/keyboard-repeat.png
+share/gnome/control-center-2.0/pixmaps/keyboard-volume.png
+share/gnome/control-center-2.0/pixmaps/mouse-cursor-normal-large.png
+share/gnome/control-center-2.0/pixmaps/mouse-cursor-normal.png
+share/gnome/control-center-2.0/pixmaps/mouse-cursor-white-large.png
+share/gnome/control-center-2.0/pixmaps/mouse-cursor-white.png
+share/gnome/control-center-2.0/pixmaps/mouse-left.png
+share/gnome/control-center-2.0/pixmaps/mouse-right.png
+share/gnome/control-center-2.0/pixmaps/ocean-stripes.png
+share/gnome/control-center-2.0/pixmaps/stop.png
+share/gnome/control-center-2.0/pixmaps/subpixel-bgr.png
+share/gnome/control-center-2.0/pixmaps/subpixel-rgb.png
+share/gnome/control-center-2.0/pixmaps/subpixel-vbgr.png
+share/gnome/control-center-2.0/pixmaps/subpixel-vrgb.png
+share/gnome/control-center-2.0/pixmaps/theme-thumbnailing.png
+share/gnome/control-center-2.0/pixmaps/visual-bell.png
+share/gnome/control-center-2.0/xrdb/Editres.ad
+share/gnome/control-center-2.0/xrdb/Emacs.ad
+share/gnome/control-center-2.0/xrdb/General.ad
+share/gnome/control-center-2.0/xrdb/Motif.ad
+share/gnome/control-center-2.0/xrdb/Tk.ad
+share/gnome/control-center-2.0/xrdb/Xaw.ad
+share/gnome/cursor-fonts/cursor-large-white.pcf
+share/gnome/cursor-fonts/cursor-large.pcf
+share/gnome/cursor-fonts/cursor-white.pcf
+share/gnome/gnome-2.0/ui/gnomecc-ui.xml
+share/gnome/idl/ConfigArchiver.idl
+share/gnome/idl/GNOME_SettingsDaemon.idl
+share/gnome/mime-info/fontilus.keys
+share/gnome/mime-info/fontilus.mime
+share/gnome/mime-info/themus.keys
+share/gnome/pixmaps/control-center2.png
+share/gnome/pixmaps/display-capplet.png
+share/gnome/pixmaps/gnomecc-2/active.png
+share/gnome/pixmaps/gnomecc-2/bcg_top.png
+share/gnome/pixmaps/gnomecc-2/blank.png
+share/gnome/pixmaps/gnomecc-2/title.png
+share/gnome/vfolders/Accessibility.directory
+share/gnome/vfolders/Advanced.directory
+share/gnome/vfolders/font-method.directory
+share/gnome/vfolders/theme-method.directory
+share/icons/gnome/48x48/apps/accessibility-directory.png
+share/locale/af/LC_MESSAGES/control-center-2.0.mo
+share/locale/am/LC_MESSAGES/control-center-2.0.mo
+share/locale/ar/LC_MESSAGES/control-center-2.0.mo
+share/locale/az/LC_MESSAGES/control-center-2.0.mo
+share/locale/be/LC_MESSAGES/control-center-2.0.mo
+share/locale/bg/LC_MESSAGES/control-center-2.0.mo
+share/locale/bn/LC_MESSAGES/control-center-2.0.mo
+share/locale/bs/LC_MESSAGES/control-center-2.0.mo
+share/locale/ca/LC_MESSAGES/control-center-2.0.mo
+share/locale/cs/LC_MESSAGES/control-center-2.0.mo
+share/locale/cy/LC_MESSAGES/control-center-2.0.mo
+share/locale/da/LC_MESSAGES/control-center-2.0.mo
+share/locale/de/LC_MESSAGES/control-center-2.0.mo
+share/locale/el/LC_MESSAGES/control-center-2.0.mo
+share/locale/en_CA/LC_MESSAGES/control-center-2.0.mo
+share/locale/en_GB/LC_MESSAGES/control-center-2.0.mo
+share/locale/es/LC_MESSAGES/control-center-2.0.mo
+share/locale/et/LC_MESSAGES/control-center-2.0.mo
+share/locale/eu/LC_MESSAGES/control-center-2.0.mo
+share/locale/fa/LC_MESSAGES/control-center-2.0.mo
+share/locale/fi/LC_MESSAGES/control-center-2.0.mo
+share/locale/fr/LC_MESSAGES/control-center-2.0.mo
+share/locale/ga/LC_MESSAGES/control-center-2.0.mo
+share/locale/gl/LC_MESSAGES/control-center-2.0.mo
+share/locale/gu/LC_MESSAGES/control-center-2.0.mo
+share/locale/he/LC_MESSAGES/control-center-2.0.mo
+share/locale/hi/LC_MESSAGES/control-center-2.0.mo
+share/locale/hr/LC_MESSAGES/control-center-2.0.mo
+share/locale/hu/LC_MESSAGES/control-center-2.0.mo
+share/locale/id/LC_MESSAGES/control-center-2.0.mo
+share/locale/is/LC_MESSAGES/control-center-2.0.mo
+share/locale/it/LC_MESSAGES/control-center-2.0.mo
+share/locale/ja/LC_MESSAGES/control-center-2.0.mo
+share/locale/ko/LC_MESSAGES/control-center-2.0.mo
+share/locale/lt/LC_MESSAGES/control-center-2.0.mo
+share/locale/lv/LC_MESSAGES/control-center-2.0.mo
+share/locale/mk/LC_MESSAGES/control-center-2.0.mo
+share/locale/ml/LC_MESSAGES/control-center-2.0.mo
+share/locale/mn/LC_MESSAGES/control-center-2.0.mo
+share/locale/ms/LC_MESSAGES/control-center-2.0.mo
+share/locale/nb/LC_MESSAGES/control-center-2.0.mo
+share/locale/nl/LC_MESSAGES/control-center-2.0.mo
+share/locale/nn/LC_MESSAGES/control-center-2.0.mo
+share/locale/no/LC_MESSAGES/control-center-2.0.mo
+share/locale/pa/LC_MESSAGES/control-center-2.0.mo
+share/locale/pl/LC_MESSAGES/control-center-2.0.mo
+share/locale/pt/LC_MESSAGES/control-center-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/control-center-2.0.mo
+share/locale/ro/LC_MESSAGES/control-center-2.0.mo
+share/locale/ru/LC_MESSAGES/control-center-2.0.mo
+share/locale/sk/LC_MESSAGES/control-center-2.0.mo
+share/locale/sl/LC_MESSAGES/control-center-2.0.mo
+share/locale/sq/LC_MESSAGES/control-center-2.0.mo
+share/locale/sr/LC_MESSAGES/control-center-2.0.mo
+share/locale/sr@Latn/LC_MESSAGES/control-center-2.0.mo
+share/locale/sv/LC_MESSAGES/control-center-2.0.mo
+share/locale/ta/LC_MESSAGES/control-center-2.0.mo
+share/locale/th/LC_MESSAGES/control-center-2.0.mo
+share/locale/tr/LC_MESSAGES/control-center-2.0.mo
+share/locale/uk/LC_MESSAGES/control-center-2.0.mo
+share/locale/vi/LC_MESSAGES/control-center-2.0.mo
+share/locale/wa/LC_MESSAGES/control-center-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/control-center-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/control-center-2.0.mo
+@dirrm share/gnome/pixmaps/gnomecc-2
+@dirrm share/gnome/gnome-background-properties
+@dirrm share/gnome/cursor-fonts
+@dirrm share/gnome/control-center-2.0/xrdb
+@dirrm share/gnome/control-center-2.0/pixmaps
+@dirrm share/gnome/control-center-2.0/interfaces
+@dirrm share/gnome/control-center-2.0/icons
+@dirrm lib/window-manager-settings
+@dirrm include/gnome-window-settings-2.0
diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile
new file mode 100644
index 000000000..a3b0b933d
--- /dev/null
+++ b/sysutils/gnomecontrolcenter2/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: gnomecontrolcenter2
+# Date created: 04 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/sysutils/gnomecontrolcenter2/Makefile,v 1.73 2004/11/10 03:19:14 mezz Exp $
+#
+
+PORTNAME= gnomecontrolcenter2
+PORTVERSION= 2.8.1
+PORTREVISION= 2
+CATEGORIES= sysutils gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/control-center/2.8
+DISTNAME= control-center-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Control center for GNOME 2 project
+
+LIB_DEPENDS= xklavier.9:${PORTSDIR}/x11/libxklavier
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GMAKE= yes
+GNOME_DESKTOP_VERSION=2
+USE_GNOME= gnomeprefix gnomehack gnomehier intlhack metacity nautilus2 \
+ gstreamerplugins
+USE_LIBTOOL_VER=15
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+
+GCONF_SCHEMAS= apps_gnome_settings_daemon_default_editor.schemas \
+ apps_gnome_settings_daemon_keybindings.schemas \
+ apps_gnome_settings_daemon_screensaver.schemas \
+ desktop_gnome_font_rendering.schemas \
+ desktop_gnome_peripherals_keyboard_xkb.schemas \
+ fontilus.schemas themus.schemas
+
+post-patch:
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|[{]prefix[}]/share/pixmaps|{datadir}/pixmaps|g'
+
+.include <bsd.port.mk>
diff --git a/sysutils/gnomecontrolcenter2/distinfo b/sysutils/gnomecontrolcenter2/distinfo
new file mode 100644
index 000000000..c420e2166
--- /dev/null
+++ b/sysutils/gnomecontrolcenter2/distinfo
@@ -0,0 +1,2 @@
+MD5 (gnome2/control-center-2.8.1.tar.bz2) = 7bd9c12b9abb05b6fcf7b4906b6918ea
+SIZE (gnome2/control-center-2.8.1.tar.bz2) = 2547071
diff --git a/sysutils/gnomecontrolcenter2/files/patch-capplets_desktop-links_Makefile.in b/sysutils/gnomecontrolcenter2/files/patch-capplets_desktop-links_Makefile.in
new file mode 100644
index 000000000..5a6b0ba8f
--- /dev/null
+++ b/sysutils/gnomecontrolcenter2/files/patch-capplets_desktop-links_Makefile.in
@@ -0,0 +1,11 @@
+--- capplets/desktop-links/Makefile.in.orig Tue Dec 30 15:55:28 2003
++++ capplets/desktop-links/Makefile.in Tue Dec 30 15:55:49 2003
+@@ -190,7 +190,7 @@
+
+ pixmaps_pre = $(capplets:=-capplet.png)
+ pixmaps_DATA = $(pixmaps_pre) accessibility-directory.png
+-pixmapsdir = $(datadir)/icons/gnome/48x48/apps
++pixmapsdir = $(prefix)/share/icons/gnome/48x48/apps
+
+ desktop_files = $(capplets:=.desktop)
+ desktop_in_files = $(desktop_files:.desktop=.desktop.in)
diff --git a/sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c b/sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c
new file mode 100644
index 000000000..9c487d7b8
--- /dev/null
+++ b/sysutils/gnomecontrolcenter2/files/patch-capplets_mouse_gnome-mouse-properties.c
@@ -0,0 +1,29 @@
+--- capplets/mouse/gnome-mouse-properties.c.orig Sat Nov 2 13:40:22 2002
++++ capplets/mouse/gnome-mouse-properties.c Sun Dec 22 16:33:36 2002
+@@ -591,7 +591,7 @@
+ filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-white.png", TRUE, NULL);
+ pixbuf = gdk_pixbuf_new_from_file (filename, NULL);
+ g_free (filename);
+- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-white.pcf", FALSE, NULL);
++ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-white.pcf", FALSE, NULL);
+
+ gtk_list_store_append (GTK_LIST_STORE (model), &iter);
+ if (cursor_font && ! strcmp (cursor_font, font_path)) {
+@@ -612,7 +612,7 @@
+ filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-normal-large.png", TRUE, NULL);
+ pixbuf = gdk_pixbuf_new_from_file (filename, NULL);
+ g_free (filename);
+- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-large.pcf", FALSE, NULL);
++ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-large.pcf", FALSE, NULL);
+
+ gtk_list_store_append (GTK_LIST_STORE (model), &iter);
+ if (cursor_font && ! strcmp (cursor_font, font_path)) {
+@@ -633,7 +633,7 @@
+ filename = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_APP_PIXMAP, "mouse-cursor-white-large.png", TRUE, NULL);
+ pixbuf = gdk_pixbuf_new_from_file (filename, NULL);
+ g_free (filename);
+- font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "gnome/cursor-fonts/cursor-large-white.pcf", FALSE, NULL);
++ font_path = gnome_program_locate_file (program, GNOME_FILE_DOMAIN_DATADIR, "cursor-fonts/cursor-large-white.pcf", FALSE, NULL);
+
+ gtk_list_store_append (GTK_LIST_STORE (model), &iter);
+ if (cursor_font && ! strcmp (cursor_font, font_path)) {
diff --git a/sysutils/gnomecontrolcenter2/files/patch-configure b/sysutils/gnomecontrolcenter2/files/patch-configure
new file mode 100644
index 000000000..44a777897
--- /dev/null
+++ b/sysutils/gnomecontrolcenter2/files/patch-configure
@@ -0,0 +1,27 @@
+--- configure.orig Thu Mar 11 03:09:48 2004
++++ configure Thu Mar 11 03:12:25 2004
+@@ -21373,6 +21373,7 @@
+ if eval "test \"\${$as_ac_var+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
++ LIBS="-lintl $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -21461,6 +21462,7 @@
+ cat >>confdefs.h <<_ACEOF
+ #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
+ _ACEOF
++LIBS="-lintl $LIBS"
+ have_ngettext=yes
+ fi
+ done
+@@ -26257,7 +26259,7 @@
+
+
+ cat >>confdefs.h <<_ACEOF
+-#define GNOMECC_DATA_DIR "${real_prefix}/share/${GETTEXT_PACKAGE}"
++#define GNOMECC_DATA_DIR "${datadir}/${GETTEXT_PACKAGE}"
+ _ACEOF
+
+ GNOMECC_ICONS_DIR='$(datadir)/'${GETTEXT_PACKAGE}'/icons'
diff --git a/sysutils/gnomecontrolcenter2/files/patch-gnome-settings-daemon_gnome-settings-multimedia-keys.c b/sysutils/gnomecontrolcenter2/files/patch-gnome-settings-daemon_gnome-settings-multimedia-keys.c
new file mode 100644
index 000000000..f66b82c9f
--- /dev/null
+++ b/sysutils/gnomecontrolcenter2/files/patch-gnome-settings-daemon_gnome-settings-multimedia-keys.c
@@ -0,0 +1,11 @@
+--- gnome-settings-daemon/gnome-settings-multimedia-keys.c.orig Thu Oct 14 15:44:21 2004
++++ gnome-settings-daemon/gnome-settings-multimedia-keys.c Thu Oct 14 15:44:38 2004
+@@ -813,7 +813,7 @@
+ do_mail_action (acme);
+ break;
+ case SLEEP_KEY:
+- do_sleep_action ("apm", "xset dpms force off");
++ do_sleep_action ("zzz", "xset dpms force off");
+ break;
+ case SCREENSAVER_KEY:
+ execute ("xscreensaver-command -lock", FALSE);
diff --git a/sysutils/gnomecontrolcenter2/files/patch-libwindow-settings_gnome-wm-manager.c b/sysutils/gnomecontrolcenter2/files/patch-libwindow-settings_gnome-wm-manager.c
new file mode 100644
index 000000000..95bbf2ea4
--- /dev/null
+++ b/sysutils/gnomecontrolcenter2/files/patch-libwindow-settings_gnome-wm-manager.c
@@ -0,0 +1,11 @@
+--- libwindow-settings/gnome-wm-manager.c.orig Mon Nov 11 00:42:08 2002
++++ libwindow-settings/gnome-wm-manager.c Mon Nov 11 00:43:26 2002
+@@ -227,7 +227,7 @@
+
+ done_scan = TRUE;
+
+- tempdir = gnome_unconditional_datadir_file ("gnome/wm-properties/");
++ tempdir = gnome_unconditional_datadir_file ("wm-properties/");
+ scan_wm_directory (tempdir, FALSE);
+ g_free (tempdir);
+
diff --git a/sysutils/gnomecontrolcenter2/files/patch-libwindow-settings_wm-list.c b/sysutils/gnomecontrolcenter2/files/patch-libwindow-settings_wm-list.c
new file mode 100644
index 000000000..149d59a9b
--- /dev/null
+++ b/sysutils/gnomecontrolcenter2/files/patch-libwindow-settings_wm-list.c
@@ -0,0 +1,11 @@
+--- libwindow-settings/wm-list.c.orig Tue Oct 8 17:43:12 2002
++++ libwindow-settings/wm-list.c Tue Oct 8 17:43:25 2002
+@@ -251,7 +251,7 @@
+ gchar *name;
+ GConfClient *client;
+
+- tempdir = gnome_unconditional_datadir_file ("gnome/wm-properties/");
++ tempdir = gnome_unconditional_datadir_file ("wm-properties/");
+ wm_list_read_dir (tempdir, FALSE);
+ g_free (tempdir);
+
diff --git a/sysutils/gnomecontrolcenter2/pkg-descr b/sysutils/gnomecontrolcenter2/pkg-descr
new file mode 100644
index 000000000..26d4dbe92
--- /dev/null
+++ b/sysutils/gnomecontrolcenter2/pkg-descr
@@ -0,0 +1 @@
+Configuration tools tightly integrated within the GNOME 2 desktop.
diff --git a/sysutils/gnomecontrolcenter2/pkg-plist b/sysutils/gnomecontrolcenter2/pkg-plist
new file mode 100644
index 000000000..ddf578890
--- /dev/null
+++ b/sysutils/gnomecontrolcenter2/pkg-plist
@@ -0,0 +1,207 @@
+bin/gnome-accessibility-keyboard-properties
+bin/gnome-at-properties
+bin/gnome-background-properties
+bin/gnome-control-center
+bin/gnome-default-applications-properties
+bin/gnome-display-properties
+bin/gnome-font-properties
+bin/gnome-font-viewer
+bin/gnome-keybinding-properties
+bin/gnome-keyboard-properties
+bin/gnome-mouse-properties
+bin/gnome-network-preferences
+bin/gnome-sound-properties
+bin/gnome-theme-manager
+bin/gnome-theme-thumbnailer
+bin/gnome-thumbnail-font
+bin/gnome-typing-monitor
+bin/gnome-ui-properties
+bin/gnome-window-properties
+bin/themus-theme-applier
+etc/gnome-vfs-2.0/modules/font-method.conf
+etc/gnome-vfs-2.0/modules/theme-method.conf
+include/gnome-window-settings-2.0/gnome-window-manager.h
+include/gnome-window-settings-2.0/gnome-wm-manager.h
+lib/bonobo/libthemus-theme-properties-view.so
+lib/gnome-vfs-2.0/modules/libfont-method.so
+lib/gnome-vfs-2.0/modules/libtheme-method.so
+lib/libgnome-window-settings.a
+lib/libgnome-window-settings.so
+lib/libgnome-window-settings.so.1
+lib/window-manager-settings/libmetacity.a
+lib/window-manager-settings/libmetacity.so
+libdata/bonobo/servers/GNOME_SettingsDaemon.server
+libdata/bonobo/servers/Themus_Properties_View.server
+libdata/bonobo/servers/fontilus.server
+libdata/pkgconfig/gnome-window-settings-2.0.pc
+libexec/fontilus-context-menu
+libexec/gnome-settings-daemon
+share/gnome/application-registry/fontilus.applications
+share/gnome/application-registry/themus.applications
+share/gnome/applications/gnomecc.desktop
+share/gnome/control-center-2.0/capplets/accessibility-keyboard.desktop
+share/gnome/control-center-2.0/capplets/at-properties.desktop
+share/gnome/control-center-2.0/capplets/background.desktop
+share/gnome/control-center-2.0/capplets/default-applications.desktop
+share/gnome/control-center-2.0/capplets/display-properties.desktop
+share/gnome/control-center-2.0/capplets/font-properties.desktop
+share/gnome/control-center-2.0/capplets/gnome-network-preferences.desktop
+share/gnome/control-center-2.0/capplets/gnome-settings-mouse.desktop
+share/gnome/control-center-2.0/capplets/gnome-settings-sound.desktop
+share/gnome/control-center-2.0/capplets/gnome-ui-properties.desktop
+share/gnome/control-center-2.0/capplets/gtk-theme-selector.desktop
+share/gnome/control-center-2.0/capplets/keybinding.desktop
+share/gnome/control-center-2.0/capplets/keyboard.desktop
+share/gnome/control-center-2.0/capplets/window-properties.desktop
+share/gnome/control-center-2.0/icons/display-capplet.png
+share/gnome/control-center-2.0/interfaces/acme.glade
+share/gnome/control-center-2.0/interfaces/apply-font.glade
+share/gnome/control-center-2.0/interfaces/at-enable-dialog.glade
+share/gnome/control-center-2.0/interfaces/font-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-accessibility-keyboard-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-background-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-default-applications-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-keybinding-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-keyboard-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-mouse-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-network-preferences.glade
+share/gnome/control-center-2.0/interfaces/gnome-ui-properties.glade
+share/gnome/control-center-2.0/interfaces/gnome-window-properties.glade
+share/gnome/control-center-2.0/interfaces/sound-properties.glade
+share/gnome/control-center-2.0/interfaces/theme-install.glade
+share/gnome/control-center-2.0/interfaces/theme-properties.glade
+share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-bouncekey.png
+share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-mousekey.png
+share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-slowkey.png
+share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-stickykey.png
+share/gnome/control-center-2.0/pixmaps/accessibility-keyboard-togglekey.png
+share/gnome/control-center-2.0/pixmaps/acme-brightness.png
+share/gnome/control-center-2.0/pixmaps/acme-eject.png
+share/gnome/control-center-2.0/pixmaps/at-startup.png
+share/gnome/control-center-2.0/pixmaps/at-support.png
+share/gnome/control-center-2.0/pixmaps/bar-disabled.png
+share/gnome/control-center-2.0/pixmaps/bar-green.png
+share/gnome/control-center-2.0/pixmaps/bar-red.png
+share/gnome/control-center-2.0/pixmaps/bar.png
+share/gnome/control-center-2.0/pixmaps/double-click-maybe.png
+share/gnome/control-center-2.0/pixmaps/double-click-off.png
+share/gnome/control-center-2.0/pixmaps/double-click-on.png
+share/gnome/control-center-2.0/pixmaps/gnome-speakernotes-muted.png
+share/gnome/control-center-2.0/pixmaps/gnome-speakernotes.png
+share/gnome/control-center-2.0/pixmaps/keyboard-bell.png
+share/gnome/control-center-2.0/pixmaps/keyboard-cursor.png
+share/gnome/control-center-2.0/pixmaps/keyboard-repeat.png
+share/gnome/control-center-2.0/pixmaps/keyboard-volume.png
+share/gnome/control-center-2.0/pixmaps/mouse-cursor-normal-large.png
+share/gnome/control-center-2.0/pixmaps/mouse-cursor-normal.png
+share/gnome/control-center-2.0/pixmaps/mouse-cursor-white-large.png
+share/gnome/control-center-2.0/pixmaps/mouse-cursor-white.png
+share/gnome/control-center-2.0/pixmaps/mouse-left.png
+share/gnome/control-center-2.0/pixmaps/mouse-right.png
+share/gnome/control-center-2.0/pixmaps/ocean-stripes.png
+share/gnome/control-center-2.0/pixmaps/stop.png
+share/gnome/control-center-2.0/pixmaps/subpixel-bgr.png
+share/gnome/control-center-2.0/pixmaps/subpixel-rgb.png
+share/gnome/control-center-2.0/pixmaps/subpixel-vbgr.png
+share/gnome/control-center-2.0/pixmaps/subpixel-vrgb.png
+share/gnome/control-center-2.0/pixmaps/theme-thumbnailing.png
+share/gnome/control-center-2.0/pixmaps/visual-bell.png
+share/gnome/control-center-2.0/xrdb/Editres.ad
+share/gnome/control-center-2.0/xrdb/Emacs.ad
+share/gnome/control-center-2.0/xrdb/General.ad
+share/gnome/control-center-2.0/xrdb/Motif.ad
+share/gnome/control-center-2.0/xrdb/Tk.ad
+share/gnome/control-center-2.0/xrdb/Xaw.ad
+share/gnome/cursor-fonts/cursor-large-white.pcf
+share/gnome/cursor-fonts/cursor-large.pcf
+share/gnome/cursor-fonts/cursor-white.pcf
+share/gnome/gnome-2.0/ui/gnomecc-ui.xml
+share/gnome/idl/ConfigArchiver.idl
+share/gnome/idl/GNOME_SettingsDaemon.idl
+share/gnome/mime-info/fontilus.keys
+share/gnome/mime-info/fontilus.mime
+share/gnome/mime-info/themus.keys
+share/gnome/pixmaps/control-center2.png
+share/gnome/pixmaps/display-capplet.png
+share/gnome/pixmaps/gnomecc-2/active.png
+share/gnome/pixmaps/gnomecc-2/bcg_top.png
+share/gnome/pixmaps/gnomecc-2/blank.png
+share/gnome/pixmaps/gnomecc-2/title.png
+share/gnome/vfolders/Accessibility.directory
+share/gnome/vfolders/Advanced.directory
+share/gnome/vfolders/font-method.directory
+share/gnome/vfolders/theme-method.directory
+share/icons/gnome/48x48/apps/accessibility-directory.png
+share/locale/af/LC_MESSAGES/control-center-2.0.mo
+share/locale/am/LC_MESSAGES/control-center-2.0.mo
+share/locale/ar/LC_MESSAGES/control-center-2.0.mo
+share/locale/az/LC_MESSAGES/control-center-2.0.mo
+share/locale/be/LC_MESSAGES/control-center-2.0.mo
+share/locale/bg/LC_MESSAGES/control-center-2.0.mo
+share/locale/bn/LC_MESSAGES/control-center-2.0.mo
+share/locale/bs/LC_MESSAGES/control-center-2.0.mo
+share/locale/ca/LC_MESSAGES/control-center-2.0.mo
+share/locale/cs/LC_MESSAGES/control-center-2.0.mo
+share/locale/cy/LC_MESSAGES/control-center-2.0.mo
+share/locale/da/LC_MESSAGES/control-center-2.0.mo
+share/locale/de/LC_MESSAGES/control-center-2.0.mo
+share/locale/el/LC_MESSAGES/control-center-2.0.mo
+share/locale/en_CA/LC_MESSAGES/control-center-2.0.mo
+share/locale/en_GB/LC_MESSAGES/control-center-2.0.mo
+share/locale/es/LC_MESSAGES/control-center-2.0.mo
+share/locale/et/LC_MESSAGES/control-center-2.0.mo
+share/locale/eu/LC_MESSAGES/control-center-2.0.mo
+share/locale/fa/LC_MESSAGES/control-center-2.0.mo
+share/locale/fi/LC_MESSAGES/control-center-2.0.mo
+share/locale/fr/LC_MESSAGES/control-center-2.0.mo
+share/locale/ga/LC_MESSAGES/control-center-2.0.mo
+share/locale/gl/LC_MESSAGES/control-center-2.0.mo
+share/locale/gu/LC_MESSAGES/control-center-2.0.mo
+share/locale/he/LC_MESSAGES/control-center-2.0.mo
+share/locale/hi/LC_MESSAGES/control-center-2.0.mo
+share/locale/hr/LC_MESSAGES/control-center-2.0.mo
+share/locale/hu/LC_MESSAGES/control-center-2.0.mo
+share/locale/id/LC_MESSAGES/control-center-2.0.mo
+share/locale/is/LC_MESSAGES/control-center-2.0.mo
+share/locale/it/LC_MESSAGES/control-center-2.0.mo
+share/locale/ja/LC_MESSAGES/control-center-2.0.mo
+share/locale/ko/LC_MESSAGES/control-center-2.0.mo
+share/locale/lt/LC_MESSAGES/control-center-2.0.mo
+share/locale/lv/LC_MESSAGES/control-center-2.0.mo
+share/locale/mk/LC_MESSAGES/control-center-2.0.mo
+share/locale/ml/LC_MESSAGES/control-center-2.0.mo
+share/locale/mn/LC_MESSAGES/control-center-2.0.mo
+share/locale/ms/LC_MESSAGES/control-center-2.0.mo
+share/locale/nb/LC_MESSAGES/control-center-2.0.mo
+share/locale/nl/LC_MESSAGES/control-center-2.0.mo
+share/locale/nn/LC_MESSAGES/control-center-2.0.mo
+share/locale/no/LC_MESSAGES/control-center-2.0.mo
+share/locale/pa/LC_MESSAGES/control-center-2.0.mo
+share/locale/pl/LC_MESSAGES/control-center-2.0.mo
+share/locale/pt/LC_MESSAGES/control-center-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/control-center-2.0.mo
+share/locale/ro/LC_MESSAGES/control-center-2.0.mo
+share/locale/ru/LC_MESSAGES/control-center-2.0.mo
+share/locale/sk/LC_MESSAGES/control-center-2.0.mo
+share/locale/sl/LC_MESSAGES/control-center-2.0.mo
+share/locale/sq/LC_MESSAGES/control-center-2.0.mo
+share/locale/sr/LC_MESSAGES/control-center-2.0.mo
+share/locale/sr@Latn/LC_MESSAGES/control-center-2.0.mo
+share/locale/sv/LC_MESSAGES/control-center-2.0.mo
+share/locale/ta/LC_MESSAGES/control-center-2.0.mo
+share/locale/th/LC_MESSAGES/control-center-2.0.mo
+share/locale/tr/LC_MESSAGES/control-center-2.0.mo
+share/locale/uk/LC_MESSAGES/control-center-2.0.mo
+share/locale/vi/LC_MESSAGES/control-center-2.0.mo
+share/locale/wa/LC_MESSAGES/control-center-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/control-center-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/control-center-2.0.mo
+@dirrm share/gnome/pixmaps/gnomecc-2
+@dirrm share/gnome/gnome-background-properties
+@dirrm share/gnome/cursor-fonts
+@dirrm share/gnome/control-center-2.0/xrdb
+@dirrm share/gnome/control-center-2.0/pixmaps
+@dirrm share/gnome/control-center-2.0/interfaces
+@dirrm share/gnome/control-center-2.0/icons
+@dirrm lib/window-manager-settings
+@dirrm include/gnome-window-settings-2.0