[arch-commits] Commit in xfce4-icon-theme/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Oct 28 21:25:57 UTC 2008


    Date: Tuesday, October 28, 2008 @ 17:25:57
  Author: andyrtr
Revision: 17363

upgpkg: xfce4-icon-theme 4.4.3-1

Modified:
  xfce4-icon-theme/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-28 21:21:26 UTC (rev 17362)
+++ PKGBUILD	2008-10-28 21:25:57 UTC (rev 17363)
@@ -2,24 +2,24 @@
 # Maintainer: aurelien <aurelien at archlinux.org>
 
 pkgname=xfce4-icon-theme
-pkgver=4.4.2
+pkgver=4.4.3
 pkgrel=1
 pkgdesc="A set of icon themes for the Xfce window manager"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=()
+depends=('hicolor-icon-theme')
 makedepends=('pkgconfig')
 options=('!libtool')
 install=${pkgname}.install
 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d3e3e64596a7efa857d2e6bb0cbd09bb')
+md5sums=('73ce2977b84f634a6a6c5d9c27e336db')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  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
 }




More information about the arch-commits mailing list