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

Antonio Rojas arojas at archlinux.org
Sun Jan 10 11:09:45 UTC 2021


    Date: Sunday, January 10, 2021 @ 11:09:44
  Author: arojas
Revision: 817023

archrelease: copy trunk to community-any

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

-----------------+
 PKGBUILD        |   82 ++++++++++++++++++++++--------------------------------
 catfish.install |   10 +++---
 2 files changed, 39 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-10 11:09:34 UTC (rev 817022)
+++ PKGBUILD	2021-01-10 11:09:44 UTC (rev 817023)
@@ -1,48 +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=1.4.13
-pkgrel=4
-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)
-makedepends=(git intltool python-distutils-extra)
-conflicts=('zeitgeist') # FS#65344
-optdepends=('mlocate: filename search')
-#            'zeitgeist: integration with zeitgeist')
-source=("git+https://gitlab.xfce.org/apps/catfish.git#commit=bd10e884b21ab3df5020a8d1c06f0011910c5ba8") # catfish-1.4.13
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  # Support python 3.9
-  git format-patch -1 --stdout 04dd64cff5d9f561830ff546ebd455e948f6b581 \
-    catfish_lib/Builder.py | patch -Np1
-}
-
-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:

Copied: catfish/repos/community-any/PKGBUILD (from rev 817022, catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-10 11:09:44 UTC (rev 817023)
@@ -0,0 +1,34 @@
+# 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=1
+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)
+makedepends=(git intltool python-distutils-extra)
+conflicts=('zeitgeist') # FS#65344
+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"
+}

Deleted: catfish.install
===================================================================
--- catfish.install	2021-01-10 11:09:34 UTC (rev 817022)
+++ catfish.install	2021-01-10 11:09:44 UTC (rev 817023)
@@ -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:

Copied: catfish/repos/community-any/catfish.install (from rev 817022, catfish/trunk/catfish.install)
===================================================================
--- catfish.install	                        (rev 0)
+++ catfish.install	2021-01-10 11:09:44 UTC (rev 817023)
@@ -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