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/PKGBUILD50
1 files changed, 7 insertions, 43 deletions
diff --git a/community/cinnamon-settings-daemon/PKGBUILD b/community/cinnamon-settings-daemon/PKGBUILD
index d9e808e4b..98f0fedf9 100644
--- a/community/cinnamon-settings-daemon/PKGBUILD
+++ b/community/cinnamon-settings-daemon/PKGBUILD
@@ -1,57 +1,21 @@
-# $Id: PKGBUILD 109437 2014-04-14 20:20:10Z jgc $
+# $Id: PKGBUILD 109529 2014-04-15 12:55:57Z bpiotrowski $
# 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=6
+pkgver=2.2.1
+pkgrel=1
pkgdesc="The Cinnamon Settings daemon"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss' 'pulseaudio-alsa' 'upower' 'libnotify')
+depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd')
makedepends=('intltool' 'docbook-xsl' 'gnome-common')
options=('!emptydirs')
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
- upower_deprecated.patch
- remove_obsolete_battery_recall_code.patch
- fix-lock-on-suspend.patch
- automount-plugin.patch
- dpms.patch)
-sha256sums=('6889f021acab93d146c78fe8aa540a83a12260232e1ea5f697037a7c94c877fd'
- '3c05b978cb414c8fc1530f211bab58627a64ac9c156630c9d486f5926a85109c'
- '28c002628bc97e8b4a2aa7e8a8141bcc8388b250a6c3ebc09a640e110ae815a9'
- 'cde7cdfe5222796d651df542526fcad2cbf0bb3a6001b31084586d1232ee6771'
- '4c1d917a7a70e16a5307f767c1494fa59cbc5168d9293ad66b56e17a74e8baf1'
- '1292c5c6a5fbf7f3db462bb8b71a75e651ea165cbd6adfd334776ccb76bdcdba'
- '4fc2b3a354b53d41d92d7f95d175a6a18382330353a0579d29c2d33b9400a837'
- '194cc704320a2d6be636191e96f62514f2b5f97655c200991b5690fbf3006026')
-
-prepare() {
- cd $pkgname-$pkgver
-
- # Fix crasher
- patch -Np1 -i ../keyboard.patch
-
- # Add systemd support for power and media-keys plugins
- patch -Np1 -i ../systemd-support.patch
-
- # Port to upower 0.99
- patch -Np1 -i ../upower_deprecated.patch
- patch -Np1 -i ../remove_obsolete_battery_recall_code.patch
-
- # Fix regressions in the previous patches
- patch -Np1 -i ../fix-lock-on-suspend.patch
-
- # Turn automount helper into a plugin
- patch -Np1 -i ../automount-plugin.patch
-
- # Fix DPMS issue with Xorg 1.14
- patch -Np1 -i ../dpms.patch
-}
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz")
+sha256sums=('89798977ad44fa4cfaff26d93e21b29f1a9a6a68a1c57c30e5414ad2159a849e')
build() {
cd $pkgname-$pkgver