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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jan 29 13:43:50 UTC 2011


    Date: Saturday, January 29, 2011 @ 08:43:49
  Author: andyrtr
Revision: 108109

upgpkg: xfce4-dict 0.6.0-1
add pkg replacing xfce4-dict-plugin

Modified:
  xfce4-dict/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-29 13:37:42 UTC (rev 108108)
+++ PKGBUILD	2011-01-29 13:43:49 UTC (rev 108109)
@@ -10,8 +10,8 @@
 license=('GPL2')
 url="http://goodies.xfce.org/projects/applications/xfce4-dict"
 groups=('xfce4-goodies')
-depends=('xfce4-panel' 'hicolor-icon-theme' 'librsvg')
-makedepends=('pkgconfig')
+depends=('xfce4-panel' 'libxfcegui4' 'hicolor-icon-theme' 'librsvg')
+makedepends=('intltool')
 options=('!libtool')
 install=${pkgname}.install
 source=(http://archive.xfce.org/src/apps/xfce4-dict/0.6/xfce4-dict-${pkgver}.tar.bz2)
@@ -21,7 +21,7 @@
 replaces=('xfce4-dict-plugin')
 
 build() {
-  cd ${startdir}/src/xfce4-dict-${pkgver}
+  cd ${srcdir}/xfce4-dict-${pkgver}
   ./configure --prefix=/usr \
 	--sysconfdir=/etc \
 	--libexecdir=/usr/lib \
@@ -32,6 +32,6 @@
 }
 
 package() {
-  cd ${startdir}/src/xfce4-dict-${pkgver}
-  make DESTDIR=${startdir}/pkg install || return 1
+  cd ${srcdir}/xfce4-dict-${pkgver}
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list