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

Balló György bgyorgy at archlinux.org
Sun May 23 15:00:13 UTC 2021


    Date: Sunday, May 23, 2021 @ 15:00:12
  Author: bgyorgy
Revision: 943429

archrelease: copy trunk to community-any

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

-----------------+
 PKGBUILD        |   64 ++++++++++++++++++++++++++----------------------------
 catfish.install |    5 ----
 2 files changed, 31 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-23 15:00:06 UTC (rev 943428)
+++ PKGBUILD	2021-05-23 15:00:12 UTC (rev 943429)
@@ -1,33 +0,0 @@
-# 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>
-# Contributor: loqs <bugs-archlinux at entropy-collector.net>
-
-pkgname=catfish
-pkgver=4.16.0
-pkgrel=3
-pkgdesc='Versatile file searching tool'
-arch=(any)
-url='https://docs.xfce.org/apps/catfish/start'
-license=(GPL)
-install=$pkgname.install
-depends=(gtk3 python-cairo python-gobject python-pexpect
-         python-ptyprocess python-xdg xdg-utils python-dbus xfconf)
-makedepends=(git intltool python-distutils-extra)
-optdepends=('mlocate: filename search')
-source=(https://archive.xfce.org/src/apps/catfish/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha512sums=('926318d3b2387386a5141347cf23b7e1505f83c48dac3804dc9c51aeeede2ef71d6d70e61bd5f608145249ccb4d3d87662bdab0c0a88dc69608b2edee55ddc19')
-
-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"
-}

Copied: catfish/repos/community-any/PKGBUILD (from rev 943428, catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-23 15:00:12 UTC (rev 943429)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: 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>
+# Contributor: loqs <bugs-archlinux at entropy-collector.net>
+
+pkgname=catfish
+pkgver=4.16.0
+pkgrel=4
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://docs.xfce.org/apps/catfish/start'
+license=('GPL')
+depends=('dbus-python' 'gtk3' 'python-cairo' 'python-gobject' 'python-pexpect' 'xdg-utils'
+         'xfconf')
+makedepends=('intltool' 'python-distutils-extra')
+optdepends=('mlocate: search in locate index'
+            'zeitgeist: search in zeitgeist index')
+source=("https://archive.xfce.org/src/apps/catfish/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
+sha256sums=('1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70fcc3b47')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: catfish.install
===================================================================
--- catfish.install	2021-05-23 15:00:06 UTC (rev 943428)
+++ catfish.install	2021-05-23 15:00:12 UTC (rev 943429)
@@ -1,5 +0,0 @@
-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