[arch-commits] Commit in catfish/repos (3 files)

Felix Yan felixonmars at archlinux.org
Mon Jul 23 15:47:59 UTC 2018


    Date: Monday, July 23, 2018 @ 15:47:58
  Author: felixonmars
Revision: 363070

archrelease: copy trunk to community-staging-any

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

-----------------+
 PKGBUILD        |   40 ++++++++++++++++++++++++++++++++++++++++
 catfish.install |    5 +++++
 2 files changed, 45 insertions(+)

Copied: catfish/repos/community-staging-any/PKGBUILD (from rev 363069, catfish/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-23 15:47:58 UTC (rev 363070)
@@ -0,0 +1,40 @@
+# $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.4.6
+pkgrel=2
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install="$pkgname.install"
+depends=('gtk3' 'python-cairo' 'python-gobject' 'python-pexpect'
+         'python-ptyprocess' 'python-xdg' 'xdg-utils')
+makedepends=('git' 'intltool' 'python-distutils-extra')
+optdepends=('mlocate: filename search'
+            'zeitgeist: integration with zeitgeist')
+source=("git+https://git.launchpad.net/catfish-search#tag=catfish-$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname-search"
+
+  python setup.py build
+}
+
+package () {
+  cd "$pkgname-search"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -d "$pkgdir/usr/share/pixmaps"
+  ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
+    "$pkgdir/usr/share/pixmaps/$pkgname.svg"
+}
+
+# getver: git.launchpad.net/catfish-search/plain/catfish.1
+# vim: ts=2 sw=2 et:

Copied: catfish/repos/community-staging-any/catfish.install (from rev 363069, catfish/trunk/catfish.install)
===================================================================
--- community-staging-any/catfish.install	                        (rev 0)
+++ community-staging-any/catfish.install	2018-07-23 15:47:58 UTC (rev 363070)
@@ -0,0 +1,5 @@
+post_install() {
+  echo 'One of the optional file search engines must be installed for catfish to work.'
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list