[arch-commits] Commit in gnome-system-monitor/trunk (2 files)

Ionut Biru ibiru at archlinux.org
Tue Apr 17 21:19:27 UTC 2012


    Date: Tuesday, April 17, 2012 @ 17:19:27
  Author: ibiru
Revision: 156399

update to 3.4.1

Modified:
  gnome-system-monitor/trunk/PKGBUILD
  gnome-system-monitor/trunk/gnome-system-monitor.install

------------------------------+
 PKGBUILD                     |    6 +++---
 gnome-system-monitor.install |   12 ++----------
 2 files changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-17 21:03:54 UTC (rev 156398)
+++ PKGBUILD	2012-04-17 21:19:27 UTC (rev 156399)
@@ -3,19 +3,19 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-system-monitor
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="A system monitor for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
 depends=('libwnck3' 'libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'libsystemd')
-makedepends=('pkgconfig' 'gnome-doc-utils' 'intltool')
+makedepends=('gnome-doc-utils' 'intltool')
 options=(!emptydirs)
 url="http://www.gnome.org"
 groups=('gnome-extra')
 install=gnome-system-monitor.install
 source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e62047983f423f4a178f01d860e9b362e8c9757d4bbeadad0f261b97b4433d12')
+sha256sums=('60f53f1b37c717b2f12502bf6f3b4b43c8e8f3d2fb1198ba66bf933ec4c3130b')
 
 build() {
   cd $pkgname-$pkgver

Modified: gnome-system-monitor.install
===================================================================
--- gnome-system-monitor.install	2012-04-17 21:03:54 UTC (rev 156398)
+++ gnome-system-monitor.install	2012-04-17 21:19:27 UTC (rev 156399)
@@ -1,19 +1,11 @@
-pkgname=gnome-system-monitor
-
 post_install() {
     glib-compile-schemas /usr/share/glib-2.0/schemas
 }
 
-pre_upgrade() {
-    if [ -f /usr/share/gconf/schemas/${pkgname}.schemas ]; then
-        gconfpkg --uninstall ${pkgname}
-    fi
-}
-
 post_upgrade() {
-    post_install $1
+    post_install
 }
 
 post_remove() {
-    post_install $1
+    post_install
 }




More information about the arch-commits mailing list