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

Ionut Biru ibiru at archlinux.org
Tue Mar 20 09:41:51 UTC 2012


    Date: Tuesday, March 20, 2012 @ 05:41:50
  Author: ibiru
Revision: 153892

update to 3.3.92

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-20 09:38:14 UTC (rev 153891)
+++ PKGBUILD	2012-03-20 09:41:50 UTC (rev 153892)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-system-monitor
-pkgver=3.3.91
+pkgver=3.3.92
 pkgrel=1
 pkgdesc="A system monitor for GNOME"
 arch=(i686 x86_64)
@@ -14,17 +14,17 @@
 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=('00d1c4bead6fc172f5a55d6f0f0606458cc7ed3df7d2eed155f285d791b71867')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e8b91973cfa0867b312435dbe4650169e05873d525d171de71d07c94337fe242')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }

Modified: gnome-system-monitor.install
===================================================================
--- gnome-system-monitor.install	2012-03-20 09:38:14 UTC (rev 153891)
+++ gnome-system-monitor.install	2012-03-20 09:41:50 UTC (rev 153892)
@@ -1,12 +1,12 @@
 pkgname=gnome-system-monitor
 
 post_install() {
-    glib-compile-schemas usr/share/glib-2.0/schemas
+    glib-compile-schemas /usr/share/glib-2.0/schemas
 }
 
 pre_upgrade() {
-    if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-        usr/sbin/gconfpkg --uninstall ${pkgname}
+    if [ -f /usr/share/gconf/schemas/${pkgname}.schemas ]; then
+        gconfpkg --uninstall ${pkgname}
     fi
 }
 




More information about the arch-commits mailing list