summaryrefslogtreecommitdiff
path: root/community/cinnamon-settings-daemon/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cinnamon-settings-daemon/PKGBUILD')
-rw-r--r--community/cinnamon-settings-daemon/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/community/cinnamon-settings-daemon/PKGBUILD b/community/cinnamon-settings-daemon/PKGBUILD
index 557acc308..4dbfb4e75 100644
--- a/community/cinnamon-settings-daemon/PKGBUILD
+++ b/community/cinnamon-settings-daemon/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 106945 2014-03-10 21:09:06Z faidoc $
+# $Id: PKGBUILD 107735 2014-03-19 00:56:51Z bgyorgy $
# Maintainer: Alexandre Filgueira (faidoc) <alexfilgueira@antergos.com>
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=cinnamon-settings-daemon
pkgver=2.0.8
-pkgrel=3
+pkgrel=4
pkgdesc="The Cinnamon Settings daemon"
arch=('i686' 'x86_64')
license=('GPL')
@@ -15,10 +15,12 @@ install=cinnamon-settings-daemon.install
url="https://github.com/linuxmint/cinnamon-settings-daemon"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz"
keyboard.patch
+ systemd-support.patch
automount-plugin.patch
dpms.patch)
sha256sums=('6889f021acab93d146c78fe8aa540a83a12260232e1ea5f697037a7c94c877fd'
'3c05b978cb414c8fc1530f211bab58627a64ac9c156630c9d486f5926a85109c'
+ '28c002628bc97e8b4a2aa7e8a8141bcc8388b250a6c3ebc09a640e110ae815a9'
'4fc2b3a354b53d41d92d7f95d175a6a18382330353a0579d29c2d33b9400a837'
'194cc704320a2d6be636191e96f62514f2b5f97655c200991b5690fbf3006026')
@@ -28,6 +30,9 @@ prepare() {
# Fix crasher
patch -Np1 -i ../keyboard.patch
+ # Add systemd support for power and media-keys plugins
+ patch -Np1 -i ../systemd-support.patch
+
# Turn automount helper into a plugin
patch -Np1 -i ../automount-plugin.patch