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

Alexander Rødseth arodseth at archlinux.org
Sun Jan 27 15:47:18 UTC 2019


    Date: Sunday, January 27, 2019 @ 15:47:17
  Author: arodseth
Revision: 428232

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-27 15:47:02 UTC (rev 428231)
+++ PKGBUILD	2019-01-27 15:47:17 UTC (rev 428232)
@@ -1,40 +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.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-any/PKGBUILD (from rev 428231, catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-27 15:47:17 UTC (rev 428232)
@@ -0,0 +1,39 @@
+# 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.7
+pkgrel=1
+pkgdesc='Versatile file searching tool'
+arch=(any)
+url='https://git.xfce.org/apps/catfish/about/'
+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.xfce.org/apps/catfish/#tag=catfish-$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  python setup.py build
+}
+
+package () {
+  cd "$pkgname"
+
+  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.xfce.org/apps/catfish/plain/catfish.1
+# vim: ts=2 sw=2 et:

Deleted: catfish.install
===================================================================
--- catfish.install	2019-01-27 15:47:02 UTC (rev 428231)
+++ catfish.install	2019-01-27 15:47:17 UTC (rev 428232)
@@ -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 428231, catfish/trunk/catfish.install)
===================================================================
--- catfish.install	                        (rev 0)
+++ catfish.install	2019-01-27 15:47:17 UTC (rev 428232)
@@ -0,0 +1,5 @@
+post_install() {
+  echo 'One of the optional file search engines must be installed for catfish to work.'
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list