23245310 Move gnome-settings-daemon to Userland and update to 3.18.0
authorNiveditha Rau <Niveditha.Rau@Oracle.COM>
Sun, 23 Oct 2016 19:56:27 -0700
changeset 7183 3abdc352774b
parent 7182 3c761d12bf8c
child 7184 55b3c10e4be9
23245310 Move gnome-settings-daemon to Userland and update to 3.18.0 PSARC/2016/323 GNOME Login and Session Management
components/gnome/gnome-settings-daemon/Makefile
components/gnome/gnome-settings-daemon/depend.mk
components/gnome/gnome-settings-daemon/gnome-settings-daemon.p5m
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/gnome-settings-daemon/Makefile	Sun Oct 23 19:56:27 2016 -0700
@@ -0,0 +1,117 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+BUILD_BITS =            64
+COMPILER =              gcc
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		gnome-settings-daemon
+COMPONENT_VERSION=	3.18.0
+COMPONENT_PROJECT_URL=	http://wiki.gnome.org
+COMPONENT_ARCHIVE_HASH= \
+	sha256:8d3ef9c18538831ed89122fee0bdaca68b0e482a18b3c4388c4e672aba1b3cd5
+COMPONENT_BUGDB=	gnome/session
+
+TPNO=			24901
+
+# Needs gobject-introspection, not available on S11.
+include $(WS_MAKE_RULES)/no-evaluation.mk
+
+include $(WS_MAKE_RULES)/gnome-component.mk
+
+# Use the GNOME 3 libnotify even though the GNOME 2 one is still the default
+PKG_CONFIG_PATHS.32 += /usr/lib/pkgconfig/libnotify-4
+PKG_CONFIG_PATHS.64 += /usr/lib/$(MACH64)/pkgconfig/libnotify-4
+PKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
+LD_OPTIONS.32 += -L /usr/lib/libnotify-4 -R /usr/lib/libnotify-4
+LD_OPTIONS.64 += -L /usr/lib/$(MACH64)/libnotify-4 -R /usr/lib/$(MACH64)/libnotify-4
+LD_OPTIONS += $(LD_OPTIONS.$(BITS))
+
+# A pkg-config file isn't shipped in Solaris for nss/nspr 64-bit, so we
+# workaround this by using the one-off copy in the evolution-data-server
+# component directory
+PKG_CONFIG_PATHS.64 += $(WS_COMPONENTS)/gnome/evolution-data-server
+
+CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
+
+# gudev not yet supported on Solaris.
+CONFIGURE_OPTIONS += --disable-gudev
+# GNOME NetworkManager not yet supported on Solaris.
+CONFIGURE_OPTIONS += --disable-network-manager
+# Linux-specific.
+CONFIGURE_OPTIONS += --disable-rfkill
+CONFIGURE_OPTIONS += --disable-static
+# Wayland not yet supported on Solaris.
+CONFIGURE_OPTIONS += --disable-wayland
+CONFIGURE_OPTIONS += --enable-man
+CONFIGURE_OPTIONS += --enable-shared
+CONFIGURE_OPTIONS += --with-pic
+
+# Required due to patches.
+COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
+
+# Delete this when build servers are installed with an updated libgweather
+WEATHER_BASE = $(WS_COMPONENTS)/gnome/libgweather/build/prototype/$(MACH)
+PKG_CONFIG_PATHS.32 += $(WEATHER_BASE)/usr/lib/pkgconfig/
+PKG_CONFIG_PATHS.64 += $(WEATHER_BASE)/usr/lib/$(MACH64)/pkgconfig/
+PKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
+
+LD_OPTIONS.32 += -L $(WEATHER_BASE)/usr/lib
+LD_OPTIONS.64 += -L $(WEATHER_BASE)/usr/lib/$(MACH64)
+LD_OPTIONS += $(LD_OPTIONS.$(BITS))
+
+CPPFLAGS += -I$(WEATHER_BASE)/usr/include/libgweather-3.0
+
+# The dependency isn't installed, so add it manually since pkgdepend
+# can't resolve them yet: 15708323
+DEPENDED += $(WS_TOP)/components/gnome/libgweather/build/manifest-$(MACH)-libgweather.depend
+
+REQUIRED_PACKAGES += $(shell $(GSED) -n 's/REQUIRED_PACKAGES +=//p' ../libgweather/Makefile)
+#end Delete
+
+REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
+REQUIRED_PACKAGES += library/audio/pulseaudio
+REQUIRED_PACKAGES += library/desktop/cairo
+REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
+REQUIRED_PACKAGES += library/desktop/geoclue
+REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
+REQUIRED_PACKAGES += library/desktop/gtk3
+REQUIRED_PACKAGES += library/desktop/libnotify
+REQUIRED_PACKAGES += library/desktop/xdg/libcanberra
+REQUIRED_PACKAGES += library/glib2
+REQUIRED_PACKAGES += library/gnome/gnome-desktop
+REQUIRED_PACKAGES += library/lcms2
+REQUIRED_PACKAGES += library/nspr
+REQUIRED_PACKAGES += library/print/cups-libs
+REQUIRED_PACKAGES += library/security/nss
+REQUIRED_PACKAGES += service/image/colord
+REQUIRED_PACKAGES += system/library/fontconfig
+REQUIRED_PACKAGES += system/library/math
+REQUIRED_PACKAGES += system/library/polkit
+REQUIRED_PACKAGES += system/library/upower
+REQUIRED_PACKAGES += x11/library/libx11
+REQUIRED_PACKAGES += x11/library/libxext
+REQUIRED_PACKAGES += x11/library/libxi
+REQUIRED_PACKAGES += x11/library/libxtst
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/gnome-settings-daemon/depend.mk	Sun Oct 23 19:56:27 2016 -0700
@@ -0,0 +1,1 @@
+gnome/gnome-settings-daemon: gnome/libgweather
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnome/gnome-settings-daemon/gnome-settings-daemon.p5m	Sun Oct 23 19:56:27 2016 -0700
@@ -0,0 +1,255 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> \
+    default mangler.man.stability "pass-through volatile">
+<transform file path=usr/lib/$(MACH64)/gsd-.+ -> default mode 0555>
+set name=pkg.fmri \
+    value=pkg:/gnome/gnome-settings-daemon@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GNOME Desktop Settings Daemon"
+set name=com.oracle.info.description value=$(COMPONENT_NAME)
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value="org.opensolaris.category.2008:Desktop (GNOME)/Libraries"
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2016/323
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+file path=etc/xdg/autostart/gnome-settings-daemon.desktop
+file path=usr/include/gnome-settings-daemon-3.0/gnome-settings-daemon/gnome-settings-plugin.h
+file path=usr/include/gnome-settings-daemon-3.0/gnome-settings-daemon/gsd-enums.h
+file path=usr/lib/$(MACH64)/gnome-settings-daemon mode=0555
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/a11y-keyboard.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/a11y-settings.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/clipboard.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/color.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/datetime.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/housekeeping.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/keyboard.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/liba11y-keyboard.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/liba11y-settings.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libclipboard.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libcolor.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libdatetime.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libgsd.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libhousekeeping.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libkeyboard.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libmedia-keys.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libmouse.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/liborientation.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libpower.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libprint-notifications.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libscreensaver-proxy.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libsharing.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libsmartcard.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libsound.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libxrandr.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/libxsettings.so
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/media-keys.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/mouse.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/orientation.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/power.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/print-notifications.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/screensaver-proxy.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/sharing.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/smartcard.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/sound.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/xrandr.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-3.0/xsettings.gnome-settings-plugin
+file path=usr/lib/$(MACH64)/gnome-settings-daemon-localeexec mode=0555
+file path=usr/lib/$(MACH64)/gsd-locate-pointer
+file path=usr/lib/$(MACH64)/gsd-printer
+file path=usr/lib/$(MACH64)/gsd-test-a11y-keyboard
+file path=usr/lib/$(MACH64)/gsd-test-a11y-settings
+file path=usr/lib/$(MACH64)/gsd-test-datetime
+file path=usr/lib/$(MACH64)/gsd-test-housekeeping
+file path=usr/lib/$(MACH64)/gsd-test-input-helper
+file path=usr/lib/$(MACH64)/gsd-test-keyboard
+file path=usr/lib/$(MACH64)/gsd-test-media-keys
+file path=usr/lib/$(MACH64)/gsd-test-mouse
+file path=usr/lib/$(MACH64)/gsd-test-orientation
+file path=usr/lib/$(MACH64)/gsd-test-print-notifications
+file path=usr/lib/$(MACH64)/gsd-test-screensaver-proxy
+file path=usr/lib/$(MACH64)/gsd-test-smartcard
+file path=usr/lib/$(MACH64)/gsd-test-sound
+file path=usr/lib/$(MACH64)/gsd-test-xrandr
+file path=usr/lib/$(MACH64)/gsd-test-xsettings
+file path=usr/lib/$(MACH64)/pkgconfig/gnome-settings-daemon.pc
+file path=usr/share/GConf/gsettings/gnome-settings-daemon.convert
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.enums.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.wacom.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.datetime.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.keyboard.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.media-keys.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.orientation.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.power.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.print-notifications.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.sharing.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xrandr.gschema.xml
+file path=usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml
+file path=usr/share/gnome-settings-daemon-3.0/input-device-example.sh
+file path=usr/share/gnome-settings-daemon/datetime/backward
+file path=usr/share/icons/hicolor/16x16/apps/gsd-xrandr.png
+file path=usr/share/icons/hicolor/22x22/apps/gsd-xrandr.png
+file path=usr/share/icons/hicolor/24x24/apps/gsd-xrandr.png
+file path=usr/share/icons/hicolor/32x32/apps/gsd-xrandr.png
+file path=usr/share/icons/hicolor/scalable/apps/gsd-xrandr.svg
+file path=usr/share/locale/af/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/am/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ar/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/as/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ast/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/az/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/be/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/be@latin/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/bg/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/bn/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/bn_IN/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/br/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/bs/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ca/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ca@valencia/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/crh/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/cs/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/cy/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/da/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/de/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/dz/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/el/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/en@shaw/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/en_CA/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/en_GB/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/eo/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/es/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/et/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/eu/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/fa/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/fi/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/fr/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ga/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/gd/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/gl/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/gu/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/he/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/hi/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/hr/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/hu/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/id/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/is/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/it/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ja/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ka/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/kk/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/km/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/kn/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ko/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ku/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/lt/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/lv/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/mai/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/mg/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/mk/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ml/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/mn/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/mr/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ms/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/nb/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/nds/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ne/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/nl/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/nn/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/nso/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/oc/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/or/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/pa/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/pl/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/pt/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/pt_BR/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ro/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ru/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/rw/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/si/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/sk/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/sl/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/sq/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/sr/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/sr@latin/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/sv/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ta/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/te/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/tg/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/th/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/tr/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/ug/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/uk/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/vi/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/wa/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/xh/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/zh_CN/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/zh_HK/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/zh_TW/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/locale/zu/LC_MESSAGES/gnome-settings-daemon.mo
+file path=usr/share/man/man1/gnome-settings-daemon.1
+file path=usr/share/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy
+license COPYING license=GPLv2
+license COPYING.LIB license=LGPLv2.1
+# This package was split out of the GNOME 2 control-center package, so we
+# depend on the post-split GNOME 3 package to avoid conflicts.
+depend type=optional fmri=gnome/preferences/[email protected]
+depend type=require fmri=__TBD \
+    pkg.debug.depend.file=usr/share/dbus-1/system-services/org.freedesktop.GeoClue2.service \
+    pkg.debug.depend.reason=plugins/datetime/timedated.c
+depend type=require fmri=__TBD \
+    pkg.debug.depend.reason=gnome-settings-daemon/gnome-settings-daemon-localeexec.in \
+    pkg.tmp.gsettings-schema=org.gnome.system.locale
+depend type=require fmri=__TBD \
+    pkg.debug.depend.reason=plugins/a11y-keyboard/gsd-a11y-keyboard-manager.c \
+    pkg.tmp.gsettings-schema=org.gnome.desktop.a11y.keyboard
+depend type=require fmri=__TBD \
+    pkg.tmp.gsettings-schema=org.gnome.desktop.interface \
+    pkg.debug.depend.reason=plugins/a11y-settings/gsd-a11y-settings-manager.c \
+    pkg.debug.depend.reason=plugins/xsettings/gsd-xsettings-manager.c
+depend type=require fmri=__TBD \
+    pkg.debug.depend.reason=plugins/a11y-settings/gsd-a11y-settings-manager.c \
+    pkg.tmp.gsettings-schema=org.gnome.desktop.a11y.applications
+depend type=require fmri=__TBD \
+    pkg.debug.depend.reason=plugins/mouse/gsd-mouse-manager.c \
+    pkg.tmp.gsettings-schema=org.gnome.desktop.a11y.mouse
+depend type=require fmri=__TBD \
+    pkg.debug.depend.reason=plugins/mouse/gsd-mouse-manager.c \
+    pkg.tmp.gsettings-schema=org.gnome.desktop.peripherals
+depend type=require fmri=__TBD \
+    pkg.debug.depend.reason=plugins/xsettings/gsd-xsettings-manager.c \
+    pkg.tmp.gsettings-schema=org.gnome.desktop.privacy
+depend type=require fmri=__TBD \
+    pkg.debug.depend.reason=plugins/xsettings/gsd-xsettings-manager.c \
+    pkg.tmp.gsettings-schema=org.gnome.desktop.sound
+depend type=require fmri=__TBD \
+    pkg.debug.depend.reason=plugins/xsettings/gsd-xsettings-manager.c \
+    pkg.tmp.gsettings-schema=org.gnome.desktop.wm.preferences