[arch-commits] Commit in xfce4-icon-theme/repos (extra-i686 extra-i686/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Oct 30 21:48:22 UTC 2008


    Date: Thursday, October 30, 2008 @ 17:48:22
  Author: andyrtr
Revision: 17520

Merged revisions 356,17363 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/xfce4-icon-theme/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fr, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r17363 | andyrtr | 2008-10-28 21:25:57 +0000 (Di, 28 Okt 2008) | 1 line
  
  upgpkg: xfce4-icon-theme 4.4.3-1
........

Modified:
  xfce4-icon-theme/repos/extra-i686/	(properties)
  xfce4-icon-theme/repos/extra-i686/PKGBUILD

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


Property changes on: xfce4-icon-theme/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /xfce4-icon-theme/trunk:1
   + /xfce4-icon-theme/trunk:1-17519

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-10-30 21:47:24 UTC (rev 17519)
+++ extra-i686/PKGBUILD	2008-10-30 21:48:22 UTC (rev 17520)
@@ -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