diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-23 21:50:06 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-23 21:50:06 +0800 |
commit | 6e73916dff0cee47ebbbc1283898a11d17b8b069 (patch) | |
tree | 7ffcf6870c87321677cd1fd49a04e13488cb6b93 | |
parent | a44122b1c6826e383fe51e8042099e22ed00f16c (diff) | |
download | marcuscom-ports-6e73916dff0cee47ebbbc1283898a11d17b8b069.tar marcuscom-ports-6e73916dff0cee47ebbbc1283898a11d17b8b069.tar.gz marcuscom-ports-6e73916dff0cee47ebbbc1283898a11d17b8b069.tar.bz2 marcuscom-ports-6e73916dff0cee47ebbbc1283898a11d17b8b069.tar.lz marcuscom-ports-6e73916dff0cee47ebbbc1283898a11d17b8b069.tar.xz marcuscom-ports-6e73916dff0cee47ebbbc1283898a11d17b8b069.tar.zst marcuscom-ports-6e73916dff0cee47ebbbc1283898a11d17b8b069.zip |
Update to 2.31.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14354 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | Mk/bsd.gnome.mk | 8 | ||||
-rw-r--r-- | sysutils/gnome-control-center3/Makefile | 59 | ||||
-rw-r--r-- | sysutils/gnome-control-center3/distinfo | 3 | ||||
-rw-r--r-- | sysutils/gnome-control-center3/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/gnome-control-center3/pkg-plist | 394 |
5 files changed, 465 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 207e375eb..de964cbcf 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -3,7 +3,7 @@ # # $FreeBSD$ # $NetBSD: $ -# $MCom: ports/Mk/bsd.gnome.mk,v 1.505 2010/07/13 16:59:06 kwm Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.506 2010/07/13 17:11:27 kwm Exp $ # # Please view me with 4 column tabs! @@ -91,7 +91,7 @@ _USE_GNOME_ALL+= atk atspi desktopfileutils eel2 evolutiondataserver gal2 gdkpix pygtk2 pygtksourceview vte # GNOME 3 components -_USE_GNOME_ALL+= dconf evolutiondataserver3 gnomedesktop3 gnomepanel3 gtk30 gtkhtml4 gtksourceview3 librsvg3 +_USE_GNOME_ALL+= dconf evolutiondataserver3 gnomecontrolcenter3 gnomedesktop3 gnomepanel3 gtk30 gtkhtml4 gtksourceview3 librsvg3 GNOME_MAKEFILEIN?= Makefile.in SCROLLKEEPER_DIR= /var/db/rarian @@ -449,6 +449,10 @@ gnomecontrolcenter2_LIB_DEPENDS=gnome-window-settings.1:${PORTSDIR}/sysutils/gno gnomecontrolcenter2_DETECT=${LOCALBASE}/libdata/pkgconfig/gnome-window-settings-2.0.pc gnomecontrolcenter2_USE_GNOME_IMPL=metacity gnomemenus desktopfileutils libgnomekbd gnomedesktop librsvg2 +gnomecontrolcenter3_LIB_DEPENDS=gnome-control-center.1:${PORTSDIR}/sysutils/gnome-control-center3 +gnomecontrolcenter3_DETECT=${LOCALBASE}/libdata/pkgconfig/libgnome-control-center.pc +gnomecontrolcenter3_USE_GNOME_IMPL=gnomemenus desktopfileutils libgnomekbd gnomedesktop3 + libgda2_LIB_DEPENDS= gda-2.3:${PORTSDIR}/databases/libgda2 libgda2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda.pc libgda2_USE_GNOME_IMPL= glib20 libxslt diff --git a/sysutils/gnome-control-center3/Makefile b/sysutils/gnome-control-center3/Makefile new file mode 100644 index 000000000..c7e88fc15 --- /dev/null +++ b/sysutils/gnome-control-center3/Makefile @@ -0,0 +1,59 @@ +# New ports collection makefile for: gnomecontrolcenter2 +# Date created: 04 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/sysutils/gnome-control-center/Makefile,v 1.210 2010/06/10 14:36:44 kwm Exp $ +# + +PORTNAME= gnome-control-center +PORTVERSION= 2.31.5 +CATEGORIES= sysutils gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Control center for GNOME 3 project + +LIB_DEPENDS= canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 \ + dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit \ + unique-1.0.2:${PORTSDIR}/x11-toolkits/unique +BUILD_DEPENDS= ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon3 +RUN_DEPENDS= gnome-eject:${PORTSDIR}/sysutils/gnome-mount \ + ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon3 + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +#GNOME_DESKTOP_VERSION=2 +USE_GSTREAMER= good +WANT_GNOME= yes +USE_GNOME= gnomeprefix gnomehack intlhack metacity gnomemenus \ + 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= control-center.schemas fontilus.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..494e4a7c1 --- /dev/null +++ b/sysutils/gnome-control-center3/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome3/gnome-control-center-2.31.5.tar.bz2) = 6f0a7fd64e181ebb90005c06092b45dd +SHA256 (gnome3/gnome-control-center-2.31.5.tar.bz2) = 6a0cb7a4af261608618ad7646304561526bad7339f1b1de3d37cc82a14d94759 +SIZE (gnome3/gnome-control-center-2.31.5.tar.bz2) = 3359955 diff --git a/sysutils/gnome-control-center3/pkg-descr b/sysutils/gnome-control-center3/pkg-descr new file mode 100644 index 000000000..fba462829 --- /dev/null +++ b/sysutils/gnome-control-center3/pkg-descr @@ -0,0 +1,3 @@ +Configuration tools tightly integrated within the GNOME 2 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..de45311ec --- /dev/null +++ b/sysutils/gnome-control-center3/pkg-plist @@ -0,0 +1,394 @@ +bin/gnome-at-mobility +bin/gnome-at-visual +bin/gnome-control-center +bin/gnome-font-viewer +bin/gnome-thumbnail-font +bin/gnome-typing-monitor +etc/xdg/autostart/gnome-at-session.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-marshal.h +include/gnome-control-center-1/libgnome-control-center/gconf-property-editor.h +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/libkeybinding-properties.a +lib/control-center-1/panels/libkeybinding-properties.la +lib/control-center-1/panels/libkeybinding-properties.so +lib/control-center-1/panels/libkeybinding-properties.so.0 +lib/control-center-1/panels/libkeyboard-properties.a +lib/control-center-1/panels/libkeyboard-properties.la +lib/control-center-1/panels/libkeyboard-properties.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/libuniversal-access.a +lib/control-center-1/panels/libuniversal-access.la +lib/control-center-1/panels/libuniversal-access.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 +sbin/gnome-display-properties-install-systemwide +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-font-viewer.desktop +share/applications/gnome-keybindings-panel.desktop +share/applications/gnome-keyboard-panel.desktop +share/applications/gnome-mouse-panel.desktop +share/applications/gnome-network-panel.desktop +share/applications/gnome-universal-access-panel.desktop +share/applications/mimeinfo.cache +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 +share/gnome-control-center/default-apps/gnome-default-applications.xml +share/gnome-control-center/keybindings/00-multimedia-key.xml +share/gnome-control-center/keybindings/01-desktop-key.xml +share/gnome-control-center/pixmaps/bar-disabled.png +share/gnome-control-center/pixmaps/bar-green.png +share/gnome-control-center/pixmaps/bar-red.png +share/gnome-control-center/pixmaps/bar.png +share/gnome-control-center/pixmaps/double-click-maybe.png +share/gnome-control-center/pixmaps/double-click-off.png +share/gnome-control-center/pixmaps/double-click-on.png +share/gnome-control-center/pixmaps/ocean-stripes.png +share/gnome-control-center/ui/datetime/bg.png +share/gnome-control-center/ui/datetime/cc.png +share/gnome-control-center/ui/datetime/datetime.ui +share/gnome-control-center/ui/datetime/timezone_-1.png +share/gnome-control-center/ui/datetime/timezone_-10.png +share/gnome-control-center/ui/datetime/timezone_-11.png +share/gnome-control-center/ui/datetime/timezone_-2.png +share/gnome-control-center/ui/datetime/timezone_-3.5.png +share/gnome-control-center/ui/datetime/timezone_-3.png +share/gnome-control-center/ui/datetime/timezone_-4.5.png +share/gnome-control-center/ui/datetime/timezone_-4.png +share/gnome-control-center/ui/datetime/timezone_-5.5.png +share/gnome-control-center/ui/datetime/timezone_-5.png +share/gnome-control-center/ui/datetime/timezone_-6.png +share/gnome-control-center/ui/datetime/timezone_-7.png +share/gnome-control-center/ui/datetime/timezone_-8.png +share/gnome-control-center/ui/datetime/timezone_-9.5.png +share/gnome-control-center/ui/datetime/timezone_-9.png +share/gnome-control-center/ui/datetime/timezone_0.png +share/gnome-control-center/ui/datetime/timezone_1.png +share/gnome-control-center/ui/datetime/timezone_10.5.png +share/gnome-control-center/ui/datetime/timezone_10.png +share/gnome-control-center/ui/datetime/timezone_11.5.png +share/gnome-control-center/ui/datetime/timezone_11.png +share/gnome-control-center/ui/datetime/timezone_12.75.png +share/gnome-control-center/ui/datetime/timezone_12.png +share/gnome-control-center/ui/datetime/timezone_13.png +share/gnome-control-center/ui/datetime/timezone_2.png +share/gnome-control-center/ui/datetime/timezone_3.5.png +share/gnome-control-center/ui/datetime/timezone_3.png +share/gnome-control-center/ui/datetime/timezone_4.5.png +share/gnome-control-center/ui/datetime/timezone_4.png +share/gnome-control-center/ui/datetime/timezone_5.5.png +share/gnome-control-center/ui/datetime/timezone_5.75.png +share/gnome-control-center/ui/datetime/timezone_5.png +share/gnome-control-center/ui/datetime/timezone_6.5.png +share/gnome-control-center/ui/datetime/timezone_6.png +share/gnome-control-center/ui/datetime/timezone_7.png +share/gnome-control-center/ui/datetime/timezone_8.png +share/gnome-control-center/ui/datetime/timezone_9.5.png +share/gnome-control-center/ui/datetime/timezone_9.png +share/gnome-control-center/ui/display-capplet.ui +share/gnome-control-center/ui/gnome-default-applications-properties.ui +share/gnome-control-center/ui/gnome-keybinding-properties.ui +share/gnome-control-center/ui/gnome-keyboard-properties-a11y-notifications.ui +share/gnome-control-center/ui/gnome-keyboard-properties-dialog.ui +share/gnome-control-center/ui/gnome-keyboard-properties-layout-chooser.ui +share/gnome-control-center/ui/gnome-keyboard-properties-model-chooser.ui +share/gnome-control-center/ui/gnome-keyboard-properties-options-dialog.ui +share/gnome-control-center/ui/gnome-mouse-properties.ui +share/gnome-control-center/ui/gnome-network-properties.ui +share/gnome-control-center/ui/shell.ui +share/gnome-control-center/ui/uap.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-network-properties.png +share/icons/hicolor/16x16/apps/gnome-settings-default-applications.png +share/icons/hicolor/16x16/apps/preferences-desktop-display.png +share/icons/hicolor/16x16/apps/preferences-system-time.png +share/icons/hicolor/22x22/apps/gnome-network-properties.png +share/icons/hicolor/22x22/apps/gnome-settings-default-applications.png +share/icons/hicolor/22x22/apps/preferences-desktop-display.png +share/icons/hicolor/22x22/apps/preferences-system-time.png +share/icons/hicolor/24x24/apps/gnome-network-properties.png +share/icons/hicolor/24x24/apps/gnome-settings-default-applications.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-network-properties.png +share/icons/hicolor/32x32/apps/gnome-settings-default-applications.png +share/icons/hicolor/32x32/apps/preferences-desktop-display.png +share/icons/hicolor/32x32/apps/preferences-system-time.png +share/icons/hicolor/48x48/apps/gnome-network-properties.png +share/icons/hicolor/48x48/apps/gnome-settings-default-applications.png +share/icons/hicolor/48x48/apps/preferences-system-time.png +share/icons/hicolor/48x48/apps/typing-monitor.png +share/icons/hicolor/scalable/apps/gnome-network-properties.svg +share/icons/hicolor/scalable/apps/preferences-desktop-display.svg +share/icons/hicolor/scalable/apps/preferences-system-time.svg +share/icons/hicolor/scalable/apps/typing-monitor.svg +share/locale/af/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/am/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ar/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/as/LC_MESSAGES/gnome-control-center-2.0.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.mo +share/locale/bn/LC_MESSAGES/gnome-control-center-2.0.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.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.mo +share/locale/cy/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/da/LC_MESSAGES/gnome-control-center-2.0.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.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.mo +share/locale/eo/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/es/LC_MESSAGES/gnome-control-center-2.0.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.mo +share/locale/fi/LC_MESSAGES/gnome-control-center-2.0.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.mo +share/locale/gu/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/he/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/hi/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/hr/LC_MESSAGES/gnome-control-center-2.0.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.mo +share/locale/is/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/it/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ja/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ka/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/kn/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ko/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ku/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/lt/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/lv/LC_MESSAGES/gnome-control-center-2.0.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.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.mo +share/locale/ms/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/nb/LC_MESSAGES/gnome-control-center-2.0.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.mo +share/locale/nn/LC_MESSAGES/gnome-control-center-2.0.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.mo +share/locale/pa/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/pl/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/pt/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/pt_BR/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ro/LC_MESSAGES/gnome-control-center-2.0.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.mo +share/locale/sk/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/sl/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/sq/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/sr/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/sr@latin/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/sv/LC_MESSAGES/gnome-control-center-2.0.mo +share/locale/ta/LC_MESSAGES/gnome-control-center-2.0.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.mo +share/locale/uk/LC_MESSAGES/gnome-control-center-2.0.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.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.mo +share/locale/zh_HK/LC_MESSAGES/gnome-control-center-2.0.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/polkit-1/actions/org.gnome.randr.policy +@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/datetime +@dirrm %%DATADIR%%/ui +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%%/keybindings +@dirrm %%DATADIR%%/default-apps +@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 |