[arch-commits] Commit in gnome-settings-daemon/trunk (2 files)

Jan de Groot jgc at archlinux.org
Fri Jun 3 12:09:10 UTC 2016


    Date: Friday, June 3, 2016 @ 14:09:10
  Author: jgc
Revision: 268868

upgpkg: gnome-settings-daemon 3.20.1+8+g40bf4fd-1

Update to git snapshot to fix quite some possible segfaults

Modified:
  gnome-settings-daemon/trunk/PKGBUILD
Deleted:
  gnome-settings-daemon/trunk/gnome-settings-daemon.install

-------------------------------+
 PKGBUILD                      |   27 ++++++++++++++++++---------
 gnome-settings-daemon.install |   12 ------------
 2 files changed, 18 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-03 08:20:59 UTC (rev 268867)
+++ PKGBUILD	2016-06-03 12:09:10 UTC (rev 268868)
@@ -2,24 +2,33 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-settings-daemon
-pkgver=3.20.1
+pkgver=3.20.1+8+g40bf4fd
 pkgrel=1
 pkgdesc="The GNOME Settings daemon"
 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 geoclue2 nss libgudev)
-makedepends=(intltool xf86-input-wacom libxslt docbook-xsl python2)
+         libnotify libsystemd libwacom pulseaudio pulseaudio-alsa upower
+         librsvg libgweather geocode-glib geoclue2 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)
-sha256sums=('e84a075d895ca3baeefb8508e0a901027b66f7d5a7ee8c966e31d301b38e78e7')
+source=('git://git.gnome.org/gnome-settings-daemon#commit=40bf4fdce0001c662094f47e8edc1b0855ec9632')
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^GNOME_SETTINGS_DAEMON_//' -e 's/_/./g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
       --libexecdir=/usr/lib/$pkgname --disable-static
@@ -31,6 +40,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }

Deleted: gnome-settings-daemon.install
===================================================================
--- gnome-settings-daemon.install	2016-06-03 08:20:59 UTC (rev 268867)
+++ gnome-settings-daemon.install	2016-06-03 12:09:10 UTC (rev 268868)
@@ -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
-}



More information about the arch-commits mailing list