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

Eric Bélanger eric at nymeria.archlinux.org
Sat Apr 19 15:04:57 UTC 2014


    Date: Saturday, April 19, 2014 @ 17:04:56
  Author: eric
Revision: 109856

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-19 15:04:09 UTC (rev 109855)
+++ PKGBUILD	2014-04-19 15:04:56 UTC (rev 109856)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=catfish
-pkgver=1.0.1
-pkgrel=1
-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')
-makedepends=('intltool')
-optdepends=('zeitgeist: Zeitgeist integration'
-            'findutils: filename search'
-            'mlocate:    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=('54f67f33ab475a826a18d621c8861458')
-
-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
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --python=python2
-  make
-}
-
-package () {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/pixmaps
-  ln -s ../icons/hicolor/scalable/apps/$pkgname.svg \
-    "$pkgdir"/usr/share/pixmaps/$pkgname.svg
-}

Copied: catfish/repos/community-any/PKGBUILD (from rev 109855, catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-04-19 15:04:56 UTC (rev 109856)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=catfish
+pkgver=1.0.2
+pkgrel=1
+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')
+makedepends=('intltool')
+optdepends=('zeitgeist: Zeitgeist integration'
+            'findutils: filename search'
+            'mlocate:    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=('7ea70b46ec98a4d1fc2a06bf2579acb2')
+
+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
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --python=python2
+  make
+}
+
+package () {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/pixmaps
+  ln -s ../icons/hicolor/scalable/apps/$pkgname.svg \
+    "$pkgdir"/usr/share/pixmaps/$pkgname.svg
+}

Deleted: catfish.install
===================================================================
--- catfish.install	2014-04-19 15:04:09 UTC (rev 109855)
+++ catfish.install	2014-04-19 15:04:56 UTC (rev 109856)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: catfish/repos/community-any/catfish.install (from rev 109855, catfish/trunk/catfish.install)
===================================================================
--- catfish.install	                        (rev 0)
+++ catfish.install	2014-04-19 15:04:56 UTC (rev 109856)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list