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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 4 18:28:38 UTC 2011


    Date: Tuesday, January 4, 2011 @ 13:28:37
  Author: andyrtr
Revision: 104653

upgpkg: xfce4-appfinder 4.7.2-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  xfce4-appfinder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-04 18:28:26 UTC (rev 104652)
+++ PKGBUILD	2011-01-04 18:28:37 UTC (rev 104653)
@@ -3,28 +3,32 @@
 # Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfce4-appfinder
-pkgver=4.6.2
+pkgver=4.7.2
 pkgrel=1
 pkgdesc="Xfce application finder"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=('thunar>=1.0.2' "libxfce4menu>=4.6.2" 'libxfcegui4>=4.6.4' 'hicolor-icon-theme')
+depends=('libxfce4ui' 'garcon' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7752e43578b821e35010bcd3762da166')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/4.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('be64fd5555939dce31b3c7a18dc0f4db')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-    --localstatedir=/var --disable-static || return 1
-  make || return 1
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-static \
+	--disable-debug
+  make
 }
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list