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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat May 22 15:54:05 UTC 2010


    Date: Saturday, May 22, 2010 @ 11:54:05
  Author: andyrtr
Revision: 80884

upgpkg: xfce4-appfinder 4.6.2-1
new version 4.6.2

Modified:
  xfce4-appfinder/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-22 15:47:20 UTC (rev 80883)
+++ PKGBUILD	2010-05-22 15:54:05 UTC (rev 80884)
@@ -1,25 +1,30 @@
 # $Id$
-# Maintainer: tobias <tobias funnychar archlinux.org>
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfce4-appfinder
-pkgver=4.6.1
-pkgrel=2
+pkgver=4.6.2
+pkgrel=1
 pkgdesc="Xfce application finder"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=('thunar>=1.0.1' "libxfce4menu>=$pkgver" 'hicolor-icon-theme')
+depends=('thunar>=1.0.2' "libxfce4menu>=4.6.2" 'libxfcegui4>=4.6.4' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a1bc7d88100cfd92714a300be531589b')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('7752e43578b821e35010bcd3762da166')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static || return 1
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list