summaryrefslogtreecommitdiffstats
path: root/sysutils/cinnamon-settings-daemon
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-01-21 20:30:41 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-01-21 20:30:41 +0800
commita1dc004e34edc7a1a1e4ea97729324bee8e3815c (patch)
tree8934c7d35d204f2ec64c9e83e7ff6fde1e05f3e9 /sysutils/cinnamon-settings-daemon
parent2d81dbc2a8ad64f6ed1f38b84ef0afc0ac766d1b (diff)
downloadmarcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar
marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.gz
marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.bz2
marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.lz
marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.xz
marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.tar.zst
marcuscom-ports-a1dc004e34edc7a1a1e4ea97729324bee8e3815c.zip
Update cinnamon to 2.0. Among the changes:
- Many packages were split. New components appeared - In cinnamon-settings, the applet to configure the users has been removed. It needs python-pam, which is not in the tree yet - The translations are optional and can be enabled in x11/cinnamon - To configure cinnamon, use cinnamon-settings. The cinnamon-control-center seems to be lagging behind - The cinnamon2d, the fallback version of cinnamon, seems to be buggy and needs some love. It can be chosen with gdm in the session list - Only a subset of the nemo-extensions were enabled. More to come in the future - The JavaScripts bindings are now provided by lang/cjs (which seems to be a fork from lang/gjs) The development of cinnamon is moving fast, so if you find problems please contact gnome@freebsd.org Reviewed by: kwm git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18985 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/cinnamon-settings-daemon')
-rw-r--r--sysutils/cinnamon-settings-daemon/Makefile94
-rw-r--r--sysutils/cinnamon-settings-daemon/distinfo2
-rw-r--r--sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.gschema.xml.in.in10
-rw-r--r--sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.power.gschema.xml.in.in56
-rw-r--r--sysutils/cinnamon-settings-daemon/pkg-descr3
-rw-r--r--sysutils/cinnamon-settings-daemon/pkg-plist257
6 files changed, 422 insertions, 0 deletions
diff --git a/sysutils/cinnamon-settings-daemon/Makefile b/sysutils/cinnamon-settings-daemon/Makefile
new file mode 100644
index 000000000..ca8500e3c
--- /dev/null
+++ b/sysutils/cinnamon-settings-daemon/Makefile
@@ -0,0 +1,94 @@
+# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= cinnamon-settings-daemon
+PORTVERSION= 2.0.8
+CATEGORIES= sysutils gnome
+MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GNOME 3 settings daemon
+
+BUILD_DEPENDS= cinnamon-session:${PORTSDIR}/x11/cinnamon-session \
+ gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \
+ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \
+ docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
+LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \
+ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit \
+ libibus-1.0.so:${PORTSDIR}/textproc/ibus \
+ libdbus-1.so:${PORTSDIR}/devel/dbus \
+ libcolord.so:${PORTSDIR}/graphics/colord \
+ liblcms2.so:${PORTSDIR}/graphics/lcms2 \
+ libcinnamon-desktop.so:${PORTSDIR}/x11/cinnamon-desktop \
+ libpulse.so:${PORTSDIR}/audio/pulseaudio \
+ libgdbm.so:${PORTSDIR}/databases/gdbm \
+ libnotify.so:${PORTSDIR}/devel/libnotify
+RUN_DEPENDS= cinnamon-session:${PORTSDIR}/x11/cinnamon-session \
+ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
+
+USE_XORG= xxf86misc
+USE_XZ= yes
+USE_LDCONFIG= yes
+USE_GNOME= gnomehier gnomeprefix intlhack libgnomekbd \
+ libxslt:build
+USES= gettext gmake pathfix pkgconfig
+GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool autoconf automake
+PATHFIX_MAKEFILEIN= Makefile.am
+INSTALLS_ICONS= yes
+CONFIGURE_ARGS= --disable-gudev \
+ --disable-systemd \
+ --disable-packagekit \
+ --with-gnome-distributor="FreeBSD GNOME Project"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+GLIB_SCHEMAS= org.cinnamon.settings-daemon.enums.xml \
+ org.cinnamon.settings-daemon.peripherals.gschema.xml \
+ org.cinnamon.settings-daemon.plugins.color.gschema.xml \
+ org.cinnamon.settings-daemon.plugins.gschema.xml \
+ org.cinnamon.settings-daemon.plugins.housekeeping.gschema.xml \
+ org.cinnamon.settings-daemon.plugins.keyboard.gschema.xml \
+ org.cinnamon.settings-daemon.plugins.media-keys.gschema.xml \
+ org.cinnamon.settings-daemon.plugins.orientation.gschema.xml \
+ org.cinnamon.settings-daemon.plugins.power.gschema.xml \
+ org.cinnamon.settings-daemon.plugins.print-notifications.gschema.xml \
+ org.cinnamon.settings-daemon.plugins.xrandr.gschema.xml \
+ org.cinnamon.settings-daemon.plugins.xsettings.gschema.xml \
+
+OPTIONS_DEFINE= CUPS SMARTCARD
+OPTIONS_DEFAULT=CUPS SMARTCARD
+SMARTCARD_DESC= Smartcard support
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MCUPS}
+LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client
+PLIST_SUB+= CUPS=""
+.else
+PLIST_SUB+= CUPS="@comment "
+CONFIGURE_ARGS+=--disable-cups
+.endif
+
+.if ${PORT_OPTIONS:MSMARTCARD}
+LIB_DEPENDS+= libnss3.so:${PORTSDIR}/security/nss
+CONFIGURE_ARGS+=--enable-smartcard-support
+PLIST_SUB+= SMARTCARD=""
+.else
+CONFIGURE_ARGS+=--disable-smartcard-support
+PLIST_SUB+= SMARTCARD="@comment "
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/etc/gnome|${PREFIX}/etc/gnome|g' \
+ ${WRKSRC}/data/org.cinnamon.settings-daemon.plugins.xrandr.gschema.xml.in.in
+
+pre-configure:
+ cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh
+
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/cinnamon-settings-daemon-3.0/lib*.so
+
+.include <bsd.port.mk>
diff --git a/sysutils/cinnamon-settings-daemon/distinfo b/sysutils/cinnamon-settings-daemon/distinfo
new file mode 100644
index 000000000..caa3a8243
--- /dev/null
+++ b/sysutils/cinnamon-settings-daemon/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome3/cinnamon-settings-daemon-2.0.8.tar.xz) = 6889f021acab93d146c78fe8aa540a83a12260232e1ea5f697037a7c94c877fd
+SIZE (gnome3/cinnamon-settings-daemon-2.0.8.tar.xz) = 2944024
diff --git a/sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.gschema.xml.in.in b/sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.gschema.xml.in.in
new file mode 100644
index 000000000..442f50f8e
--- /dev/null
+++ b/sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.gschema.xml.in.in
@@ -0,0 +1,10 @@
+--- data/org.cinnamon.settings-daemon.plugins.gschema.xml.in.in.orig 2013-11-24 10:35:18.768433206 +0000
++++ data/org.cinnamon.settings-daemon.plugins.gschema.xml.in.in 2013-11-24 10:35:27.389435282 +0000
+@@ -10,7 +10,6 @@
+ <child name="keyboard" schema="org.cinnamon.settings-daemon.plugins.keyboard"/>
+ <child name="media-keys" schema="org.cinnamon.settings-daemon.plugins.media-keys"/>
+ <child name="mouse" schema="org.cinnamon.settings-daemon.plugins.mouse"/>
+- <child name="orientation" schema="org.cinnamon.settings-daemon.plugins.orientation"/>
+ <child name="power" schema="org.cinnamon.settings-daemon.plugins.power"/>
+ <child name="print-notifications" schema="org.cinnamon.settings-daemon.plugins.print-notifications"/>
+ <child name="screensaver-proxy" schema="org.cinnamon.settings-daemon.plugins.screensaver-proxy"/>
diff --git a/sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.power.gschema.xml.in.in b/sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.power.gschema.xml.in.in
new file mode 100644
index 000000000..f25a5cc57
--- /dev/null
+++ b/sysutils/cinnamon-settings-daemon/files/patch-data_org.cinnamon.settings-daemon.plugins.power.gschema.xml.in.in
@@ -0,0 +1,56 @@
+--- data/org.cinnamon.settings-daemon.plugins.power.gschema.xml.in.in.orig 2013-11-24 10:15:52.998513483 +0000
++++ data/org.cinnamon.settings-daemon.plugins.power.gschema.xml.in.in 2013-11-24 10:17:59.232590608 +0000
+@@ -46,7 +46,7 @@
+ <description>The amount of time in seconds the computer on AC power needs to be inactive before it goes to sleep. A value of 0 means never.</description>
+ </key>
+ <key name="sleep-inactive-ac-type" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
+- <default>'suspend'</default>
++ <default>'nothing'</default>
+ <summary>Whether to hibernate, suspend or do nothing when inactive</summary>
+ <description>The type of sleeping that should be performed when the computer is inactive.</description>
+ </key>
+@@ -56,12 +56,12 @@
+ <description>The amount of time in seconds the computer on battery power needs to be inactive before it goes to sleep. A value of 0 means never.</description>
+ </key>
+ <key name="sleep-inactive-battery-type" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
+- <default>'suspend'</default>
++ <default>'nothing'</default>
+ <summary>Whether to hibernate, suspend or do nothing when inactive</summary>
+ <description>The type of sleeping that should be performed when the computer is inactive.</description>
+ </key>
+ <key name="button-suspend" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
+- <default>'suspend'</default>
++ <default>'nothing'</default>
+ <summary>Suspend button action</summary>
+ <description>The action to take when the system suspend button is pressed.</description>
+ </key>
+@@ -76,17 +76,17 @@
+ <description>The action to take when the system sleep (non-specific type) button is pressed.</description>
+ </key>
+ <key name="button-power" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
+- <default>'suspend'</default>
++ <default>'shutdown'</default>
+ <summary>Power button action</summary>
+ <description>The action to take when the system power button is pressed.</description>
+ </key>
+ <key name="lid-close-battery-action" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
+- <default>'suspend'</default>
++ <default>'nothing'</default>
+ <summary>Laptop lid close action on battery</summary>
+ <description>The action to take when the laptop lid is closed and the laptop is on battery power.</description>
+ </key>
+ <key name="lid-close-ac-action" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
+- <default>'suspend'</default>
++ <default>'nothing'</default>
+ <summary>Laptop lid close action when on AC</summary>
+ <description>The action to take when the laptop lid is closed and the laptop is on AC power.</description>
+ </key>
+@@ -102,7 +102,7 @@
+ lid is closed and regardless of external monitors.</description>
+ </key>
+ <key name="critical-battery-action" enum="org.cinnamon.settings-daemon.CsdPowerActionType">
+- <default>'hibernate'</default>
++ <default>'shutdown'</default>
+ <summary>Battery critical low action</summary>
+ <description>The action to take when the battery is critically low.</description>
+ </key>
diff --git a/sysutils/cinnamon-settings-daemon/pkg-descr b/sysutils/cinnamon-settings-daemon/pkg-descr
new file mode 100644
index 000000000..ab8051ed2
--- /dev/null
+++ b/sysutils/cinnamon-settings-daemon/pkg-descr
@@ -0,0 +1,3 @@
+cinnamon settings daemon.
+
+WWW: http://cinnamon.linuxmint.com/
diff --git a/sysutils/cinnamon-settings-daemon/pkg-plist b/sysutils/cinnamon-settings-daemon/pkg-plist
new file mode 100644
index 000000000..411dccb4f
--- /dev/null
+++ b/sysutils/cinnamon-settings-daemon/pkg-plist
@@ -0,0 +1,257 @@
+etc/dbus-1/system.d/org.cinnamon.SettingsDaemon.DateTimeMechanism.conf
+include/cinnamon-settings-daemon-3.0/cinnamon-settings-daemon/cinnamon-settings-plugin.h
+include/cinnamon-settings-daemon-3.0/cinnamon-settings-daemon/csd-enums.h
+lib/cinnamon-settings-daemon-3.0/a11y-keyboard.cinnamon-settings-plugin
+lib/cinnamon-settings-daemon-3.0/a11y-settings.cinnamon-settings-plugin
+lib/cinnamon-settings-daemon-3.0/clipboard.cinnamon-settings-plugin
+lib/cinnamon-settings-daemon-3.0/color.cinnamon-settings-plugin
+lib/cinnamon-settings-daemon-3.0/cursor.cinnamon-settings-plugin
+lib/cinnamon-settings-daemon-3.0/housekeeping.cinnamon-settings-plugin
+lib/cinnamon-settings-daemon-3.0/keyboard.cinnamon-settings-plugin
+lib/cinnamon-settings-daemon-3.0/liba11y-keyboard.a
+lib/cinnamon-settings-daemon-3.0/liba11y-keyboard.la
+lib/cinnamon-settings-daemon-3.0/liba11y-keyboard.so
+lib/cinnamon-settings-daemon-3.0/liba11y-settings.a
+lib/cinnamon-settings-daemon-3.0/liba11y-settings.la
+lib/cinnamon-settings-daemon-3.0/liba11y-settings.so
+lib/cinnamon-settings-daemon-3.0/libclipboard.a
+lib/cinnamon-settings-daemon-3.0/libclipboard.la
+lib/cinnamon-settings-daemon-3.0/libclipboard.so
+lib/cinnamon-settings-daemon-3.0/libcolor.a
+lib/cinnamon-settings-daemon-3.0/libcolor.la
+lib/cinnamon-settings-daemon-3.0/libcolor.so
+lib/cinnamon-settings-daemon-3.0/libcsd.a
+lib/cinnamon-settings-daemon-3.0/libcsd.la
+lib/cinnamon-settings-daemon-3.0/libcsd.so
+lib/cinnamon-settings-daemon-3.0/libcursor.a
+lib/cinnamon-settings-daemon-3.0/libcursor.la
+lib/cinnamon-settings-daemon-3.0/libcursor.so
+lib/cinnamon-settings-daemon-3.0/libhousekeeping.a
+lib/cinnamon-settings-daemon-3.0/libhousekeeping.la
+lib/cinnamon-settings-daemon-3.0/libhousekeeping.so
+lib/cinnamon-settings-daemon-3.0/libkeyboard.a
+lib/cinnamon-settings-daemon-3.0/libkeyboard.la
+lib/cinnamon-settings-daemon-3.0/libkeyboard.so
+lib/cinnamon-settings-daemon-3.0/libmedia-keys.a
+lib/cinnamon-settings-daemon-3.0/libmedia-keys.la
+lib/cinnamon-settings-daemon-3.0/libmedia-keys.so
+lib/cinnamon-settings-daemon-3.0/libmouse.a
+lib/cinnamon-settings-daemon-3.0/libmouse.la
+lib/cinnamon-settings-daemon-3.0/libmouse.so
+lib/cinnamon-settings-daemon-3.0/libpower.a
+lib/cinnamon-settings-daemon-3.0/libpower.la
+lib/cinnamon-settings-daemon-3.0/libpower.so
+%%CUPS%%lib/cinnamon-settings-daemon-3.0/libprint-notifications.a
+%%CUPS%%lib/cinnamon-settings-daemon-3.0/libprint-notifications.la
+%%CUPS%%lib/cinnamon-settings-daemon-3.0/libprint-notifications.so
+lib/cinnamon-settings-daemon-3.0/libscreensaver-proxy.a
+lib/cinnamon-settings-daemon-3.0/libscreensaver-proxy.la
+lib/cinnamon-settings-daemon-3.0/libscreensaver-proxy.so
+%%SMARTCARD%%lib/cinnamon-settings-daemon-3.0/libsmartcard.a
+%%SMARTCARD%%lib/cinnamon-settings-daemon-3.0/libsmartcard.la
+lib/cinnamon-settings-daemon-3.0/libsmartcard.so
+lib/cinnamon-settings-daemon-3.0/libsound.a
+lib/cinnamon-settings-daemon-3.0/libsound.la
+lib/cinnamon-settings-daemon-3.0/libsound.so
+lib/cinnamon-settings-daemon-3.0/libxrandr.a
+lib/cinnamon-settings-daemon-3.0/libxrandr.la
+lib/cinnamon-settings-daemon-3.0/libxrandr.so
+lib/cinnamon-settings-daemon-3.0/libxsettings.a
+lib/cinnamon-settings-daemon-3.0/libxsettings.la
+lib/cinnamon-settings-daemon-3.0/libxsettings.so
+lib/cinnamon-settings-daemon-3.0/media-keys.cinnamon-settings-plugin
+lib/cinnamon-settings-daemon-3.0/mouse.cinnamon-settings-plugin
+lib/cinnamon-settings-daemon-3.0/power.cinnamon-settings-plugin
+%%CUPS%%lib/cinnamon-settings-daemon-3.0/print-notifications.cinnamon-settings-plugin
+lib/cinnamon-settings-daemon-3.0/screensaver-proxy.cinnamon-settings-plugin
+%%SMARTCARD%%lib/cinnamon-settings-daemon-3.0/smartcard.cinnamon-settings-plugin
+lib/cinnamon-settings-daemon-3.0/sound.cinnamon-settings-plugin
+lib/cinnamon-settings-daemon-3.0/xrandr.cinnamon-settings-plugin
+lib/cinnamon-settings-daemon-3.0/xsettings.cinnamon-settings-plugin
+libdata/pkgconfig/cinnamon-settings-daemon.pc
+libexec/cinnamon-fallback-mount-helper
+libexec/cinnamon-settings-daemon
+libexec/csd-datetime-mechanism
+libexec/csd-locate-pointer
+libexec/csd-printer
+libexec/csd-test-a11y-keyboard
+libexec/csd-test-a11y-settings
+libexec/csd-test-input-helper
+libexec/csd-test-media-keys
+libexec/csd-test-mouse
+libexec/csd-test-power
+libexec/csd-test-print-notifications
+libexec/csd-test-screensaver-proxy
+libexec/csd-test-smartcard
+libexec/csd-test-sound
+libexec/csd-test-xsettings
+man/man1/cinnamon-settings-daemon.1.gz
+share/applications/cinnamon-fallback-mount-helper.desktop
+share/applications/cinnamon-settings-daemon.desktop
+share/cinnamon-settings-daemon-3.0/input-device-example.sh
+%%DATADIR%%/csd-a11y-preferences-dialog.ui
+%%DATADIR%%/icons/hicolor/64x64/devices/kbd-capslock-off.png
+%%DATADIR%%/icons/hicolor/64x64/devices/kbd-capslock-on.png
+%%DATADIR%%/icons/hicolor/64x64/devices/kbd-numlock-off.png
+%%DATADIR%%/icons/hicolor/64x64/devices/kbd-numlock-on.png
+%%DATADIR%%/icons/hicolor/64x64/devices/kbd-scrolllock-off.png
+%%DATADIR%%/icons/hicolor/64x64/devices/kbd-scrolllock-on.png
+share/dbus-1/system-services/org.cinnamon.SettingsDaemon.DateTimeMechanism.service
+share/icons/hicolor/16x16/apps/csd-xrandr.png
+share/icons/hicolor/22x22/apps/csd-xrandr.png
+share/icons/hicolor/24x24/apps/csd-xrandr.png
+share/icons/hicolor/32x32/apps/csd-xrandr.png
+share/icons/hicolor/scalable/apps/csd-xrandr.svg
+share/locale/af/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/am/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ar/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/as/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ast/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/az/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/be/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/be@latin/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/bg/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/bn/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/bn_IN/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/br/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/bs/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ca/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ca@valencia/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/crh/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/cs/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/cy/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/da/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/de/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/dz/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/el/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/en@shaw/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/en_CA/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/en_GB/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/eo/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/es/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/et/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/eu/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/fa/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/fi/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/fr/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ga/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/gl/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/gu/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/he/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/hi/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/hr/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/hu/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/id/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/is/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/it/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ja/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ka/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/km/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/kn/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ko/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ku/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/lt/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/lv/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/mai/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/mg/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/mk/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ml/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/mn/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/mr/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ms/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/nb/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/nds/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ne/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/nl/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/nn/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/nso/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/oc/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/or/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/pa/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/pl/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/pt/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/pt_BR/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ro/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ru/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/rw/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/si/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/sk/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/sl/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/sq/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/sr/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/sr@latin/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/sv/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ta/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/te/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/th/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/tr/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/ug/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/uk/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/vi/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/wa/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/xh/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/zh_CN/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/zh_HK/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/zh_TW/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/locale/zu/LC_MESSAGES/cinnamon-settings-daemon.mo
+share/polkit-1/actions/org.cinnamon.settings-daemon.plugins.power.policy
+share/polkit-1/actions/org.cinnamon.settingsdaemon.datetimemechanism.policy
+@dirrmtry share/locale/zu/LC_MESSAGES
+@dirrmtry share/locale/zu
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/xh/LC_MESSAGES
+@dirrmtry share/locale/xh
+@dirrmtry share/locale/ug/LC_MESSAGES
+@dirrmtry share/locale/ug
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
+@dirrmtry share/locale/rw/LC_MESSAGES
+@dirrmtry share/locale/rw
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/nso/LC_MESSAGES
+@dirrmtry share/locale/nso
+@dirrmtry share/locale/nds/LC_MESSAGES
+@dirrmtry share/locale/nds
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/mg/LC_MESSAGES
+@dirrmtry share/locale/mg
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
+@dirrmtry share/locale/ku/LC_MESSAGES
+@dirrmtry share/locale/ku
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
+@dirrmtry share/locale/dz/LC_MESSAGES
+@dirrmtry share/locale/dz
+@dirrmtry share/locale/crh/LC_MESSAGES
+@dirrmtry share/locale/crh
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/be@latin/LC_MESSAGES
+@dirrmtry share/locale/be@latin
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as
+@dirrm %%DATADIR%%/icons/hicolor/64x64/devices
+@dirrm %%DATADIR%%/icons/hicolor/64x64
+@dirrm %%DATADIR%%/icons/hicolor
+@dirrm %%DATADIR%%/icons
+@comment this is done in libcanberra
+@comment @dirrm lib/cinnamon-settings-daemon-3.0
+@dirrm %%DATADIR%%-3.0
+@dirrm %%DATADIR%%
+@dirrm lib/cinnamon-settings-daemon-3.0
+@dirrm include/cinnamon-settings-daemon-3.0/cinnamon-settings-daemon
+@dirrm include/cinnamon-settings-daemon-3.0
+@dirrmtry etc/cinnamon-settings-daemon/xrandr
+@dirrmtry etc/cinnamon-settings-daemon