Date: Friday, April 7, 2023 @ 10:53:53
  Author: felixonmars
Revision: 1441034

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: catfish/repos/community-staging-any/PKGBUILD (from rev 1441033, 
catfish/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2023-04-07 10:53:53 UTC (rev 1441034)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Alexander F. Rødseth <[email protected]>
+# Contributor: Jaroslav Lichtblau <[email protected]>
+# Contributor: Alexander Fehr <[email protected]>
+# Contributor: Pantelis Panayiotou <[email protected]>
+# Contributor: loqs <[email protected]>
+
+pkgname=catfish
+pkgver=4.16.4
+pkgrel=2
+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=('6e5c01c534de7a8ce911965c4cd298c5b5d2079e0bc29c91b1e310c9884bb5fc')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}

Reply via email to