[Midnightbsd-cvs] mports [20071] trunk/sysutils/gnome-control-center: first pass at gnome control center 3.16.3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Aug 27 19:25:26 EDT 2015


Revision: 20071
          http://svnweb.midnightbsd.org/mports/?rev=20071
Author:   laffer1
Date:     2015-08-27 19:25:25 -0400 (Thu, 27 Aug 2015)
Log Message:
-----------
first pass at gnome control center 3.16.3

Modified Paths:
--------------
    trunk/sysutils/gnome-control-center/Makefile
    trunk/sysutils/gnome-control-center/distinfo
    trunk/sysutils/gnome-control-center/pkg-descr
    trunk/sysutils/gnome-control-center/pkg-plist

Added Paths:
-----------
    trunk/sysutils/gnome-control-center/files/patch-panels_datetime_Makefile.in
    trunk/sysutils/gnome-control-center/files/patch-panels_user-accounts_um-realm-manager.c
    trunk/sysutils/gnome-control-center/files/patch-panels_user-accounts_um-utils.c

Removed Paths:
-------------
    trunk/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c
    trunk/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c

Modified: trunk/sysutils/gnome-control-center/Makefile
===================================================================
--- trunk/sysutils/gnome-control-center/Makefile	2015-08-27 23:18:15 UTC (rev 20070)
+++ trunk/sysutils/gnome-control-center/Makefile	2015-08-27 23:25:25 UTC (rev 20071)
@@ -1,67 +1,74 @@
 # $MidnightBSD$
 
 PORTNAME=	gnome-control-center
-PORTVERSION=	2.32.1
-PORTREVISION=	1
+PORTVERSION=	3.16.3
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	GNOME
-DIST_SUBDIR=	gnome2
+DIST_SUBDIR=	gnome3
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	Control center for GNOME 2 project
+COMMENT=	Control center for GNOME 3 project
 
 LICENSE=	gpl2
 
-LIB_DEPENDS=	canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
-		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-daemon
+BUILD_DEPENDS=	gnome-settings-daemon>=3.4.0:${PORTSDIR}/sysutils/gnome-settings-daemon \
+		gsettings-desktop-schemas>=3.2.2:${PORTSDIR}/devel/gsettings-desktop-schemas \
+		docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \
+		iso-codes>=0:${PORTSDIR}/misc/iso-codes
+LIB_DEPENDS=	libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
+		libxklavier.so:${PORTSDIR}/x11/libxklavier \
+		libupower-glib.so:${PORTSDIR}/sysutils/upower \
+		libaccountsservice.so:${PORTSDIR}/sysutils/accountsservice \
+		libcolord.so:${PORTSDIR}/graphics/colord \
+		libcolord-gtk.so:${PORTSDIR}/graphics/colord-gtk \
+		libibus-1.0.so:${PORTSDIR}/textproc/ibus \
+		libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \
+		libsocialweb.so:${PORTSDIR}/www/libsocialweb \
+		libpwquality.so:${PORTSDIR}/security/libpwquality \
+		libgtop-2.0.so:${PORTSDIR}/devel/libgtop \
+		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+		libgrilo-0.2.so:${PORTSDIR}/net/grilo \
+		libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
 RUN_DEPENDS=	gnome-eject:${PORTSDIR}/sysutils/gnome-mount \
-		${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon
+		gnome-settings-daemon>=3.4.0:${PORTSDIR}/sysutils/gnome-settings-daemon \
+		gsettings-desktop-schemas>=3.2.2:${PORTSDIR}/devel/gsettings-desktop-schemas \
+		iso-codes>=0:${PORTSDIR}/misc/iso-codes \
+		glxinfo:${PORTSDIR}/graphics/mesa-demos \
+		apg:${PORTSDIR}/security/apg \
+		gcm-calibrate:${PORTSDIR}/graphics/gnome-color-manager
 
-USE_BZIP2=	yes
-USES=		gettext
-USE_GMAKE=	yes
-GNOME_DESKTOP_VERSION=2
-USE_GSTREAMER=	good
-WANT_GNOME=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack metacity gnomemenus \
-		desktopfileutils libgnomekbd gnomedesktop librsvg2 gconf2
-USE_XORG=	xscrnsaver
+CONFLICTS=	gnome-media-2.[0-9]*
+PORTSCOUT=	limitw:1,even
+
+USES=		compiler:c++11-lib gettext gmake pathfix pkgconfig tar:xz
+USE_GNOME=	gnomedesktop3 gnomemenus3 intltool libxml2
+USE_XORG=	xscrnsaver x11 xxf86misc kbproto xi
 GNU_CONFIGURE=	yes
-INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-GCONF_SCHEMAS=	control-center.schemas fontilus.schemas \
-		gnome-control-center.schemas
+OPTIONS_SUB=	yes
+OPTIONS_DEFINE=	CUPS
+OPTIONS_DEFAULT=CUPS
+CUPS_DESC=	Cups (printing) support
+CHEESE_DESC=	Cheese webcam support
 
-.if defined(PACKAGE_BUILDING)
-.undef WITHOUT_GNOME
-WITH_GNOME=	yes
-.endif
+OPTIONS_DEFINE_i386=	CHEESE
+OPTIONS_DEFAULT_i386=	CHEESE
+OPTIONS_DEFINE_amd64=	CHEESE
+OPTIONS_DEFAULT_amd64=	CHEESE
+CUPS_LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-client \
+			libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient
+CUPS_CONFIGURE_ENABLE=	cups	
+CHEESE_LIB_DEPENDS=	libcheese.so:${PORTSDIR}/multimedia/cheese
+CHEESE_CONFIGUE_WITH=	cheese	
 
-.include <bsd.port.pre.mk>
+.include <bsd.mport.options.mk>
 
-.if ${HAVE_GNOME:Mevolutiondataserver}!=""
-USE_GNOME+=	evolutiondataserver
-CONFIGURE_ARGS+=--enable-aboutme
-PLIST_SUB+=	ABOUTME=""
-.else
-CONFIGURE_ARGS+=--disable-aboutme
-PLIST_SUB+=	ABOUTME="@comment "
-.endif
-
 post-patch:
-	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
-	    	${WRKSRC}/capplets/common/gnome-theme-info.c
-	@${REINPLACE_CMD} -e 's|/usr/sbin|${PREFIX}/sbin|g' \
-		${WRKSRC}/capplets/display/org.gnome.randr.policy.in
+	@${REINPLACE_CMD} -e 's|datetime wacom|datetime|g' \
+		${WRKSRC}/panels/Makefile.in
 
-post-install:
-	@-update-desktop-database
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/sysutils/gnome-control-center/distinfo
===================================================================
--- trunk/sysutils/gnome-control-center/distinfo	2015-08-27 23:18:15 UTC (rev 20070)
+++ trunk/sysutils/gnome-control-center/distinfo	2015-08-27 23:25:25 UTC (rev 20071)
@@ -1,2 +1,2 @@
-SHA256 (gnome2/gnome-control-center-2.32.1.tar.bz2) = 7c568b57358e5c08f4d8dd76dbac7df2539135ad081872b60514b7a8ac797e66
-SIZE (gnome2/gnome-control-center-2.32.1.tar.bz2) = 2280217
+SHA256 (gnome3/gnome-control-center-3.16.3.tar.xz) = ff9fe9c703be1d0e3afdef7b9ea331e436846ccd4d35090d501ba9510ee5a0c5
+SIZE (gnome3/gnome-control-center-3.16.3.tar.xz) = 7045744

Deleted: trunk/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c
===================================================================
--- trunk/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c	2015-08-27 23:18:15 UTC (rev 20070)
+++ trunk/sysutils/gnome-control-center/files/patch-capplets_about-me_gnome-about-me-password.c	2015-08-27 23:25:25 UTC (rev 20071)
@@ -1,15 +0,0 @@
---- capplets/about-me/gnome-about-me-password.c.orig	Sun Jun 11 04:50:31 2006
-+++ capplets/about-me/gnome-about-me-password.c	Tue Jun 13 00:02:27 2006
-@@ -52,6 +52,12 @@
- #include <signal.h>
- #endif
- 
-+#if __FreeBSD__
-+#include <sys/types.h>
-+#include <libutil.h>
-+#include <signal.h>
-+#endif
-+
- #include "capplet-util.h"
- #include "eel-alert-dialog.h"
- 

Deleted: trunk/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c
===================================================================
--- trunk/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c	2015-08-27 23:18:15 UTC (rev 20070)
+++ trunk/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c	2015-08-27 23:25:25 UTC (rev 20071)
@@ -1,11 +0,0 @@
---- capplets/common/gnome-theme-info.c.orig	2009-05-03 20:30:56.000000000 +0200
-+++ capplets/common/gnome-theme-info.c	2009-07-19 12:54:25.000000000 +0200
-@@ -1876,7 +1876,7 @@ gnome_theme_init ()
- #ifdef XCURSOR_ICONDIR
-   /* if there's a separate xcursors dir, add that as well */
-   if (strcmp (XCURSOR_ICONDIR, top_theme_dir_string) &&
--      strcmp (XCURSOR_ICONDIR, "/usr/share/icons")) {
-+      strcmp (XCURSOR_ICONDIR, "%%LOCALBASE%%/lib/X11/icons")) {
-     top_theme_dir = g_file_new_for_path (XCURSOR_ICONDIR);
-     add_top_icon_theme_dir_monitor (top_theme_dir, 1, NULL);
-     g_object_unref (top_theme_dir);

Added: trunk/sysutils/gnome-control-center/files/patch-panels_datetime_Makefile.in
===================================================================
--- trunk/sysutils/gnome-control-center/files/patch-panels_datetime_Makefile.in	                        (rev 0)
+++ trunk/sysutils/gnome-control-center/files/patch-panels_datetime_Makefile.in	2015-08-27 23:25:25 UTC (rev 20071)
@@ -0,0 +1,15 @@
+--- panels/datetime/Makefile.in.orig	2012-06-13 19:23:42.000000000 -0500
++++ panels/datetime/Makefile.in	2012-06-13 19:24:01.000000000 -0500
+@@ -1149,10 +1149,10 @@
+ 	  fi; \
+ 	done
+ check-am: all-am
+-	$(MAKE) $(AM_MAKEFLAGS) check-local
++	$(MAKE) $(AM_MAKEFLAGS)
+ check: $(BUILT_SOURCES)
+ 	$(MAKE) $(AM_MAKEFLAGS) check-recursive
+-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) all-local
++all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
+ installdirs: installdirs-recursive
+ installdirs-am:
+ 	for dir in "$(DESTDIR)$(ccpanelsdir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(icons16dir)" "$(DESTDIR)$(icons22dir)" "$(DESTDIR)$(icons256dir)" "$(DESTDIR)$(icons32dir)" "$(DESTDIR)$(icons48dir)" "$(DESTDIR)$(iconsscalabledir)" "$(DESTDIR)$(tzdatadir)" "$(DESTDIR)$(uidir)" "$(DESTDIR)$(polkitdir)"; do \


Property changes on: trunk/sysutils/gnome-control-center/files/patch-panels_datetime_Makefile.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/sysutils/gnome-control-center/files/patch-panels_user-accounts_um-realm-manager.c
===================================================================
--- trunk/sysutils/gnome-control-center/files/patch-panels_user-accounts_um-realm-manager.c	                        (rev 0)
+++ trunk/sysutils/gnome-control-center/files/patch-panels_user-accounts_um-realm-manager.c	2015-08-27 23:25:25 UTC (rev 20071)
@@ -0,0 +1,24 @@
+http://git.pld-linux.org/gitweb.cgi?p=packages/gnome-control-center.git;a=blob;f=krb5.patch;h=260e9aac087453b798dc58b23bbc79705e6172d9;hb=49c1b881b47743e0c76eaf9158a37fd6532c111f
+
+--- panels/user-accounts/um-realm-manager.c.orig	2013-06-17 21:10:46.000000000 +0000
++++ panels/user-accounts/um-realm-manager.c	2013-06-17 21:20:51.000000000 +0000
+@@ -23,7 +23,7 @@
+ 
+ #include "um-realm-manager.h"
+ 
+-#include <krb5/krb5.h>
++#include <krb5.h>
+ 
+ #include <glib.h>
+ #include <glib/gi18n.h>
+@@ -732,8 +732,10 @@
+         code = krb5_get_init_creds_opt_alloc (k5, &opts);
+         g_return_val_if_fail (code == 0, code);
+ 
++#ifdef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_OUT_CCACHE
+         code = krb5_get_init_creds_opt_set_out_ccache (k5, opts, ccache);
+         g_return_val_if_fail (code == 0, code);
++#endif
+ 
+         code = krb5_get_init_creds_password (k5, &creds, principal,
+                                              (char *)password,


Property changes on: trunk/sysutils/gnome-control-center/files/patch-panels_user-accounts_um-realm-manager.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/sysutils/gnome-control-center/files/patch-panels_user-accounts_um-utils.c
===================================================================
--- trunk/sysutils/gnome-control-center/files/patch-panels_user-accounts_um-utils.c	                        (rev 0)
+++ trunk/sysutils/gnome-control-center/files/patch-panels_user-accounts_um-utils.c	2015-08-27 23:25:25 UTC (rev 20071)
@@ -0,0 +1,19 @@
+--- panels/user-accounts/um-utils.c.orig	2014-03-03 11:55:25.000000000 +0000
++++ panels/user-accounts/um-utils.c	2014-03-15 15:23:03.820288215 +0000
+@@ -26,6 +26,16 @@
+ #include <limits.h>
+ #include <unistd.h>
+ #include <pwd.h>
++#ifdef __FreeBSD__
++#include <sys/param.h>
++#if __FreeBSD_version < 900000
++#include <utmp.h>
++#else
++#include <utmpx.h>
++/* from the old utmp.h */
++#define UT_NAMESIZE 16
++#endif
++#endif
+ 
+ #include <gio/gio.h>
+ #include <gio/gunixoutputstream.h>


Property changes on: trunk/sysutils/gnome-control-center/files/patch-panels_user-accounts_um-utils.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/sysutils/gnome-control-center/pkg-descr
===================================================================
--- trunk/sysutils/gnome-control-center/pkg-descr	2015-08-27 23:18:15 UTC (rev 20070)
+++ trunk/sysutils/gnome-control-center/pkg-descr	2015-08-27 23:25:25 UTC (rev 20071)
@@ -1,3 +1,3 @@
-Configuration tools tightly integrated within the GNOME 2 desktop.
+Configuration tools tightly integrated within the GNOME 3 desktop.
 
 WWW: http://www.gnome.org

Modified: trunk/sysutils/gnome-control-center/pkg-plist
===================================================================
--- trunk/sysutils/gnome-control-center/pkg-plist	2015-08-27 23:18:15 UTC (rev 20070)
+++ trunk/sysutils/gnome-control-center/pkg-plist	2015-08-27 23:25:25 UTC (rev 20071)
@@ -1,378 +1,324 @@
-%%ABOUTME%%bin/gnome-about-me
-bin/gnome-appearance-properties
-bin/gnome-at-mobility
-bin/gnome-at-properties
-bin/gnome-at-visual
 bin/gnome-control-center
-bin/gnome-default-applications-properties
-bin/gnome-display-properties
-bin/gnome-font-viewer
-bin/gnome-keybinding-properties
-bin/gnome-keyboard-properties
-bin/gnome-mouse-properties
-bin/gnome-network-properties
-bin/gnome-thumbnail-font
-bin/gnome-typing-monitor
-bin/gnome-window-properties
-etc/xdg/autostart/gnome-at-session.desktop
-etc/xdg/menus/gnomecc.menu
-include/gnome-window-settings-2.0/gnome-window-manager.h
-include/gnome-window-settings-2.0/gnome-wm-manager.h
-lib/libgnome-window-settings.a
-lib/libgnome-window-settings.la
-lib/libgnome-window-settings.so
-lib/libgnome-window-settings.so.1
-lib/window-manager-settings/libmetacity.a
-lib/window-manager-settings/libmetacity.la
-lib/window-manager-settings/libmetacity.so
-libdata/pkgconfig/gnome-default-applications.pc
 libdata/pkgconfig/gnome-keybindings.pc
-libdata/pkgconfig/gnome-window-settings-2.0.pc
-sbin/gnome-display-properties-install-systemwide
-%%ABOUTME%%share/applications/gnome-about-me.desktop
-share/applications/at-properties.desktop
-share/applications/default-applications.desktop
-share/applications/display-properties.desktop
-share/applications/gnome-appearance-properties.desktop
-share/applications/gnome-font-viewer.desktop
-share/applications/gnome-network-properties.desktop
-share/applications/gnome-settings-mouse.desktop
-share/applications/gnome-theme-installer.desktop
-share/applications/gnomecc.desktop
-share/applications/keybinding.desktop
-share/applications/keyboard.desktop
-share/applications/window-properties.desktop
-share/desktop-directories/gnomecc.directory
-%%DATADIR%%/default-apps/gnome-default-applications.xml
-%%DATADIR%%/keybindings/00-multimedia-key.xml
-%%DATADIR%%/keybindings/01-desktop-key.xml
-%%DATADIR%%/pixmaps/at-startup.png
-%%DATADIR%%/pixmaps/at-support.png
-%%DATADIR%%/pixmaps/bar-disabled.png
-%%DATADIR%%/pixmaps/bar-green.png
-%%DATADIR%%/pixmaps/bar-red.png
-%%DATADIR%%/pixmaps/bar.png
-%%DATADIR%%/pixmaps/double-click-maybe.png
-%%DATADIR%%/pixmaps/double-click-off.png
-%%DATADIR%%/pixmaps/double-click-on.png
-%%DATADIR%%/pixmaps/gtk-theme-thumbnailing.png
-%%DATADIR%%/pixmaps/icon-theme-thumbnailing.png
-%%ABOUTME%%%%DATADIR%%/pixmaps/left-index-finger.png
-%%ABOUTME%%%%DATADIR%%/pixmaps/left-index-finger.svg
-%%ABOUTME%%%%DATADIR%%/pixmaps/left-little-finger.png
-%%ABOUTME%%%%DATADIR%%/pixmaps/left-little-finger.svg
-%%ABOUTME%%%%DATADIR%%/pixmaps/left-middle-finger.png
-%%ABOUTME%%%%DATADIR%%/pixmaps/left-middle-finger.svg
-%%ABOUTME%%%%DATADIR%%/pixmaps/left-ring-finger.png
-%%ABOUTME%%%%DATADIR%%/pixmaps/left-ring-finger.svg
-%%ABOUTME%%%%DATADIR%%/pixmaps/left-thumb.png
-%%ABOUTME%%%%DATADIR%%/pixmaps/left-thumb.svg
-%%DATADIR%%/pixmaps/mouse-cursor-normal-large.png
-%%DATADIR%%/pixmaps/mouse-cursor-normal.png
-%%DATADIR%%/pixmaps/mouse-cursor-white-large.png
-%%DATADIR%%/pixmaps/mouse-cursor-white.png
-%%DATADIR%%/pixmaps/ocean-stripes.png
-%%ABOUTME%%%%DATADIR%%/pixmaps/print_error.png
-%%ABOUTME%%%%DATADIR%%/pixmaps/print_error.svg
-%%ABOUTME%%%%DATADIR%%/pixmaps/print_ok.png
-%%ABOUTME%%%%DATADIR%%/pixmaps/print_ok.svg
-%%ABOUTME%%%%DATADIR%%/pixmaps/right-index-finger.png
-%%ABOUTME%%%%DATADIR%%/pixmaps/right-index-finger.svg
-%%ABOUTME%%%%DATADIR%%/pixmaps/right-little-finger.png
-%%ABOUTME%%%%DATADIR%%/pixmaps/right-little-finger.svg
-%%ABOUTME%%%%DATADIR%%/pixmaps/right-middle-finger.png
-%%ABOUTME%%%%DATADIR%%/pixmaps/right-middle-finger.svg
-%%ABOUTME%%%%DATADIR%%/pixmaps/right-ring-finger.png
-%%ABOUTME%%%%DATADIR%%/pixmaps/right-ring-finger.svg
-%%ABOUTME%%%%DATADIR%%/pixmaps/right-thumb.png
-%%ABOUTME%%%%DATADIR%%/pixmaps/right-thumb.svg
-%%DATADIR%%/pixmaps/subpixel-bgr.png
-%%DATADIR%%/pixmaps/subpixel-rgb.png
-%%DATADIR%%/pixmaps/subpixel-vbgr.png
-%%DATADIR%%/pixmaps/subpixel-vrgb.png
-%%DATADIR%%/pixmaps/theme-thumbnailing.png
-%%DATADIR%%/pixmaps/window-theme-thumbnailing.png
-%%DATADIR%%/ui/appearance.ui
-%%DATADIR%%/ui/at-enable-dialog.ui
-%%DATADIR%%/ui/display-capplet.ui
-%%ABOUTME%%%%DATADIR%%/ui/gnome-about-me-dialog.ui
-%%ABOUTME%%%%DATADIR%%/ui/gnome-about-me-fingerprint.ui
-%%ABOUTME%%%%DATADIR%%/ui/gnome-about-me-password.ui
-%%DATADIR%%/ui/gnome-default-applications-properties.ui
-%%DATADIR%%/ui/gnome-keybinding-properties.ui
-%%DATADIR%%/ui/gnome-keyboard-properties-a11y-notifications.ui
-%%DATADIR%%/ui/gnome-keyboard-properties-dialog.ui
-%%DATADIR%%/ui/gnome-keyboard-properties-layout-chooser.ui
-%%DATADIR%%/ui/gnome-keyboard-properties-model-chooser.ui
-%%DATADIR%%/ui/gnome-keyboard-properties-options-dialog.ui
-%%DATADIR%%/ui/gnome-mouse-properties.ui
-%%DATADIR%%/ui/gnome-network-properties.ui
-%%DATADIR%%/ui/gnome-window-properties.ui
-share/gnome/cursor-fonts/cursor-large-white.pcf
-share/gnome/cursor-fonts/cursor-large.pcf
-share/gnome/cursor-fonts/cursor-white.pcf
-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 at 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/id/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/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
+libexec/cc-remote-login-helper
+libexec/gnome-control-center-search-provider
+man/man1/gnome-control-center.1.gz
+share/appdata/gnome-control-center.appdata.xml
+share/applications/gnome-background-panel.desktop
+share/applications/gnome-color-panel.desktop
+share/applications/gnome-control-center.desktop
+share/applications/gnome-datetime-panel.desktop
+share/applications/gnome-display-panel.desktop
+share/applications/gnome-info-panel.desktop
+share/applications/gnome-keyboard-panel.desktop
+share/applications/gnome-mouse-panel.desktop
+share/applications/gnome-notifications-panel.desktop
+share/applications/gnome-online-accounts-panel.desktop
+share/applications/gnome-power-panel.desktop
+share/applications/gnome-printers-panel.desktop
+share/applications/gnome-privacy-panel.desktop
+share/applications/gnome-region-panel.desktop
+share/applications/gnome-search-panel.desktop
+share/applications/gnome-sharing-panel.desktop
+share/applications/gnome-sound-panel.desktop
+share/applications/gnome-universal-access-panel.desktop
+share/applications/gnome-user-accounts-panel.desktop
+share/bash-completion/completions/gnome-control-center
+share/dbus-1/services/org.gnome.ControlCenter.SearchProvider.service
+share/dbus-1/services/org.gnome.ControlCenter.service
+%%DATADIR%%/datetime/backward
+%%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.xml
+%%DATADIR%%/keybindings/01-input-sources.xml
+%%DATADIR%%/keybindings/01-launchers.xml
+%%DATADIR%%/keybindings/01-screenshot.xml
+%%DATADIR%%/keybindings/01-system.xml
+%%DATADIR%%/keybindings/50-accessibility.xml
+%%DATADIR%%/pixmaps/noise-texture-light.png
+%%DATADIR%%/sounds/gnome-sounds-default.xml
+share/gnome-shell/search-providers/gnome-control-center-search-provider.ini
+share/icons/hicolor/16x16/apps/gnome-power-manager.png
+share/icons/hicolor/16x16/apps/goa-panel.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-color.png
 share/icons/hicolor/16x16/apps/preferences-desktop-display.png
-share/icons/hicolor/22x22/apps/gnome-network-properties.png
-share/icons/hicolor/22x22/apps/gnome-settings-default-applications.png
+share/icons/hicolor/16x16/apps/preferences-system-time.png
+share/icons/hicolor/22x22/apps/gnome-power-manager.png
+share/icons/hicolor/22x22/apps/goa-panel.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-color.png
 share/icons/hicolor/22x22/apps/preferences-desktop-display.png
-share/icons/hicolor/24x24/apps/gnome-network-properties.png
-share/icons/hicolor/24x24/apps/gnome-settings-default-applications.png
+share/icons/hicolor/22x22/apps/preferences-system-time.png
+share/icons/hicolor/24x24/apps/gnome-power-manager.png
+share/icons/hicolor/24x24/apps/goa-panel.png
+share/icons/hicolor/24x24/apps/multimedia-volume-control.png
+share/icons/hicolor/24x24/apps/preferences-color.png
 share/icons/hicolor/24x24/apps/preferences-desktop-display.png
-share/icons/hicolor/32x32/apps/gnome-network-properties.png
-share/icons/hicolor/32x32/apps/gnome-settings-default-applications.png
+share/icons/hicolor/256x256/apps/gnome-power-manager.png
+share/icons/hicolor/256x256/apps/goa-panel.png
+share/icons/hicolor/256x256/apps/preferences-color.png
+share/icons/hicolor/256x256/apps/preferences-system-time.png
+share/icons/hicolor/32x32/apps/gnome-power-manager.png
+share/icons/hicolor/32x32/apps/goa-panel.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-color.png
 share/icons/hicolor/32x32/apps/preferences-desktop-display.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/typing-monitor.png
-share/icons/hicolor/scalable/apps/gnome-network-properties.svg
+share/icons/hicolor/32x32/apps/preferences-system-time.png
+share/icons/hicolor/48x48/apps/gnome-power-manager.png
+share/icons/hicolor/48x48/apps/goa-panel.png
+share/icons/hicolor/48x48/apps/multimedia-volume-control.png
+share/icons/hicolor/48x48/apps/preferences-color.png
+share/icons/hicolor/48x48/apps/preferences-system-time.png
+share/icons/hicolor/48x48/devices/audio-headset.svg
+share/icons/hicolor/64x64/apps/preferences-color.png
+share/icons/hicolor/scalable/apps/multimedia-volume-control.svg
+share/icons/hicolor/scalable/apps/preferences-color.svg
 share/icons/hicolor/scalable/apps/preferences-desktop-display.svg
-share/icons/hicolor/scalable/apps/typing-monitor.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/an/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 at 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 at 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/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/en at 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/en at shaw/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/km/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/ky/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/my/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/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 at latin/LC_MESSAGES/gnome-control-center-2.0-timezones.mo
 share/locale/sr at 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/tg/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 at 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/mime/application/x-gnome-theme-package.xml
-share/mime/packages/gnome-theme-package.xml
-share/omf/control-center/control-center-C.omf
-share/omf/control-center/control-center-ca.omf
-share/omf/control-center/control-center-ca at 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-id.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-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
- at dirrm share/omf/control-center
- at dirrm share/gnome/help/control-center/zh_CN
- at dirrm share/gnome/help/control-center/vi
- at dirrm share/gnome/help/control-center/uk
- at dirrm share/gnome/help/control-center/th
- at dirrm share/gnome/help/control-center/sv
- at dirrm share/gnome/help/control-center/ru
- at dirrm share/gnome/help/control-center/pt_BR
- at dirrm share/gnome/help/control-center/pt
- at dirrm share/gnome/help/control-center/pl
- at dirrm share/gnome/help/control-center/pa
- at dirrm share/gnome/help/control-center/oc
- at dirrm share/gnome/help/control-center/ja
- at dirrm share/gnome/help/control-center/it
- at dirrm share/gnome/help/control-center/id
- at dirrm share/gnome/help/control-center/fr
- at dirrm share/gnome/help/control-center/es
- at dirrm share/gnome/help/control-center/en_GB
- at dirrm share/gnome/help/control-center/el
- at dirrm share/gnome/help/control-center/de
- at dirrm share/gnome/help/control-center/cs
- at dirrm share/gnome/help/control-center/ca at valencia
- at dirrm share/gnome/help/control-center/ca
- at dirrm share/gnome/help/control-center/C
- at dirrm share/gnome/help/control-center
- at dirrm share/gnome/cursor-fonts
- at dirrm %%DATADIR%%/ui
- at dirrm %%DATADIR%%/pixmaps
- at dirrm %%DATADIR%%/default-apps
- at dirrmtry share/desktop-directories
- at dirrmtry share/applications
- at dirrm lib/window-manager-settings
- at dirrm include/gnome-window-settings-2.0
- at exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
- at comment not sure about this ..
- at unexec rm -f %D/share/applications/mimeinfo.cache > /dev/null || /usr/bin/true
- at exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
- at dirrmtry share/locale/zu/LC_MESSAGES
- at dirrmtry share/locale/zu
- at dirrmtry share/locale/zh_HK/LC_MESSAGES
- at dirrmtry share/locale/zh_HK
- at dirrmtry share/locale/xh/LC_MESSAGES
- at dirrmtry share/locale/xh
- at dirrmtry share/locale/uz at cyrillic/LC_MESSAGES
- at dirrmtry share/locale/uz at cyrillic
- at dirrmtry share/locale/ug/LC_MESSAGES
- at dirrmtry share/locale/ug
- at dirrmtry share/locale/te/LC_MESSAGES
- at dirrmtry share/locale/te
- at dirrmtry share/locale/sr at latin/LC_MESSAGES
- at dirrmtry share/locale/sr at latin
- at dirrmtry share/locale/si/LC_MESSAGES
- at dirrmtry share/locale/si
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/locale/oc/LC_MESSAGES
- at dirrmtry share/locale/oc
- at dirrmtry share/locale/nso/LC_MESSAGES
- at dirrmtry share/locale/nso
- at dirrmtry share/locale/nds/LC_MESSAGES
- at dirrmtry share/locale/nds
- at dirrmtry share/locale/mr/LC_MESSAGES
- at dirrmtry share/locale/mr
- at dirrmtry share/locale/mg/LC_MESSAGES
- at dirrmtry share/locale/mg
- at dirrmtry share/locale/mai/LC_MESSAGES
- at dirrmtry share/locale/mai
- at dirrmtry share/locale/ku/LC_MESSAGES
- at dirrmtry share/locale/ku
- at dirrmtry share/locale/kk/LC_MESSAGES
- at dirrmtry share/locale/kk
- at dirrmtry share/locale/hy/LC_MESSAGES
- at dirrmtry share/locale/hy
- at dirrmtry share/locale/en at shaw/LC_MESSAGES
- at dirrmtry share/locale/en at shaw
- at dirrmtry share/locale/dz/LC_MESSAGES
- at dirrmtry share/locale/dz
- at dirrmtry share/locale/crh/LC_MESSAGES
- at dirrmtry share/locale/crh
- at dirrmtry share/locale/ca at valencia/LC_MESSAGES
- at dirrmtry share/locale/ca at valencia
- at dirrmtry share/locale/bn_IN/LC_MESSAGES
- at dirrmtry share/locale/bn_IN
- at dirrmtry share/locale/be at latin/LC_MESSAGES
- at dirrmtry share/locale/be at latin
- at dirrmtry share/locale/ast/LC_MESSAGES
- at dirrmtry share/locale/ast
- at dirrmtry share/locale/as/LC_MESSAGES
- at dirrmtry share/locale/as
+share/pixmaps/faces/astronaut.jpg
+share/pixmaps/faces/baseball.png
+share/pixmaps/faces/butterfly.png
+share/pixmaps/faces/cat-eye.jpg
+share/pixmaps/faces/chess.jpg
+share/pixmaps/faces/coffee.jpg
+share/pixmaps/faces/dice.jpg
+share/pixmaps/faces/energy-arc.jpg
+share/pixmaps/faces/fish.jpg
+share/pixmaps/faces/flake.jpg
+share/pixmaps/faces/flower.jpg
+share/pixmaps/faces/grapes.jpg
+share/pixmaps/faces/guitar.jpg
+share/pixmaps/faces/launch.jpg
+share/pixmaps/faces/leaf.jpg
+share/pixmaps/faces/lightning.jpg
+share/pixmaps/faces/penguin.jpg
+share/pixmaps/faces/puppy.jpg
+share/pixmaps/faces/sky.jpg
+share/pixmaps/faces/soccerball.png
+share/pixmaps/faces/sunflower.jpg
+share/pixmaps/faces/sunset.jpg
+share/pixmaps/faces/tennis-ball.png
+share/pixmaps/faces/yellow-rose.jpg
+share/polkit-1/actions/org.gnome.controlcenter.datetime.policy
+share/polkit-1/actions/org.gnome.controlcenter.remote-login-helper.policy
+share/polkit-1/actions/org.gnome.controlcenter.user-accounts.policy
+share/polkit-1/rules.d/gnome-control-center.rules
+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



More information about the Midnightbsd-cvs mailing list