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

Antonio Rojas arojas at archlinux.org
Sat Jan 16 09:05:14 UTC 2021


    Date: Saturday, January 16, 2021 @ 09:05:13
  Author: arojas
Revision: 821103

archrelease: copy trunk to community-any

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

-----------------+
 PKGBUILD        |   66 +++++++++++++++++++++++++++---------------------------
 catfish.install |   10 ++++----
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-16 09:05:05 UTC (rev 821102)
+++ PKGBUILD	2021-01-16 09:05:13 UTC (rev 821103)
@@ -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=2
-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)
-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 821102, catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-16 09:05:13 UTC (rev 821103)
@@ -0,0 +1,33 @@
+# 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"
+}

Deleted: catfish.install
===================================================================
--- catfish.install	2021-01-16 09:05:05 UTC (rev 821102)
+++ catfish.install	2021-01-16 09:05:13 UTC (rev 821103)
@@ -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 821102, catfish/trunk/catfish.install)
===================================================================
--- catfish.install	                        (rev 0)
+++ catfish.install	2021-01-16 09:05:13 UTC (rev 821103)
@@ -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