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

2022-07-18 Thread Antonio Rojas via arch-commits
Date: Monday, July 18, 2022 @ 20:43:38
  Author: arojas
Revision: 1254480

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-18 20:43:30 UTC (rev 1254479)
+++ PKGBUILD2022-07-18 20:43:38 UTC (rev 1254480)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Alexander Fehr 
-# Contributor: Pantelis Panayiotou 
-# Contributor: loqs 
-
-pkgname=catfish
-pkgver=4.16.3
-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=('e9a99a62d10981391508dd43f3cbfa2d50a69bd6b7d1eeef7d30ba4c673dcfda')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package () {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: catfish/repos/community-any/PKGBUILD (from rev 1254479, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-18 20:43:38 UTC (rev 1254480)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Alexander Fehr 
+# Contributor: Pantelis Panayiotou 
+# Contributor: loqs 
+
+pkgname=catfish
+pkgver=4.16.4
+pkgrel=1
+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
+}



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

2021-10-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 27, 2021 @ 20:32:21
  Author: arojas
Revision: 1034797

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-27 20:32:10 UTC (rev 1034796)
+++ PKGBUILD2021-10-27 20:32:21 UTC (rev 1034797)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Alexander Fehr 
-# Contributor: Pantelis Panayiotou 
-# Contributor: loqs 
-
-pkgname=catfish
-pkgver=4.16.2
-pkgrel=1
-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=('b21a2e151943f0b194d38b17feaaf382187947ed12a02c3d6492afb748012a6b')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package () {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: catfish/repos/community-any/PKGBUILD (from rev 1034796, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-27 20:32:21 UTC (rev 1034797)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Alexander Fehr 
+# Contributor: Pantelis Panayiotou 
+# Contributor: loqs 
+
+pkgname=catfish
+pkgver=4.16.3
+pkgrel=1
+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=('e9a99a62d10981391508dd43f3cbfa2d50a69bd6b7d1eeef7d30ba4c673dcfda')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2021-08-09 Thread Felix Yan via arch-commits
Date: Monday, August 9, 2021 @ 07:28:15
  Author: felixonmars
Revision: 997241

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-09 07:28:07 UTC (rev 997240)
+++ PKGBUILD2021-08-09 07:28:15 UTC (rev 997241)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Alexander Fehr 
-# Contributor: Pantelis Panayiotou 
-# Contributor: loqs 
-
-pkgname=catfish
-pkgver=4.16.1
-pkgrel=1
-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=('10317e2ca3a24290e46f62ed884cfbdf48fe7bfc3c528cfa81eca49ce3f5a655')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package () {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: catfish/repos/community-any/PKGBUILD (from rev 997240, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-09 07:28:15 UTC (rev 997241)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Alexander Fehr 
+# Contributor: Pantelis Panayiotou 
+# Contributor: loqs 
+
+pkgname=catfish
+pkgver=4.16.2
+pkgrel=1
+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=('b21a2e151943f0b194d38b17feaaf382187947ed12a02c3d6492afb748012a6b')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



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

2021-07-23 Thread Felix Yan via arch-commits
Date: Friday, July 23, 2021 @ 19:44:38
  Author: felixonmars
Revision: 984819

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-23 19:44:23 UTC (rev 984818)
+++ PKGBUILD2021-07-23 19:44:38 UTC (rev 984819)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Alexander Fehr 
-# Contributor: Pantelis Panayiotou 
-# Contributor: loqs 
-
-pkgname=catfish
-pkgver=4.16.0
-pkgrel=4
-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=('1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70fcc3b47')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package () {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: catfish/repos/community-any/PKGBUILD (from rev 984818, 
catfish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-23 19:44:38 UTC (rev 984819)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Alexander Fehr 
+# Contributor: Pantelis Panayiotou 
+# Contributor: loqs 
+
+pkgname=catfish
+pkgver=4.16.1
+pkgrel=1
+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=('10317e2ca3a24290e46f62ed884cfbdf48fe7bfc3c528cfa81eca49ce3f5a655')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}