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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jun 14 20:29:30 UTC 2009


    Date: Sunday, June 14, 2009 @ 16:29:30
  Author: andyrtr
Revision: 42484

upgpkg: xfce4-weather-plugin 0.6.3-1
    new version 0.6.3; fix plugin path

Modified:
  xfce4-weather-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-14 18:18:02 UTC (rev 42483)
+++ PKGBUILD	2009-06-14 20:29:30 UTC (rev 42484)
@@ -3,7 +3,7 @@
 # Contributor: Suzy Williams <suzanne.williams3 at verizon.net>
 
 pkgname=xfce4-weather-plugin
-pkgver=0.6.2
+pkgver=0.6.3
 pkgrel=1
 pkgdesc="A weather plugin for the Xfce4 panel"
 arch=(i686 x86_64)
@@ -14,13 +14,13 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ba89c4f384d3a32afd0b33acad021af0')
+source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('635d939de81ef7c30ea9b726b9ab6741')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list