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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Apr 11 14:07:15 UTC 2013


    Date: Thursday, April 11, 2013 @ 16:07:15
  Author: bpiotrowski
Revision: 88098

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-11 14:07:04 UTC (rev 88097)
+++ PKGBUILD	2013-04-11 14:07:15 UTC (rev 88098)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=catfish
-pkgver=0.6.1
-pkgrel=2
-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
-
-  ./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 88097, catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-04-11 14:07:15 UTC (rev 88098)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=catfish
+pkgver=0.6.3
+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=('4fd496c55d9dce64f555074c478cc4dd')
+
+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
+}

Deleted: catfish.install
===================================================================
--- catfish.install	2013-04-11 14:07:04 UTC (rev 88097)
+++ catfish.install	2013-04-11 14:07:15 UTC (rev 88098)
@@ -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 88097, catfish/trunk/catfish.install)
===================================================================
--- catfish.install	                        (rev 0)
+++ catfish.install	2013-04-11 14:07:15 UTC (rev 88098)
@@ -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