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

Ionut Biru ibiru at archlinux.org
Mon Mar 19 18:03:01 UTC 2012


    Date: Monday, March 19, 2012 @ 14:03:00
  Author: ibiru
Revision: 153789

update to 3.3.92

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

-------------------------------+
 PKGBUILD                      |   13 +++++--------
 gnome-settings-daemon.install |   10 ++--------
 2 files changed, 7 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-19 17:50:23 UTC (rev 153788)
+++ PKGBUILD	2012-03-19 18:03:00 UTC (rev 153789)
@@ -3,23 +3,20 @@
 
 pkgname=gnome-settings-daemon
 pkgver=3.3.92
-pkgrel=0.1
+pkgrel=1
 pkgdesc="The GNOME Settings daemon"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libgnomekbd' 'gnome-desktop' 'libnotify' 'hicolor-icon-theme' 'libcanberra-pulse'
-         'gsettings-desktop-schemas' 'nss' 'gconf' 'dconf' 'pulseaudio' 'pulseaudio-alsa'
-         'upower' 'libsystemd' 'libwacom' 'udev' 'colord')
+depends=('colord' 'dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'libcanberra-pulse' 'libgnomekbd' 'libnotify'
+         'libsystemd' 'libwacom' 'nss' 'pulseaudio' 'pulseaudio-alsa' 'upower')
 makedepends=('intltool' 'gtk-doc' 'gnome-desktop' 'gnome-common' 'xf86-input-wacom')
 options=('!emptydirs' '!libtool')
 install=gnome-settings-daemon.install
 url="http://www.gnome.org"
 groups=('gnome')
-replaces=(gnome-settings-daemon-pulse)
-conflicts=(gnome-settings-daemon-pulse)
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
         systemd-fallback.patch)
-sha256sums=('7eb35aa956feb1ce370406d5bc68c0f2a7b5aac43c9730c7391ad74b1c83feab'
+sha256sums=('419d177a2c381b51fee775987973f7434a21a4f0fd9a0b1253c2d80e318e9a3f'
             '3af86d4b341d5ca7c94cc814b250b122309d38f48be0bf0581d0c77e763a8008')
 
 build() {

Modified: gnome-settings-daemon.install
===================================================================
--- gnome-settings-daemon.install	2012-03-19 17:50:23 UTC (rev 153788)
+++ gnome-settings-daemon.install	2012-03-19 18:03:00 UTC (rev 153789)
@@ -1,14 +1,8 @@
 post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0) < 0 )); then
-    usr/sbin/gconfpkg --uninstall gnome-settings-daemon
-  fi
-}
-
 post_upgrade() {
   post_install
 }




More information about the arch-commits mailing list