Date: Monday, November 30, 2020 @ 18:29:27
  Author: foutrelis
Revision: 766641

archrelease: copy trunk to community-testing-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-11-30 18:29:23 UTC (rev 766640)
+++ PKGBUILD    2020-11-30 18:29:27 UTC (rev 766641)
@@ -1,46 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
-# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
-# Contributor: Alexander Fehr <pizzap...@gmail.com>
-# Contributor: Pantelis Panayiotou <p.panayio...@gmail.com>
-# Contributor: loqs <bugs-archli...@entropy-collector.net>
-
-pkgname=catfish
-pkgver=1.4.13
-pkgrel=3
-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 python-dbus)
-makedepends=(git intltool python-distutils-extra)
-conflicts=('zeitgeist') # FS#65344
-optdepends=('mlocate: filename search')
-#            'zeitgeist: integration with zeitgeist')
-source=("git+https://git.xfce.org/apps/catfish/#commit=bd10e884b21ab3df5020a8d1c06f0011910c5ba8";)
 # catfish-1.4.13
-sha512sums=('SKIP')
-
-prepare() {
-  # Patch for FS#62864
-  sed -i 's/monitor_at_window(s.get_active/monitor_at_window(s.get_root/g' \
-    "$pkgname/$pkgname/CatfishWindow.py"
-}
-
-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-testing-any/PKGBUILD (from rev 766640, 
catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-11-30 18:29:27 UTC (rev 766641)
@@ -0,0 +1,48 @@
+# Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+# Contributor: Alexander Fehr <pizzap...@gmail.com>
+# Contributor: Pantelis Panayiotou <p.panayio...@gmail.com>
+# Contributor: loqs <bugs-archli...@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:

Deleted: catfish.install
===================================================================
--- catfish.install     2020-11-30 18:29:23 UTC (rev 766640)
+++ catfish.install     2020-11-30 18:29:27 UTC (rev 766641)
@@ -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-testing-any/catfish.install (from rev 766640, 
catfish/trunk/catfish.install)
===================================================================
--- catfish.install                             (rev 0)
+++ catfish.install     2020-11-30 18:29:27 UTC (rev 766641)
@@ -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:

Reply via email to