summaryrefslogtreecommitdiff
path: root/community/gnome-settings-daemon-compat/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnome-settings-daemon-compat/PKGBUILD')
-rw-r--r--community/gnome-settings-daemon-compat/PKGBUILD24
1 files changed, 12 insertions, 12 deletions
diff --git a/community/gnome-settings-daemon-compat/PKGBUILD b/community/gnome-settings-daemon-compat/PKGBUILD
index 108f1ab5a..8c2ae9f43 100644
--- a/community/gnome-settings-daemon-compat/PKGBUILD
+++ b/community/gnome-settings-daemon-compat/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 88858 2013-04-24 12:55:15Z bgyorgy $
+# $Id: PKGBUILD 88930 2013-04-24 22:24:31Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=gnome-settings-daemon-compat
_pkgname=gnome-settings-daemon
pkgver=3.6.4
-pkgrel=2
-pkgdesc="Compatibility package that provides background and mount helpers for the Gnome Flashback session"
+pkgrel=3
+pkgdesc="Compatibility package that provides background, media keys and mount helpers for the Gnome Flashback session"
arch=('i686' 'x86_64')
license=('GPL')
depends=('gnome-settings-daemon')
-makedepends=('docbook-xsl' 'ibus' 'intltool' 'libcanberra' 'libnotify' 'libpulse' 'libwacom' 'nss' 'upower' 'xf86-input-wacom')
+makedepends=('docbook-xsl' 'intltool' 'xf86-input-wacom')
url="https://live.gnome.org/GnomeFlashback"
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz
standalone-background-helper.patch
@@ -19,17 +19,17 @@ source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-
sessionisactive-port.patch
revert-input-sources.patch
xinput.patch
- flashback-rename.patch
- remove-libgsd-dependency.patch)
+ remove-libgsd-dependency.patch
+ move-desktop-file.patch)
sha256sums=('3db993f2dbabc0c9d06a309bb12c9a7104b9cdda414ac4b1c301f5114a441c15'
- 'f9781a17d7baa2777b16fa2c71fb6053612131cffcfffcc635d49f9dacb1e637'
- '4776de33b1517976b308a9ce23661cd0ac68ddd2bcf41465c73f8a2e2d09d20c'
+ '2e7e40175533556493bb58795a2c1b4e53b4baba35d151e632b933c6077456d9'
+ 'ddc4dfaa8083ff24a7d2fb6138b8c3fee5d4e6c60c24b4e80a39392d0c8f2162'
'1b6b8216434b766e1389e876cba5d6ab61498c5824f6d2cc5d67dcf58a07842a'
'0821f469cd168f3a131da513a5f9dd352c06f9bc31d57d79de4dc063fa2de915'
'02da2467e287620c3b717c7ff5ffea7403cce714d5aa32e27d051b6571451e2a'
'fe8cafee074e36a7a393c9ae7f65db1c13a0959213aaae94ab8a3543bf20a25d'
- '1edabf1a5a56d4b797ccdb7d5003bad396eebe98541d5aa330c9851340b68dfe'
- '730f11d5689892fbab9aa2896f3720e813d17e2455f34fd3a0751e49f5b4c26c')
+ '730f11d5689892fbab9aa2896f3720e813d17e2455f34fd3a0751e49f5b4c26c'
+ 'c58ace67581a1e14dc21efc8d22dd1f385cd05483d67e8a385b0767a8daf9fb4')
build() {
cd $_pkgname-$pkgver
@@ -51,8 +51,8 @@ build() {
# Remove libgsd dependency
patch -Np1 -i ../remove-libgsd-dependency.patch
- # GNOME Fallback renamed to Flashback
- patch -Np1 -i ../flashback-rename.patch
+ # Move desktop files out of autostart, so they can be easily reusable in custom sessions
+ patch -Np1 -i ../move-desktop-file.patch
autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$_pkgname \