[arch-commits] Commit in xfce4-sensors-plugin/repos (3 files)
Dan McGee
dan at archlinux.org
Sun Nov 9 21:49:23 UTC 2008
Date: Sunday, November 9, 2008 @ 16:49:23
Author: dan
Revision: 18863
Merged revisions 356,18862 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/xfce4-sensors-plugin/trunk
........
r356 | aaron | 2008-04-18 17:56:27 -0500 (Fri, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r18862 | dan | 2008-11-09 15:47:05 -0600 (Sun, 09 Nov 2008) | 1 line
upgpkg: xfce4-sensors-plugin 0.10.99.6-1
........
Modified:
xfce4-sensors-plugin/repos/extra-x86_64/ (properties)
xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD
xfce4-sensors-plugin/repos/extra-x86_64/xfce4-sensors-plugin.install
------------------------------+
PKGBUILD | 20 ++++++++------------
xfce4-sensors-plugin.install | 7 +------
2 files changed, 9 insertions(+), 18 deletions(-)
Property changes on: xfce4-sensors-plugin/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /xfce4-sensors-plugin/trunk:1
+ /xfce4-sensors-plugin/trunk:1-18862
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-11-09 21:47:05 UTC (rev 18862)
+++ extra-x86_64/PKGBUILD 2008-11-09 21:49:23 UTC (rev 18863)
@@ -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: extra-x86_64/xfce4-sensors-plugin.install
===================================================================
--- extra-x86_64/xfce4-sensors-plugin.install 2008-11-09 21:47:05 UTC (rev 18862)
+++ extra-x86_64/xfce4-sensors-plugin.install 2008-11-09 21:49:23 UTC (rev 18863)
@@ -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