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

Alexander Rødseth arodseth at archlinux.org
Thu Apr 12 21:17:05 UTC 2018


    Date: Thursday, April 12, 2018 @ 21:17:05
  Author: arodseth
Revision: 316143

archrelease: copy trunk to community-any

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

-----------------+
 PKGBUILD        |   79 +++++++++++++++++++++++++++---------------------------
 catfish.install |   10 +++---
 2 files changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-12 21:16:53 UTC (rev 316142)
+++ PKGBUILD	2018-04-12 21:17:05 UTC (rev 316143)
@@ -1,39 +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.4.4
-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' 'python-ptyprocess' 'gtk3' 'xdg-utils')
-makedepends=('intltool' 'python-distutils-extra')
-optdepends=('zeitgeist: integration with zeitgeist'
-            'mlocate: filename search')
-source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz")
-sha256sums=('a2d452780bf51f80afe7621e040fe77725021c24a0fe4a9744c89ba88dbf87d7')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-package () {
-  cd "$pkgname-$pkgver"
-
-  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: launchpad.net/catfish-search/+download
-# vim: ts=2 sw=2 et:

Copied: catfish/repos/community-any/PKGBUILD (from rev 316142, catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-12 21:17:05 UTC (rev 316143)
@@ -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.5
+pkgrel=1
+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=('intltool' 'python-distutils-extra')
+optdepends=('mlocate: filename search'
+            'zeitgeist: integration with zeitgeist')
+source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz")
+
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+package () {
+  cd "$pkgname-$pkgver"
+
+  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: launchpad.net/catfish-search/+download
+# vim: ts=2 sw=2 et:
+md5sums=('5b55cee4816e8d01dbc7119a6021ff5f')

Deleted: catfish.install
===================================================================
--- catfish.install	2018-04-12 21:16:53 UTC (rev 316142)
+++ catfish.install	2018-04-12 21:17:05 UTC (rev 316143)
@@ -1,5 +0,0 @@
-post_install() {
-  echo 'One of the optional file search engines must be installed for catfish to work.'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: catfish/repos/community-any/catfish.install (from rev 316142, catfish/trunk/catfish.install)
===================================================================
--- catfish.install	                        (rev 0)
+++ catfish.install	2018-04-12 21:17:05 UTC (rev 316143)
@@ -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