[arch-commits] Commit in catfish/repos/community-any (4 files)
Alexander Rødseth
arodseth at archlinux.org
Sat Apr 30 11:24:03 UTC 2016
Date: Saturday, April 30, 2016 @ 13:24:02
Author: arodseth
Revision: 173120
archrelease: copy trunk to community-any
Added:
catfish/repos/community-any/PKGBUILD
(from rev 173119, catfish/trunk/PKGBUILD)
catfish/repos/community-any/catfish.install
(from rev 173119, catfish/trunk/catfish.install)
Deleted:
catfish/repos/community-any/PKGBUILD
catfish/repos/community-any/catfish.install
-----------------+
PKGBUILD | 86 +++++++++++++++++++++++++++---------------------------
catfish.install | 19 +++--------
2 files changed, 48 insertions(+), 57 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-30 11:23:54 UTC (rev 173119)
+++ PKGBUILD 2016-04-30 11:24:02 UTC (rev 173120)
@@ -1,43 +0,0 @@
-# $Id$
-# 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>
-
-pkgname=catfish
-pkgver=1.4.1
-pkgrel=2
-pkgdesc='Versatile file searching tool'
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install="$pkgname.install"
-depends=('python-gobject' 'python-xdg' 'python-pexpect' 'python-cairo' 'python-ptyprocess' 'gtk3' 'xdg-utils')
-makedepends=('intltool' 'python-distutils-extra')
-optdepends=('zeitgeist: integration with zeitgeist'
- 'findutils: filename search'
- 'mlocate: filename search'
- 'tracker: fulltext search'
- 'strigi: fulltext search'
- 'pinot: fulltext search')
-source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2")
-sha256sums=('6837b74f0dbafa005c84b37ec773c7128804327f759807c3ec42f04003ee8935')
-
-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"
-}
-
-# getver: launchpad.net/catfish-search/+download
-# vim:set ts=2 sw=2 et:
Copied: catfish/repos/community-any/PKGBUILD (from rev 173119, catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-04-30 11:24:02 UTC (rev 173120)
@@ -0,0 +1,43 @@
+# $Id$
+# 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>
+
+pkgname=catfish
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install="$pkgname.install"
+depends=('python-gobject' 'python-xdg' 'python-pexpect' 'python-cairo' 'python-ptyprocess' 'gtk3' 'xdg-utils')
+makedepends=('intltool' 'python-distutils-extra')
+optdepends=('zeitgeist: integration with zeitgeist'
+ 'findutils: filename search'
+ 'mlocate: filename search'
+ 'tracker: fulltext search'
+ 'strigi: fulltext search'
+ 'pinot: fulltext search')
+source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2")
+sha256sums=('a3fe087cdc7b2a2f2b6889d57893d1b7b678aacebde1a287fa4912ed7cf26b48')
+
+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"
+}
+
+# getver: launchpad.net/catfish-search/+download
+# vim:set ts=2 sw=2 et:
Deleted: catfish.install
===================================================================
--- catfish.install 2016-04-30 11:23:54 UTC (rev 173119)
+++ catfish.install 2016-04-30 11:24:02 UTC (rev 173120)
@@ -1,14 +0,0 @@
-post_upgrade() {
- xdg-icon-resource forceupdate
-}
-
-post_install() {
- post_upgrade
- echo 'One of the optional file search engines must be installed for catfish to work.'
-}
-
-post_remove() {
- post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:
Copied: catfish/repos/community-any/catfish.install (from rev 173119, catfish/trunk/catfish.install)
===================================================================
--- catfish.install (rev 0)
+++ catfish.install 2016-04-30 11:24:02 UTC (rev 173120)
@@ -0,0 +1,5 @@
+post_install() {
+ echo 'One of the optional file search engines must be installed for catfish to work.'
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list