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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Mar 17 14:15:32 UTC 2013


    Date: Sunday, March 17, 2013 @ 15:15:32
  Author: bpiotrowski
Revision: 86455

archrelease: copy trunk to community-any

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

-----------------+
 PKGBUILD        |   99 +++++++++++++++++++++++++++---------------------------
 catfish.install |   22 ++++++------
 2 files changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-17 14:15:15 UTC (rev 86454)
+++ PKGBUILD	2013-03-17 14:15:32 UTC (rev 86455)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=catfish
-pkgver=0.4.0.2
-pkgrel=1
-pkgdesc="A versatile file searching tool"
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install=$pkgname.install 
-depends=('gtk3' 'python2-gobject' 'pyxdg' 'xdg-utils' 'hicolor-icon-theme')
-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.4/$pkgver/+download/$pkgname-$pkgver.tar.bz2)
-md5sums=('d80eb544a12dbee2b2c84b63c4903eea')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 build fix
-  for file in $(find . -name '*.py' -print); do
-    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  ./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
-
-  # python2 run fix
-  sed -i 's|python|python2|' $pkgdir/usr/bin/$pkgname
-
-  # icon file
-  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 86454, catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-17 14:15:32 UTC (rev 86455)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=catfish
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="A 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=('63044c2dca7df438d9ed67f8e4e9b652')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 build fix
+  for file in $(find . -name '*.py' -print); do
+    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  ./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
+
+  # python2 run fix
+  #sed -i 's|python|python2|' $pkgdir/usr/bin/$pkgname
+
+  # icon file
+  install -d $pkgdir/usr/share/pixmaps
+  ln -s /usr/share/icons/hicolor/scalable/apps/$pkgname.svg $pkgdir/usr/share/pixmaps/$pkgname.svg
+}

Deleted: catfish.install
===================================================================
--- catfish.install	2013-03-17 14:15:15 UTC (rev 86454)
+++ catfish.install	2013-03-17 14:15:32 UTC (rev 86455)
@@ -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 86454, catfish/trunk/catfish.install)
===================================================================
--- catfish.install	                        (rev 0)
+++ catfish.install	2013-03-17 14:15:32 UTC (rev 86455)
@@ -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