[arch-commits] Commit in catfish/trunk (PKGBUILD catfish.install)
Balló György
bgyorgy at archlinux.org
Sun May 23 15:00:06 UTC 2021
Date: Sunday, May 23, 2021 @ 15:00:06
Author: bgyorgy
Revision: 943428
upgpkg: catfish 4.16.0-4: Adopt the package, update dependencies
Modified:
catfish/trunk/PKGBUILD
Deleted:
catfish/trunk/catfish.install
-----------------+
PKGBUILD | 26 ++++++++++++--------------
catfish.install | 5 -----
2 files changed, 12 insertions(+), 19 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-23 14:50:50 UTC (rev 943427)
+++ PKGBUILD 2021-05-23 15:00:06 UTC (rev 943428)
@@ -1,4 +1,5 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# 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>
@@ -6,18 +7,18 @@
pkgname=catfish
pkgver=4.16.0
-pkgrel=3
+pkgrel=4
pkgdesc='Versatile file searching tool'
-arch=(any)
+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')
+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
@@ -27,7 +28,4 @@
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"
}
Deleted: catfish.install
===================================================================
--- catfish.install 2021-05-23 14:50:50 UTC (rev 943427)
+++ catfish.install 2021-05-23 15:00:06 UTC (rev 943428)
@@ -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