[arch-commits] Commit in xfce4-sensors-plugin/trunk (2 files)

Dan McGee dan at archlinux.org
Sun Nov 9 21:47:05 UTC 2008


    Date: Sunday, November 9, 2008 @ 16:47:05
  Author: dan
Revision: 18862

upgpkg: xfce4-sensors-plugin 0.10.99.6-1

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD
  xfce4-sensors-plugin/trunk/xfce4-sensors-plugin.install

------------------------------+
 PKGBUILD                     |   20 ++++++++------------
 xfce4-sensors-plugin.install |    7 +------
 2 files changed, 9 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-11-09 21:46:00 UTC (rev 18861)
+++ PKGBUILD	2008-11-09 21:47:05 UTC (rev 18862)
@@ -1,29 +1,25 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
 # Contributor: Merk Matthias <macem at chello.at>
 
 pkgname=xfce4-sensors-plugin
-pkgver=0.10.99.2
-pkgrel=2
+pkgver=0.10.99.6
+pkgrel=1
 pkgdesc="A lm_sensors plugin for the Xfce panel"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://xfce-goodies.berlios.de/"
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'lm_sensors>=3.0.0')
+depends=('xfce4-panel' 'lm_sensors>=3.0.0' 'libnotify')
 makedepends=('pkgconfig')
 options=(!libtool)
 install=${pkgname}.install
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-	http://people.atrpms.net/~hdegoede/xfce4-sensors-plugin-0.10.99.2-lm_sensors3x.patch)
-md5sums=('5646407da37c6be63476b63347d0870b'
-         '9ae4ba1367bdb84b05717ffe81c153bf')
+source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('59dbd13b32bf635fab9cd2dc407183cb')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np1 -i ../xfce4-sensors-plugin-0.10.99.2-lm_sensors3x.patch || return 1
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg/ install
+  make DESTDIR=${pkgdir} install
 }

Modified: xfce4-sensors-plugin.install
===================================================================
--- xfce4-sensors-plugin.install	2008-11-09 21:46:00 UTC (rev 18861)
+++ xfce4-sensors-plugin.install	2008-11-09 21:47:05 UTC (rev 18862)
@@ -7,10 +7,5 @@
 }
 
 post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install $1
 }
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list