summaryrefslogtreecommitdiff
path: root/nonprism/gnome-settings-daemon
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-06-06 03:24:06 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-06-06 03:24:06 -0300
commit701353b5ef137f2e8259d291c492c9e3b5e48cfe (patch)
tree643c3c29c782bcd5bbba9c76fe98884bb18cd829 /nonprism/gnome-settings-daemon
parentaec50d017a79a070dd40d1743671bf5e90564c3b (diff)
gnome-settings-daemon-3.20.1+8+g40bf4fd-1.nonprism1: updating version
Diffstat (limited to 'nonprism/gnome-settings-daemon')
-rw-r--r--nonprism/gnome-settings-daemon/PKGBUILD26
-rw-r--r--nonprism/gnome-settings-daemon/gnome-settings-daemon.install12
2 files changed, 15 insertions, 23 deletions
diff --git a/nonprism/gnome-settings-daemon/PKGBUILD b/nonprism/gnome-settings-daemon/PKGBUILD
index dabbdf0fb..cf822e70a 100644
--- a/nonprism/gnome-settings-daemon/PKGBUILD
+++ b/nonprism/gnome-settings-daemon/PKGBUILD
@@ -1,34 +1,38 @@
-# $Id: PKGBUILD 264838 2016-04-13 20:22:06Z heftig $
+# $Id: PKGBUILD 268868 2016-06-03 12:09:10Z jgc $
# Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=gnome-settings-daemon
-pkgver=3.20.1
+pkgver=3.20.1+8+g40bf4fd
pkgrel=1.nonprism1
pkgdesc="The GNOME Settings daemon, without geoclue2 support"
arch=(i686 x86_64)
license=(GPL)
depends=(dconf gnome-desktop gsettings-desktop-schemas libcanberra-pulse
- libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower librsvg libgweather
- geocode-glib nss libgudev libnm-glib)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python2)
+ libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower
+ librsvg libgweather geocode-glib nss libgudev)
+makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python git gnome-common)
options=('!emptydirs')
-install=gnome-settings-daemon.install
url="http://www.gnome.org"
groups=(gnome)
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+source=('git://git.gnome.org/gnome-settings-daemon#commit=40bf4fdce0001c662094f47e8edc1b0855ec9632'
nonprism.patch)
-sha256sums=('e84a075d895ca3baeefb8508e0a901027b66f7d5a7ee8c966e31d301b38e78e7'
+sha256sums=('SKIP'
'27fba52c36ee9d072e9602e843af55d970f128eb7ede1a828e86ea874765b1a6')
-prepare() {
- cd $pkgname-$pkgver
+pkgver() {
+ cd $pkgname
+ git describe --long | sed -e 's/-/+/g' -e 's/^GNOME_SETTINGS_DAEMON_//' -e 's/_/./g'
+}
+prepare() {
+ cd $pkgname
patch -p1 -i $srcdir/nonprism.patch
+ NOCONFIGURE=1 ./autogen.sh
}
build() {
- cd $pkgname-$pkgver
+ cd $pkgname
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/$pkgname --disable-static
diff --git a/nonprism/gnome-settings-daemon/gnome-settings-daemon.install b/nonprism/gnome-settings-daemon/gnome-settings-daemon.install
deleted file mode 100644
index f7e8c46ac..000000000
--- a/nonprism/gnome-settings-daemon/gnome-settings-daemon.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}