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

Alexander Rødseth arodseth at archlinux.org
Sat Oct 24 15:30:59 UTC 2015


    Date: Saturday, October 24, 2015 @ 17:30:59
  Author: arodseth
Revision: 144902

upgpkg: catfish 1.3.2-3

Modified:
  catfish/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-24 15:29:39 UTC (rev 144901)
+++ PKGBUILD	2015-10-24 15:30:59 UTC (rev 144902)
@@ -6,13 +6,13 @@
 
 pkgname=catfish
 pkgver=1.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Versatile file searching tool'
 arch=('any')
 url='https://launchpad.net/catfish-search'
 license=('GPL')
 install="$pkgname.install"
-depends=('gtk3' 'python2-gobject' 'python2-xdg' 'xdg-utils' 'python2-pexpect')
+depends=('python-gobject' 'python-xdg' 'python-pexpect' 'python-cairo' 'gtk3' 'xdg-utils')
 makedepends=('intltool')
 optdepends=('zeitgeist: integration with zeitgeist'
             'findutils: filename search'
@@ -26,7 +26,6 @@
 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
 }
 
@@ -33,7 +32,7 @@
 build() {
   cd "$pkgname-$pkgver"
 
-  ./configure --prefix=/usr --python=python2
+  ./configure --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list