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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jan 29 09:50:47 UTC 2011


    Date: Saturday, January 29, 2011 @ 04:50:47
  Author: andyrtr
Revision: 108054

upgpkg: xfce4-sensors-plugin 1.0.0-3
fix for panel 4.8; FS#22499

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-29 09:40:36 UTC (rev 108053)
+++ PKGBUILD	2011-01-29 09:50:47 UTC (rev 108054)
@@ -8,18 +8,23 @@
 pkgdesc="A lm_sensors plugin for the Xfce panel"
 arch=('i686' 'x86_64')
 license=('GPL2')
-url="http://xfce-goodies.berlios.de/"
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
 groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxfcegui4' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool' 'hddtemp>=0.3.beta15.45-2' 'gnu-netcat')
+makedepends=('pkgconfig' 'intltool' 'hddtemp>=0.3.beta15.45-2' 'gnu-netcat' 'xfce4-dev-tools')
 optdepends=('gnu-netcat: for hddtemp access')
 options=(!libtool)
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('74d83628246536d575f954c76724982b')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2
+	xfce4-sensors-plugin-1.0.0-underlink.patch)
+md5sums=('74d83628246536d575f954c76724982b'
+         'f0295e3a7c6beb267355f64fc0ed44d5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+    # panel 4.8 patch from http://bugzilla.xfce.org/show_bug.cgi?id=7095
+  patch -Np1 -i ${srcdir}/xfce4-sensors-plugin-1.0.0-underlink.patch
+  xdt-autogen
   ./configure --prefix=/usr \
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib \




More information about the arch-commits mailing list