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

Alexander Rødseth arodseth at archlinux.org
Sun Oct 4 17:21:26 UTC 2015


    Date: Sunday, October 4, 2015 @ 19:21:25
  Author: arodseth
Revision: 142929

upgpkg: catfish 1.3.2-2

Modified:
  catfish/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-04 17:01:31 UTC (rev 142928)
+++ PKGBUILD	2015-10-04 17:21:25 UTC (rev 142929)
@@ -6,13 +6,13 @@
 
 pkgname=catfish
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Versatile file searching tool'
 arch=('any')
 url='https://launchpad.net/catfish-search'
 license=('GPL')
 install="$pkgname.install"
-depends=('gtk3' 'python-gobject' 'python-xdg' 'xdg-utils' 'python-pexpect')
+depends=('gtk3' 'python2-gobject' 'python2-xdg' 'xdg-utils' 'python2-pexpect')
 makedepends=('intltool')
 optdepends=('zeitgeist: integration with zeitgeist'
             'findutils: filename search'
@@ -26,6 +26,7 @@
 prepare() {
   cd "$pkgname-$pkgver"
 
+  sed -i '1s|python|python2|' {bin,catfish,catfish_lib}/*.py build.py
   sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
 }
 
@@ -32,7 +33,7 @@
 build() {
   cd "$pkgname-$pkgver"
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --python=python2
   make
 }
 



More information about the arch-commits mailing list