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

Alexander Rødseth arodseth at archlinux.org
Sun Oct 25 09:11:07 UTC 2015


    Date: Sunday, October 25, 2015 @ 10:11:06
  Author: arodseth
Revision: 144954

archrelease: copy trunk to community-any

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

-----------------+
 PKGBUILD        |   96 +++++++++++++++++++++++++++---------------------------
 catfish.install |   28 +++++++--------
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-25 09:10:13 UTC (rev 144953)
+++ PKGBUILD	2015-10-25 09:11:06 UTC (rev 144954)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk at gmail.com>
-# Contributor: Pantelis Panayiotou <p.panayiotou at gmail.com>
-
-pkgname=catfish
-pkgver=1.3.3
-pkgrel=1
-pkgdesc='Versatile file searching tool'
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install="$pkgname.install"
-depends=('python-gobject' 'python-xdg' 'python-pexpect' 'python-cairo' 'gtk3' 'xdg-utils')
-makedepends=('intltool')
-optdepends=('zeitgeist: integration with zeitgeist'
-            '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")
-sha256sums=('1f6fc743478545b81ff580ff43413e221aec340a4e3d57bc3edc94746d8604f8')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package () {
-  make -C "$pkgname-$pkgver" 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"
-}
-
-# getver: launchpad.net/catfish-search/+download
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/PKGBUILD (from rev 144953, catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-10-25 09:11:06 UTC (rev 144954)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk at gmail.com>
+# Contributor: Pantelis Panayiotou <p.panayiotou at gmail.com>
+
+pkgname=catfish
+pkgver=1.3.3
+pkgrel=2
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install="$pkgname.install"
+depends=('python-gobject' 'python-xdg' 'python-pexpect' 'python-cairo' 'python-ptyprocess' 'gtk3' 'xdg-utils')
+makedepends=('intltool')
+optdepends=('zeitgeist: integration with zeitgeist'
+            '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")
+sha256sums=('1f6fc743478545b81ff580ff43413e221aec340a4e3d57bc3edc94746d8604f8')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  make -C "$pkgname-$pkgver" 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"
+}
+
+# getver: launchpad.net/catfish-search/+download
+# vim:set ts=2 sw=2 et:

Deleted: catfish.install
===================================================================
--- catfish.install	2015-10-25 09:10:13 UTC (rev 144953)
+++ catfish.install	2015-10-25 09:11:06 UTC (rev 144954)
@@ -1,14 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-  echo 'NOTE: One of the file search engines must be installed for catfish to work.'
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/catfish.install (from rev 144953, catfish/trunk/catfish.install)
===================================================================
--- catfish.install	                        (rev 0)
+++ catfish.install	2015-10-25 09:11:06 UTC (rev 144954)
@@ -0,0 +1,14 @@
+post_install() {
+  xdg-icon-resource forceupdate
+  echo 'NOTE: One of the file search engines must be installed for catfish to work.'
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list