diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index e9b5ba9a08bb..486e9f56f839 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -1,87 +1,87 @@ # Created by: Joe Marcus Clarke PORTNAME= gnome-control-center -PORTVERSION= 40.0 +PORTVERSION= 41.0 CATEGORIES= sysutils gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Control center for GNOME 3 project LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gnome-settings-daemon>=3.4.0:sysutils/gnome-settings-daemon \ gsettings-desktop-schemas>=3.2.2:devel/gsettings-desktop-schemas #\ # docbook-xsl>=0:textproc/docbook-xsl LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libcanberra-gtk3.so:audio/libcanberra-gtk3 \ libcups.so:print/cups \ libpulse.so:audio/pulseaudio \ libfontconfig.so:x11-fonts/fontconfig \ libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ libupower-glib.so:sysutils/upower \ libaccountsservice.so:sysutils/accountsservice \ libcolord.so:graphics/colord \ libcolord-gtk.so:graphics/colord-gtk \ libibus-1.0.so:textproc/ibus \ libsoup-2.4.so:devel/libsoup \ libgoa-1.0.so:net/gnome-online-accounts \ libpwquality.so:security/libpwquality \ libgtop-2.0.so:devel/libgtop \ libgrilo-0.3.so:net/grilo \ libpolkit-gobject-1.so:sysutils/polkit \ libhandy-1.so:x11-toolkits/libhandy \ libudisks2.so:sysutils/libudisks \ libsecret-1.so:security/libsecret \ libepoxy.so:graphics/libepoxy RUN_DEPENDS= gnome-settings-daemon>=3.4.0:sysutils/gnome-settings-daemon \ gsettings-desktop-schemas>=3.2.2:devel/gsettings-desktop-schemas \ cantarell-fonts>=0:x11-fonts/cantarell-fonts \ gcm-import:graphics/gnome-color-manager PORTSCOUT= limitw:1,even USES= compiler:c++11-lib gettext gnome localbase:ldflags meson \ pkgconfig python:3.6+,build samba:lib tar:xz xorg USE_GNOME= cairo gnomedesktop3 libxml2 gsound USE_XORG= x11 xi #USE_GSTREAMER1= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes BINARY_ALIAS= python3=${PYTHON_VERSION} GLIB_SCHEMAS= org.gnome.ControlCenter.gschema.xml OPTIONS_SUB= yes OPTIONS_DEFINE= WAYLAND CHEESE OPTIONS_DEFAULT=WAYLAND CHEESE CHEESE_DESC= Cheese webcam support CHEESE_LIB_DEPENDS= libcheese.so:multimedia/cheese CHEESE_MESON_TRUE= cheese WAYLAND_MESON_TRUE= wayland WAYLAND_LIB_DEPENDS= libgudev-1.0.so:devel/libgudev # This can be removed after 11.x is no longer supported .if exists(/usr/bin/ld.lld) && (${/usr/bin/ld:L:tA} != /usr/bin/ld.lld) LDFLAGS+= -fuse-ld=lld .endif .include # FreeBSD base gained an os-release in r354922, but that does not exist # always (see Synth bug 191, or PR 255354). Be a little more forgiving: # assume sufficiently recent base "will have it", and check otherwise # because 12.2 does, others like 12.1 do not have it. .if !exists(/etc/rc.d/os-release) && (${OSVERSION} < 1300060) RUN_DEPENDS+= etc_os-release>0:sysutils/etc_os-release post-patch: @${REINPLACE_CMD} -e 's|/etc/os-release|${LOCALBASE}/etc/os-release|g' \ ${WRKSRC}/panels/common/cc-os-release.c .endif .include diff --git a/sysutils/gnome-control-center/distinfo b/sysutils/gnome-control-center/distinfo index e90d9eb4466d..9a41edac7a08 100644 --- a/sysutils/gnome-control-center/distinfo +++ b/sysutils/gnome-control-center/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628185288 -SHA256 (gnome/gnome-control-center-40.0.tar.xz) = ccc9a5736517385109ae5a59906c258244dd879b7503ad5984cf41655cb302f1 -SIZE (gnome/gnome-control-center-40.0.tar.xz) = 6463616 +TIMESTAMP = 1632355434 +SHA256 (gnome/gnome-control-center-41.0.tar.xz) = a5696222ad353fcf9a07c406e287ecc9138e250645cb2a5941a88ff0685658c1 +SIZE (gnome/gnome-control-center-41.0.tar.xz) = 6633372 diff --git a/sysutils/gnome-control-center/files/patch-panels_meson.build b/sysutils/gnome-control-center/files/patch-panels_meson.build new file mode 100644 index 000000000000..150c11edeff8 --- /dev/null +++ b/sysutils/gnome-control-center/files/patch-panels_meson.build @@ -0,0 +1,10 @@ +--- panels/meson.build.orig 2021-09-23 00:43:37 UTC ++++ panels/meson.build +@@ -28,7 +28,6 @@ panels = [ + 'universal-access', + 'usage', + 'user-accounts', +- 'wwan', + ] + + if host_is_linux diff --git a/sysutils/gnome-control-center/files/patch-panels_power_cc-power-panel.c b/sysutils/gnome-control-center/files/patch-panels_power_cc-power-panel.c deleted file mode 100644 index 3a61d69a72e9..000000000000 --- a/sysutils/gnome-control-center/files/patch-panels_power_cc-power-panel.c +++ /dev/null @@ -1,18 +0,0 @@ ---- panels/power/cc-power-panel.c.orig 2021-03-20 21:52:23 UTC -+++ panels/power/cc-power-panel.c -@@ -1745,11 +1745,15 @@ cc_power_panel_class_init (CcPowerPanelClass *klass) - gtk_widget_class_bind_template_callback (widget_class, has_kbd_brightness_cb); - gtk_widget_class_bind_template_callback (widget_class, idle_delay_combo_changed_cb); - gtk_widget_class_bind_template_callback (widget_class, keynav_failed_cb); -+#ifdef HAVE_NETWORK_MANAGER - gtk_widget_class_bind_template_callback (widget_class, mobile_switch_changed_cb); -+#endif - gtk_widget_class_bind_template_callback (widget_class, power_button_combo_changed_cb); - gtk_widget_class_bind_template_callback (widget_class, power_profiles_row_activated_cb); - gtk_widget_class_bind_template_callback (widget_class, power_saving_listbox_row_activated_cb); -+#ifdef HAVE_NETWORK_MANAGER - gtk_widget_class_bind_template_callback (widget_class, wifi_switch_changed_cb); -+#endif - } - - static void diff --git a/sysutils/gnome-control-center/files/patch-panels_user-accounts_cc-realm-manager.c b/sysutils/gnome-control-center/files/patch-panels_user-accounts_cc-realm-manager.c index 919f64eb3eb1..4f258c021e91 100644 --- a/sysutils/gnome-control-center/files/patch-panels_user-accounts_cc-realm-manager.c +++ b/sysutils/gnome-control-center/files/patch-panels_user-accounts_cc-realm-manager.c @@ -1,24 +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/cc-realm-manager.c.orig 2020-07-03 05:10:57 UTC +--- panels/user-accounts/cc-realm-manager.c.orig 2021-09-17 20:48:56 UTC +++ panels/user-accounts/cc-realm-manager.c @@ -22,7 +22,7 @@ #include "cc-realm-manager.h" -#include +#include #include #include -@@ -656,8 +656,10 @@ login_perform_kinit (krb5_context k5, +@@ -637,8 +637,10 @@ login_perform_kinit (krb5_context k5, 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, diff --git a/sysutils/gnome-control-center/files/patch-panels_user-accounts_meson.build b/sysutils/gnome-control-center/files/patch-panels_user-accounts_meson.build index ac340165cc46..9d0e9d846e9a 100644 --- a/sysutils/gnome-control-center/files/patch-panels_user-accounts_meson.build +++ b/sysutils/gnome-control-center/files/patch-panels_user-accounts_meson.build @@ -1,12 +1,12 @@ ---- panels/user-accounts/meson.build.orig 2020-07-03 05:10:57 UTC +--- panels/user-accounts/meson.build.orig 2021-09-17 20:48:56 UTC +++ panels/user-accounts/meson.build -@@ -157,7 +157,8 @@ sources = common_sources + files( - ) +@@ -170,7 +170,8 @@ sources += gnome.mkenums_simple( + sources: files(enum_headers)) # Kerberos support -krb_dep = dependency('krb5', required: false) +#krb_dep = dependency('krb5', required: false) +krb_dep = cc.find_library('krb5') assert(krb_dep.found(), 'kerberos libraries not found in your path') deps = common_deps + [ diff --git a/sysutils/gnome-control-center/pkg-plist b/sysutils/gnome-control-center/pkg-plist index 8c3825230273..e0ba25953c0a 100644 --- a/sysutils/gnome-control-center/pkg-plist +++ b/sysutils/gnome-control-center/pkg-plist @@ -1,329 +1,334 @@ bin/gnome-control-center libdata/pkgconfig/gnome-keybindings.pc libexec/cc-remote-login-helper libexec/gnome-control-center-print-renderer libexec/gnome-control-center-search-provider share/applications/gnome-applications-panel.desktop share/applications/gnome-background-panel.desktop share/applications/gnome-camera-panel.desktop share/applications/gnome-color-panel.desktop share/applications/gnome-control-center.desktop share/applications/gnome-datetime-panel.desktop share/applications/gnome-default-apps-panel.desktop share/applications/gnome-diagnostics-panel.desktop share/applications/gnome-display-panel.desktop share/applications/gnome-info-overview-panel.desktop share/applications/gnome-keyboard-panel.desktop share/applications/gnome-location-panel.desktop share/applications/gnome-lock-panel.desktop share/applications/gnome-microphone-panel.desktop share/applications/gnome-mouse-panel.desktop +share/applications/gnome-multitasking-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-region-panel.desktop share/applications/gnome-removable-media-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-usage-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 share/gettext/its/gnome-keybindings.its share/gettext/its/gnome-keybindings.loc share/gettext/its/sounds.its share/gettext/its/sounds.loc %%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 share/gnome-shell/search-providers/gnome-control-center-search-provider.ini +share/icons/gnome-logo-text-dark.svg +share/icons/gnome-logo-text.svg share/icons/hicolor/16x16/apps/gnome-power-manager.png share/icons/hicolor/16x16/apps/goa-panel.png share/icons/hicolor/16x16/apps/preferences-color.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-power-manager.png share/icons/hicolor/22x22/apps/goa-panel.png share/icons/hicolor/22x22/apps/preferences-color.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-power-manager.png share/icons/hicolor/24x24/apps/goa-panel.png share/icons/hicolor/24x24/apps/preferences-color.png share/icons/hicolor/24x24/apps/preferences-desktop-display.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/preferences-color.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-power-manager.png share/icons/hicolor/48x48/apps/goa-panel.png share/icons/hicolor/48x48/apps/preferences-color.png share/icons/hicolor/48x48/apps/preferences-system-time.png share/icons/hicolor/64x64/apps/preferences-color.png +share/icons/hicolor/scalable/apps/org.gnome.Settings-multitasking-symbolic.svg share/icons/hicolor/scalable/apps/org.gnome.Settings.Devel.svg share/icons/hicolor/scalable/apps/org.gnome.Settings.svg share/icons/hicolor/scalable/apps/preferences-color.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/info-symbolic.svg share/icons/hicolor/symbolic/apps/org.gnome.Settings-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@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/ckb/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@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/fur/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/ga/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/gd/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/mjw/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@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/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@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/metainfo/gnome-control-center.appdata.xml share/pixmaps/faces/astronaut.jpg share/pixmaps/faces/baseball.png share/pixmaps/faces/bicycle.jpg share/pixmaps/faces/book.jpg share/pixmaps/faces/butterfly.png share/pixmaps/faces/calculator.jpg share/pixmaps/faces/cat-eye.jpg share/pixmaps/faces/cat.jpg share/pixmaps/faces/chess.jpg share/pixmaps/faces/coffee.jpg share/pixmaps/faces/coffee2.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/flower2.jpg share/pixmaps/faces/gamepad.jpg share/pixmaps/faces/grapes.jpg share/pixmaps/faces/guitar.jpg share/pixmaps/faces/guitar2.jpg share/pixmaps/faces/headphones.jpg share/pixmaps/faces/hummingbird.jpg share/pixmaps/faces/launch.jpg share/pixmaps/faces/leaf.jpg share/pixmaps/faces/legacy/astronaut.jpg share/pixmaps/faces/legacy/baseball.png share/pixmaps/faces/legacy/butterfly.png share/pixmaps/faces/legacy/cat-eye.jpg share/pixmaps/faces/legacy/chess.jpg share/pixmaps/faces/legacy/coffee.jpg share/pixmaps/faces/legacy/dice.jpg share/pixmaps/faces/legacy/energy-arc.jpg share/pixmaps/faces/legacy/fish.jpg share/pixmaps/faces/legacy/flake.jpg share/pixmaps/faces/legacy/flower.jpg share/pixmaps/faces/legacy/grapes.jpg share/pixmaps/faces/legacy/guitar.jpg share/pixmaps/faces/legacy/launch.jpg share/pixmaps/faces/legacy/leaf.jpg share/pixmaps/faces/legacy/lightning.jpg share/pixmaps/faces/legacy/penguin.jpg share/pixmaps/faces/legacy/puppy.jpg share/pixmaps/faces/legacy/sky.jpg share/pixmaps/faces/legacy/soccerball.png share/pixmaps/faces/legacy/sunflower.jpg share/pixmaps/faces/legacy/sunset.jpg share/pixmaps/faces/legacy/tennis-ball.png share/pixmaps/faces/legacy/yellow-rose.jpg share/pixmaps/faces/lightning.jpg share/pixmaps/faces/mountain.jpg share/pixmaps/faces/penguin.jpg share/pixmaps/faces/plane.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/surfer.jpg share/pixmaps/faces/tennis-ball.png share/pixmaps/faces/tomatoes.jpg share/pixmaps/faces/tree.jpg 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