[arch-commits] Commit in thunar-archive-plugin/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Jan 21 15:59:29 UTC 2011


    Date: Friday, January 21, 2011 @ 10:59:29
  Author: andyrtr
Revision: 107132

update PKGBUILD, needs further upstream porting to new thunar

Modified:
  thunar-archive-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-21 14:54:12 UTC (rev 107131)
+++ PKGBUILD	2011-01-21 15:59:29 UTC (rev 107132)
@@ -3,14 +3,14 @@
 
 pkgname=thunar-archive-plugin
 pkgver=0.2.4
-pkgrel=6
+pkgrel=7
 pkgdesc="create and deflate archives in thunar"
 arch=(i686 x86_64)
 license=('GPL2')
-url="http://xfce-goodies.berlios.de/"
+url="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin"
 groups=('xfce4-goodies')
-depends=('thunar')
-makedepends=('intltool' 'pkgconfig')
+depends=('thunar>=1.2.0')
+makedepends=('intltool')
 options=('!libtool')
 install=${pkgname}.install
 source=(http://download.berlios.de/xfce-goodies/${pkgname}-${pkgver}.tar.bz2)
@@ -18,8 +18,17 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var --disable-static
-  make || return 1
+  # thunar 1.2 hack
+  sed -i "s/thunarx\-1/thunarx\-2/g" configure
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib/xfce4 \
+	--localstatedir=/var \
+	--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list