[arch-commits] Commit in catfish/repos/community-any (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Nov 11 11:10:24 UTC 2013


    Date: Monday, November 11, 2013 @ 12:10:24
  Author: bpiotrowski
Revision: 100811

archrelease: copy trunk to community-any

Added:
  catfish/repos/community-any/PKGBUILD
    (from rev 100810, catfish/trunk/PKGBUILD)
  catfish/repos/community-any/catfish.install
    (from rev 100810, catfish/trunk/catfish.install)
Deleted:
  catfish/repos/community-any/PKGBUILD
  catfish/repos/community-any/catfish.install

-----------------+
 PKGBUILD        |   84 ++++++++++++++++++++++++++++--------------------------
 catfish.install |   22 +++++++-------
 2 files changed, 55 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-11 11:10:18 UTC (rev 100810)
+++ PKGBUILD	2013-11-11 11:10:24 UTC (rev 100811)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=catfish
-pkgver=0.6.4
-pkgrel=1
-pkgdesc='Versatile file searching tool'
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install=$pkgname.install 
-depends=('gtk3' 'python-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('zeitgeist: Zeitgeist integration'
-            'findutils: filename search'
-            'locate:    filename search'
-            'tracker:   fulltext search'
-            'strigi:    fulltext search'
-            'pinot:     fulltext search')
-source=(https://launchpad.net/$pkgname-search/0.6/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
-md5sums=('0add5dacbf0b84fd92c718ef12fd1542')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  # Correct symlinks
-  sed -i 's|ln -sf $(DESTDIR)/$(PREFIX)/share|ln -sf ..|' Makefile
-  make
-}
-
-package () {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/pixmaps
-  ln -s /usr/share/icons/hicolor/scalable/apps/$pkgname.svg $pkgdir/usr/share/pixmaps/$pkgname.svg
-}

Copied: catfish/repos/community-any/PKGBUILD (from rev 100810, catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-11 11:10:24 UTC (rev 100811)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=catfish
+pkgver=0.8.2
+pkgrel=1
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install=$pkgname.install 
+depends=('gtk3' 'python-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('zeitgeist: Zeitgeist integration'
+            'findutils: filename search'
+            'locate:    filename search'
+            'tracker:   fulltext search'
+            'strigi:    fulltext search'
+            'pinot:     fulltext search')
+source=(https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
+md5sums=('813666069e7b51d27722fcc6c5f36bf9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --python=python2
+
+  # Correct symlinks
+  sed -i 's|ln -sf $(DESTDIR)/$(PREFIX)/share|ln -sf ..|' Makefile
+  make
+}
+
+package () {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  ln -s /usr/share/icons/hicolor/scalable/apps/$pkgname.svg \
+    "$pkgdir"/usr/share/pixmaps/$pkgname.svg
+
+  sed -i '1s/python/python2/' "$pkgdir"/usr/share/catfish/bin/catfish.py \
+    "$pkgdir"/usr/share/catfish/catfish_lib/pexpect/FSM.py
+}

Deleted: catfish.install
===================================================================
--- catfish.install	2013-11-11 11:10:18 UTC (rev 100810)
+++ catfish.install	2013-11-11 11:10:24 UTC (rev 100811)
@@ -1,11 +0,0 @@
-post_install() {
-	[ -f /usr/bin/xdg-icon-resource ] && xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: catfish/repos/community-any/catfish.install (from rev 100810, catfish/trunk/catfish.install)
===================================================================
--- catfish.install	                        (rev 0)
+++ catfish.install	2013-11-11 11:10:24 UTC (rev 100811)
@@ -0,0 +1,11 @@
+post_install() {
+	[ -f /usr/bin/xdg-icon-resource ] && xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list