summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-control-center3
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-20 23:17:32 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-20 23:17:32 +0800
commitc73d2a8ed33b614a7e4cd23c79b3d907371ee943 (patch)
tree21998dd77c6d17571af84803c6297907549fd7c7 /sysutils/gnome-control-center3
parent4da33a6d7e24b219b0951f23b1bd07c0b3b375f0 (diff)
downloadmarcuscom-ports-c73d2a8ed33b614a7e4cd23c79b3d907371ee943.tar
marcuscom-ports-c73d2a8ed33b614a7e4cd23c79b3d907371ee943.tar.gz
marcuscom-ports-c73d2a8ed33b614a7e4cd23c79b3d907371ee943.tar.bz2
marcuscom-ports-c73d2a8ed33b614a7e4cd23c79b3d907371ee943.tar.lz
marcuscom-ports-c73d2a8ed33b614a7e4cd23c79b3d907371ee943.tar.xz
marcuscom-ports-c73d2a8ed33b614a7e4cd23c79b3d907371ee943.tar.zst
marcuscom-ports-c73d2a8ed33b614a7e4cd23c79b3d907371ee943.zip
Update to 2.91.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15056 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-control-center3')
-rw-r--r--sysutils/gnome-control-center3/Makefile62
-rw-r--r--sysutils/gnome-control-center3/distinfo2
-rw-r--r--sysutils/gnome-control-center3/files/patch-configure11
-rw-r--r--sysutils/gnome-control-center3/pkg-descr3
-rw-r--r--sysutils/gnome-control-center3/pkg-plist594
5 files changed, 672 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center3/Makefile b/sysutils/gnome-control-center3/Makefile
new file mode 100644
index 000000000..8646a7e08
--- /dev/null
+++ b/sysutils/gnome-control-center3/Makefile
@@ -0,0 +1,62 @@
+# New ports collection makefile for: gnomecontrolcenter2
+# Date created: 04 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/sysutils/gnome-control-center3/Makefile,v 1.1 2010/07/23 13:50:06 kwm Exp $
+#
+
+PORTNAME= gnome-control-center
+PORTVERSION= 2.91.5
+CATEGORIES= sysutils gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Control center for GNOME 3 project
+
+BUILD_DEPENDS= gnome-settings-daemon>=2.91.0:${PORTSDIR}/sysutils/gnome-settings-daemon3 \
+ ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
+LIB_DEPENDS= canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 \
+ xklavier.12:${PORTSDIR}/x11/libxklavier \
+ upower-glib.1:${PORTSDIR}/sysutils/upower \
+ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+ polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit
+RUN_DEPENDS= gnome-eject:${PORTSDIR}/sysutils/gnome-mount \
+ gnome-settings-daemon>=2.91.0:${PORTSDIR}/sysutils/gnome-settings-daemon3 \
+ ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
+
+USE_BZIP2= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+GNOME_DESKTOP_VERSION=3
+#USE_GSTREAMER= good
+WANT_GNOME= yes
+#libxklavier
+USE_GNOME= gnomeprefix gnomehack intlhack libxml2 gnomemenus libgnomekbd3 \
+ desktopfileutils gnomedesktop3 gconf2
+USE_XORG= xscrnsaver
+GNU_CONFIGURE= yes
+INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
+USE_LDCONFIG= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= gnome-control-center.schemas
+
+.if defined(PACKAGE_BUILDING)
+.undef WITHOUT_GNOME
+WITH_GNOME= yes
+.endif
+
+.include <bsd.port.pre.mk>
+
+post-patch:
+# @${REINPLACE_CMD} -e 's|/usr/sbin|${PREFIX}/sbin|g' \
+# ${WRKSRC}/panels/display/org.gnome.randr.policy.in
+
+post-install:
+ @-update-desktop-database
+
+.include <bsd.port.post.mk>
diff --git a/sysutils/gnome-control-center3/distinfo b/sysutils/gnome-control-center3/distinfo
new file mode 100644
index 000000000..f4cf350d6
--- /dev/null
+++ b/sysutils/gnome-control-center3/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome3/gnome-control-center-2.91.5.tar.bz2) = e1229329066dabf51d00a587e92a90b0d1c8c0661f93249a98f24e88dd083d39
+SIZE (gnome3/gnome-control-center-2.91.5.tar.bz2) = 4282324
diff --git a/sysutils/gnome-control-center3/files/patch-configure b/sysutils/gnome-control-center3/files/patch-configure
new file mode 100644
index 000000000..f245a3d60
--- /dev/null
+++ b/sysutils/gnome-control-center3/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2011-01-20 15:29:00.000000000 +0000
++++ configure 2011-01-20 15:29:07.000000000 +0000
+@@ -16762,7 +16762,7 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_libsocialweb" >&5
+ $as_echo "$with_libsocialweb" >&6; }
+
+-if test "x$with_libsocialweb" == "xyes"; then
++if test "x$with_libsocialweb" = "xyes"; then
+
+ pkg_failed=no
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SOCIALWEB" >&5
diff --git a/sysutils/gnome-control-center3/pkg-descr b/sysutils/gnome-control-center3/pkg-descr
new file mode 100644
index 000000000..f518e605a
--- /dev/null
+++ b/sysutils/gnome-control-center3/pkg-descr
@@ -0,0 +1,3 @@
+Configuration tools tightly integrated within the GNOME 3 desktop.
+
+WWW: http://www.gnome.org
diff --git a/sysutils/gnome-control-center3/pkg-plist b/sysutils/gnome-control-center3/pkg-plist
new file mode 100644
index 000000000..0c7d7d60d
--- /dev/null
+++ b/sysutils/gnome-control-center3/pkg-plist
@@ -0,0 +1,594 @@
+bin/gnome-at-mobility
+bin/gnome-at-visual
+bin/gnome-control-center
+bin/gnome-sound-applet
+etc/xdg/autostart/gnome-at-session.desktop
+etc/xdg/autostart/gnome-sound-applet.desktop
+etc/xdg/menus/gnomecc.menu
+include/gnome-control-center-1/libgnome-control-center/cc-panel.h
+include/gnome-control-center-1/libgnome-control-center/cc-shell.h
+include/gnome-control-center-1/libgnome-control-center/gconf-property-editor.h
+lib/control-center-1/panels/libbackground.a
+lib/control-center-1/panels/libbackground.la
+lib/control-center-1/panels/libbackground.so
+lib/control-center-1/panels/libdate_time.a
+lib/control-center-1/panels/libdate_time.la
+lib/control-center-1/panels/libdate_time.so
+lib/control-center-1/panels/libdefault-applications.a
+lib/control-center-1/panels/libdefault-applications.la
+lib/control-center-1/panels/libdefault-applications.so
+lib/control-center-1/panels/libdisplay.a
+lib/control-center-1/panels/libdisplay.la
+lib/control-center-1/panels/libdisplay.so
+lib/control-center-1/panels/libinfo.a
+lib/control-center-1/panels/libinfo.la
+lib/control-center-1/panels/libinfo.so
+lib/control-center-1/panels/libkeyboard.a
+lib/control-center-1/panels/libkeyboard.la
+lib/control-center-1/panels/libkeyboard.so
+lib/control-center-1/panels/libmedia.a
+lib/control-center-1/panels/libmedia.la
+lib/control-center-1/panels/libmedia.so
+lib/control-center-1/panels/libmouse-properties.a
+lib/control-center-1/panels/libmouse-properties.la
+lib/control-center-1/panels/libmouse-properties.so
+lib/control-center-1/panels/libnetwork.a
+lib/control-center-1/panels/libnetwork.la
+lib/control-center-1/panels/libnetwork.so
+lib/control-center-1/panels/libpower.a
+lib/control-center-1/panels/libpower.la
+lib/control-center-1/panels/libpower.so
+lib/control-center-1/panels/libregion.a
+lib/control-center-1/panels/libregion.la
+lib/control-center-1/panels/libregion.so
+lib/control-center-1/panels/libscreen.a
+lib/control-center-1/panels/libscreen.la
+lib/control-center-1/panels/libscreen.so
+lib/control-center-1/panels/libsound.a
+lib/control-center-1/panels/libsound.la
+lib/control-center-1/panels/libsound.so
+lib/control-center-1/panels/libuniversal-access.a
+lib/control-center-1/panels/libuniversal-access.la
+lib/control-center-1/panels/libuniversal-access.so
+lib/control-center-1/panels/libuser-accounts.a
+lib/control-center-1/panels/libuser-accounts.la
+lib/control-center-1/panels/libuser-accounts.so
+lib/libgnome-control-center.la
+lib/libgnome-control-center.so
+lib/libgnome-control-center.so.1
+libdata/pkgconfig/gnome-default-applications.pc
+libdata/pkgconfig/gnome-keybindings.pc
+libdata/pkgconfig/libgnome-control-center.pc
+share/applications/gnome-background-panel.desktop
+share/applications/gnome-control-center.desktop
+share/applications/gnome-datetime-panel.desktop
+share/applications/gnome-default-applications-panel.desktop
+share/applications/gnome-display-panel.desktop
+share/applications/gnome-info-panel.desktop
+share/applications/gnome-keyboard-panel.desktop
+share/applications/gnome-media-panel.desktop
+share/applications/gnome-mouse-panel.desktop
+share/applications/gnome-network-panel.desktop
+share/applications/gnome-power-panel.desktop
+share/applications/gnome-region-panel.desktop
+share/applications/gnome-screen-panel.desktop
+share/applications/gnome-sound-panel.desktop
+share/applications/gnome-universal-access-panel.desktop
+share/applications/gnome-user-accounts-panel.desktop
+share/desktop-directories/gnomecc.directory
+share/doc/libgnome-control-center/api-index-full.html
+share/doc/libgnome-control-center/ch01.html
+share/doc/libgnome-control-center/home.png
+share/doc/libgnome-control-center/index.html
+share/doc/libgnome-control-center/index.sgml
+share/doc/libgnome-control-center/left.png
+share/doc/libgnome-control-center/libgnome-control-center-CcPanel.html
+share/doc/libgnome-control-center/libgnome-control-center-CcShell.html
+share/doc/libgnome-control-center/libgnome-control-center.devhelp
+share/doc/libgnome-control-center/libgnome-control-center.devhelp2
+share/doc/libgnome-control-center/object-tree.html
+share/doc/libgnome-control-center/right.png
+share/doc/libgnome-control-center/style.css
+share/doc/libgnome-control-center/up.png
+%%DATADIR%%/default-apps/gnome-default-applications.xml
+%%DATADIR%%/icons/hicolor/16x16/devices/audio-headset.svg
+%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-high.png
+%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-low.png
+%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-medium.png
+%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-muted.png
+%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-high.png
+%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-low.png
+%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-medium.png
+%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-muted.png
+%%DATADIR%%/icons/hicolor/24x24/devices/audio-headset.svg
+%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-high.png
+%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-low.png
+%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-medium.png
+%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-muted.png
+%%DATADIR%%/icons/hicolor/32x32/devices/audio-headset.svg
+%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-high.png
+%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-low.png
+%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-medium.png
+%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-muted.png
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center-back-testing.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center-back.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center-testing.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-back-testing.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-back.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-side-testing.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-side.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-testing.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-back-testing.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-back.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-side-testing.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-side.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-testing.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-subwoofer-testing.svg
+%%DATADIR%%/icons/hicolor/48x48/devices/audio-subwoofer.svg
+%%DATADIR%%/keybindings/00-multimedia-key.xml
+%%DATADIR%%/keybindings/01-desktop-key.xml
+%%DATADIR%%/pixmaps/double-click-maybe.png
+%%DATADIR%%/pixmaps/double-click-off.png
+%%DATADIR%%/pixmaps/double-click-on.png
+%%DATADIR%%/pixmaps/gnome-about-me-lock-open.png
+%%DATADIR%%/pixmaps/gnome-about-me-lock.png
+%%DATADIR%%/pixmaps/left-index-finger.png
+%%DATADIR%%/pixmaps/left-index-finger.svg
+%%DATADIR%%/pixmaps/left-little-finger.png
+%%DATADIR%%/pixmaps/left-little-finger.svg
+%%DATADIR%%/pixmaps/left-middle-finger.png
+%%DATADIR%%/pixmaps/left-middle-finger.svg
+%%DATADIR%%/pixmaps/left-ring-finger.png
+%%DATADIR%%/pixmaps/left-ring-finger.svg
+%%DATADIR%%/pixmaps/left-thumb.png
+%%DATADIR%%/pixmaps/left-thumb.svg
+%%DATADIR%%/pixmaps/print_error.png
+%%DATADIR%%/pixmaps/print_error.svg
+%%DATADIR%%/pixmaps/print_ok.png
+%%DATADIR%%/pixmaps/print_ok.svg
+%%DATADIR%%/pixmaps/right-index-finger.png
+%%DATADIR%%/pixmaps/right-index-finger.svg
+%%DATADIR%%/pixmaps/right-little-finger.png
+%%DATADIR%%/pixmaps/right-little-finger.svg
+%%DATADIR%%/pixmaps/right-middle-finger.png
+%%DATADIR%%/pixmaps/right-middle-finger.svg
+%%DATADIR%%/pixmaps/right-ring-finger.png
+%%DATADIR%%/pixmaps/right-ring-finger.svg
+%%DATADIR%%/pixmaps/right-thumb.png
+%%DATADIR%%/pixmaps/right-thumb.svg
+%%DATADIR%%/sounds/gnome-sounds-default.xml
+%%DATADIR%%/ui/GnomeLogoVerticalMedium.svg
+%%DATADIR%%/ui/background/background.ui
+%%DATADIR%%/ui/background/display-base.png
+%%DATADIR%%/ui/background/display-overlay.png
+%%DATADIR%%/ui/datetime/bg.png
+%%DATADIR%%/ui/datetime/cc.png
+%%DATADIR%%/ui/datetime/datetime.ui
+%%DATADIR%%/ui/datetime/pin.png
+%%DATADIR%%/ui/datetime/timezone_-1.png
+%%DATADIR%%/ui/datetime/timezone_-10.png
+%%DATADIR%%/ui/datetime/timezone_-11.png
+%%DATADIR%%/ui/datetime/timezone_-2.png
+%%DATADIR%%/ui/datetime/timezone_-3.5.png
+%%DATADIR%%/ui/datetime/timezone_-3.png
+%%DATADIR%%/ui/datetime/timezone_-4.5.png
+%%DATADIR%%/ui/datetime/timezone_-4.png
+%%DATADIR%%/ui/datetime/timezone_-5.5.png
+%%DATADIR%%/ui/datetime/timezone_-5.png
+%%DATADIR%%/ui/datetime/timezone_-6.png
+%%DATADIR%%/ui/datetime/timezone_-7.png
+%%DATADIR%%/ui/datetime/timezone_-8.png
+%%DATADIR%%/ui/datetime/timezone_-9.5.png
+%%DATADIR%%/ui/datetime/timezone_-9.png
+%%DATADIR%%/ui/datetime/timezone_0.png
+%%DATADIR%%/ui/datetime/timezone_1.png
+%%DATADIR%%/ui/datetime/timezone_10.5.png
+%%DATADIR%%/ui/datetime/timezone_10.png
+%%DATADIR%%/ui/datetime/timezone_11.5.png
+%%DATADIR%%/ui/datetime/timezone_11.png
+%%DATADIR%%/ui/datetime/timezone_12.75.png
+%%DATADIR%%/ui/datetime/timezone_12.png
+%%DATADIR%%/ui/datetime/timezone_13.png
+%%DATADIR%%/ui/datetime/timezone_2.png
+%%DATADIR%%/ui/datetime/timezone_3.5.png
+%%DATADIR%%/ui/datetime/timezone_3.png
+%%DATADIR%%/ui/datetime/timezone_4.5.png
+%%DATADIR%%/ui/datetime/timezone_4.png
+%%DATADIR%%/ui/datetime/timezone_5.5.png
+%%DATADIR%%/ui/datetime/timezone_5.75.png
+%%DATADIR%%/ui/datetime/timezone_5.png
+%%DATADIR%%/ui/datetime/timezone_6.5.png
+%%DATADIR%%/ui/datetime/timezone_6.png
+%%DATADIR%%/ui/datetime/timezone_7.png
+%%DATADIR%%/ui/datetime/timezone_8.png
+%%DATADIR%%/ui/datetime/timezone_9.5.png
+%%DATADIR%%/ui/datetime/timezone_9.png
+%%DATADIR%%/ui/display-capplet.ui
+%%DATADIR%%/ui/gnome-default-applications-properties.ui
+%%DATADIR%%/ui/gnome-keyboard-panel.ui
+%%DATADIR%%/ui/gnome-media-properties.ui
+%%DATADIR%%/ui/gnome-mouse-properties.ui
+%%DATADIR%%/ui/gnome-region-panel-layout-chooser.ui
+%%DATADIR%%/ui/gnome-region-panel-model-chooser.ui
+%%DATADIR%%/ui/gnome-region-panel-options-dialog.ui
+%%DATADIR%%/ui/gnome-region-panel.ui
+%%DATADIR%%/ui/info.ui
+%%DATADIR%%/ui/network.ui
+%%DATADIR%%/ui/power.ui
+%%DATADIR%%/ui/screen.ui
+%%DATADIR%%/ui/shell.ui
+%%DATADIR%%/ui/uap.ui
+%%DATADIR%%/ui/user-accounts/account-dialog.ui
+%%DATADIR%%/ui/user-accounts/account-fingerprint.ui
+%%DATADIR%%/ui/user-accounts/language-chooser.ui
+%%DATADIR%%/ui/user-accounts/password-dialog.ui
+%%DATADIR%%/ui/user-accounts/photo-dialog.ui
+%%DATADIR%%/ui/user-accounts/user-accounts-dialog.ui
+share/gnome/help/control-center/C/config-accessibility-keyboard.xml
+share/gnome/help/control-center/C/config-background.xml
+share/gnome/help/control-center/C/config-behavior.xml
+share/gnome/help/control-center/C/config-cds.xml
+share/gnome/help/control-center/C/config-default-apps.xml
+share/gnome/help/control-center/C/config-file-type.xml
+share/gnome/help/control-center/C/config-hints.xml
+share/gnome/help/control-center/C/config-html.xml
+share/gnome/help/control-center/C/config-kbd.xml
+share/gnome/help/control-center/C/config-keybindings.xml
+share/gnome/help/control-center/C/config-mouse.xml
+share/gnome/help/control-center/C/config-screensaver.xml
+share/gnome/help/control-center/C/config-themes.xml
+share/gnome/help/control-center/C/control-center.xml
+share/gnome/help/control-center/ca/control-center.xml
+share/gnome/help/control-center/ca@valencia/control-center.xml
+share/gnome/help/control-center/cs/control-center.xml
+share/gnome/help/control-center/de/control-center.xml
+share/gnome/help/control-center/el/control-center.xml
+share/gnome/help/control-center/en_GB/control-center.xml
+share/gnome/help/control-center/es/control-center.xml
+share/gnome/help/control-center/fr/control-center.xml
+share/gnome/help/control-center/gl/control-center.xml
+share/gnome/help/control-center/it/control-center.xml
+share/gnome/help/control-center/ja/control-center.xml
+share/gnome/help/control-center/oc/control-center.xml
+share/gnome/help/control-center/pa/control-center.xml
+share/gnome/help/control-center/pl/control-center.xml
+share/gnome/help/control-center/pt/control-center.xml
+share/gnome/help/control-center/pt_BR/control-center.xml
+share/gnome/help/control-center/ru/control-center.xml
+share/gnome/help/control-center/sl/control-center.xml
+share/gnome/help/control-center/sv/control-center.xml
+share/gnome/help/control-center/th/control-center.xml
+share/gnome/help/control-center/uk/control-center.xml
+share/gnome/help/control-center/vi/control-center.xml
+share/gnome/help/control-center/zh_CN/control-center.xml
+share/icons/hicolor/16x16/apps/gnome-settings-default-applications.png
+share/icons/hicolor/16x16/apps/multimedia-volume-control.png
+share/icons/hicolor/16x16/apps/multimedia-volume-control.svg
+share/icons/hicolor/16x16/apps/preferences-desktop-display.png
+share/icons/hicolor/16x16/apps/preferences-system-time.png
+share/icons/hicolor/22x22/apps/gnome-settings-default-applications.png
+share/icons/hicolor/22x22/apps/multimedia-volume-control.png
+share/icons/hicolor/22x22/apps/multimedia-volume-control.svg
+share/icons/hicolor/22x22/apps/preferences-desktop-display.png
+share/icons/hicolor/22x22/apps/preferences-system-time.png
+share/icons/hicolor/24x24/apps/gnome-settings-default-applications.png
+share/icons/hicolor/24x24/apps/multimedia-volume-control.png
+share/icons/hicolor/24x24/apps/preferences-desktop-display.png
+share/icons/hicolor/256x256/apps/preferences-system-time.png
+share/icons/hicolor/32x32/apps/gnome-settings-default-applications.png
+share/icons/hicolor/32x32/apps/multimedia-volume-control.png
+share/icons/hicolor/32x32/apps/multimedia-volume-control.svg
+share/icons/hicolor/32x32/apps/preferences-desktop-display.png
+share/icons/hicolor/32x32/apps/preferences-system-time.png
+share/icons/hicolor/48x48/apps/gnome-settings-default-applications.png
+share/icons/hicolor/48x48/apps/multimedia-volume-control.png
+share/icons/hicolor/48x48/apps/preferences-system-time.png
+share/icons/hicolor/48x48/devices/audio-headset.svg
+share/icons/hicolor/scalable/apps/multimedia-volume-control.svg
+share/icons/hicolor/scalable/apps/preferences-desktop-display.svg
+share/icons/hicolor/scalable/apps/preferences-system-time.svg
+share/icons/hicolor/scalable/categories/slideshow-symbolic.svg
+share/icons/hicolor/scalable/emblems/slideshow-emblem.svg
+share/icons/hicolor/scalable/status/audio-input-microphone-high-symbolic.svg
+share/icons/hicolor/scalable/status/audio-input-microphone-low-symbolic.svg
+share/icons/hicolor/scalable/status/audio-input-microphone-medium-symbolic.svg
+share/icons/hicolor/scalable/status/audio-input-microphone-muted-symbolic.svg
+share/locale/af/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/am/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/am/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ar/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/ar/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/as/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/as/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ast/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/ast/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/az/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/be/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/be@latin/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/bg/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/bg/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/bn/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/bn/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/br/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/bs/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/bs/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ca/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/ca/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ca@valencia/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/crh/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/cs/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/cs/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/cy/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/cy/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/da/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/da/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/de/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/de/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/dz/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/el/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/el/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/en@shaw/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/en_CA/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/en_GB/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/en_GB/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/eo/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/es/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/es/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/et/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/et/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/eu/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/fa/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/fa/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/fi/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/fi/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/fr/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/fr/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ga/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/gl/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/gl/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/gu/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/gu/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/he/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/he/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/hi/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/hi/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/hr/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/hr/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/hu/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/hu/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/hy/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/id/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/id/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ilo/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/is/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/is/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/it/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/it/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ja/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/ja/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ka/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/ka/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/kk/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/kn/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/kn/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ko/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/ko/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ku/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/ku/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/lo/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/lt/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/lt/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/lv/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/lv/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/mai/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/mai/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/mg/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/mk/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/mk/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ml/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/ml/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/mn/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/mr/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/mr/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ms/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/ms/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/nb/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/nb/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/nds/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/nds/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ne/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/nl/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/nl/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/nn/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/nn/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/no/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/nso/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/oc/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/or/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/or/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/pa/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/pa/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/pl/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/pl/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/pt/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/pt/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ro/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/ro/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ru/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/ru/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/rw/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/si/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/si/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/sk/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/sk/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/sl/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/sl/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/sq/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/sq/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/sr/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/sr/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/sv/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/sv/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ta/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/ta/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/te/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/te/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/th/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/tr/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/tr/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ug/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/uk/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/uk/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/ur/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/uz/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/uz@cyrillic/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/vi/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/vi/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/wa/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/xh/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/zu/LC_MESSAGES/gnome-control-center-2.0.mo
+share/omf/control-center/control-center-C.omf
+share/omf/control-center/control-center-ca.omf
+share/omf/control-center/control-center-ca@valencia.omf
+share/omf/control-center/control-center-cs.omf
+share/omf/control-center/control-center-de.omf
+share/omf/control-center/control-center-el.omf
+share/omf/control-center/control-center-en_GB.omf
+share/omf/control-center/control-center-es.omf
+share/omf/control-center/control-center-fr.omf
+share/omf/control-center/control-center-gl.omf
+share/omf/control-center/control-center-it.omf
+share/omf/control-center/control-center-ja.omf
+share/omf/control-center/control-center-oc.omf
+share/omf/control-center/control-center-pa.omf
+share/omf/control-center/control-center-pl.omf
+share/omf/control-center/control-center-pt.omf
+share/omf/control-center/control-center-pt_BR.omf
+share/omf/control-center/control-center-ru.omf
+share/omf/control-center/control-center-sl.omf
+share/omf/control-center/control-center-sv.omf
+share/omf/control-center/control-center-th.omf
+share/omf/control-center/control-center-uk.omf
+share/omf/control-center/control-center-vi.omf
+share/omf/control-center/control-center-zh_CN.omf
+share/sounds/gnome/default/alerts/bark.ogg
+share/sounds/gnome/default/alerts/drip.ogg
+share/sounds/gnome/default/alerts/glass.ogg
+share/sounds/gnome/default/alerts/sonar.ogg
+@dirrm share/sounds/gnome/default/alerts
+@dirrm share/sounds/gnome/default
+@dirrm share/sounds/gnome
+@dirrm share/omf/control-center
+@dirrm share/gnome/help/control-center/zh_CN
+@dirrm share/gnome/help/control-center/vi
+@dirrm share/gnome/help/control-center/uk
+@dirrm share/gnome/help/control-center/th
+@dirrm share/gnome/help/control-center/sv
+@dirrm share/gnome/help/control-center/sl
+@dirrm share/gnome/help/control-center/ru
+@dirrm share/gnome/help/control-center/pt_BR
+@dirrm share/gnome/help/control-center/pt
+@dirrm share/gnome/help/control-center/pl
+@dirrm share/gnome/help/control-center/pa
+@dirrm share/gnome/help/control-center/oc
+@dirrm share/gnome/help/control-center/ja
+@dirrm share/gnome/help/control-center/it
+@dirrm share/gnome/help/control-center/gl
+@dirrm share/gnome/help/control-center/fr
+@dirrm share/gnome/help/control-center/es
+@dirrm share/gnome/help/control-center/en_GB
+@dirrm share/gnome/help/control-center/el
+@dirrm share/gnome/help/control-center/de
+@dirrm share/gnome/help/control-center/cs
+@dirrm share/gnome/help/control-center/ca@valencia
+@dirrm share/gnome/help/control-center/ca
+@dirrm share/gnome/help/control-center/C
+@dirrm share/gnome/help/control-center
+@dirrm %%DATADIR%%/ui/user-accounts
+@dirrm %%DATADIR%%/ui/datetime
+@dirrm %%DATADIR%%/ui/background
+@dirrm %%DATADIR%%/ui
+@dirrm %%DATADIR%%/sounds
+@dirrm %%DATADIR%%/pixmaps
+@dirrm %%DATADIR%%/keybindings
+@dirrm %%DATADIR%%/icons/hicolor/48x48/devices
+@dirrm %%DATADIR%%/icons/hicolor/48x48
+@dirrm %%DATADIR%%/icons/hicolor/32x32/status
+@dirrm %%DATADIR%%/icons/hicolor/32x32/devices
+@dirrm %%DATADIR%%/icons/hicolor/32x32
+@dirrm %%DATADIR%%/icons/hicolor/24x24/status
+@dirrm %%DATADIR%%/icons/hicolor/24x24/devices
+@dirrm %%DATADIR%%/icons/hicolor/24x24
+@dirrm %%DATADIR%%/icons/hicolor/22x22/status
+@dirrm %%DATADIR%%/icons/hicolor/22x22
+@dirrm %%DATADIR%%/icons/hicolor/16x16/status
+@dirrm %%DATADIR%%/icons/hicolor/16x16/devices
+@dirrm %%DATADIR%%/icons/hicolor/16x16
+@dirrm %%DATADIR%%/icons/hicolor
+@dirrm %%DATADIR%%/icons
+@dirrm %%DATADIR%%/default-apps
+@dirrm %%DATADIR%%
+@dirrmtry share/desktop-directories
+@dirrmtry share/applications
+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+@dirrmtry share/locale/zu/LC_MESSAGES
+@dirrmtry share/locale/zu
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/xh/LC_MESSAGES
+@dirrmtry share/locale/xh
+@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES
+@dirrmtry share/locale/uz@cyrillic
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/nso/LC_MESSAGES
+@dirrmtry share/locale/nso
+@dirrmtry share/locale/nds/LC_MESSAGES
+@dirrmtry share/locale/nds
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/crh/LC_MESSAGES
+@dirrmtry share/locale/crh
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be@latin/LC_MESSAGES
+@dirrmtry share/locale/be@latin
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as