[arch-commits] Commit in catfish/repos/community-any (4 files)
Alexander Rødseth
arodseth at archlinux.org
Sun Sep 13 17:09:26 UTC 2015
Date: Sunday, September 13, 2015 @ 19:09:26
Author: arodseth
Revision: 140052
archrelease: copy trunk to community-any
Added:
catfish/repos/community-any/PKGBUILD
(from rev 140051, catfish/trunk/PKGBUILD)
catfish/repos/community-any/catfish.install
(from rev 140051, catfish/trunk/catfish.install)
Deleted:
catfish/repos/community-any/PKGBUILD
catfish/repos/community-any/catfish.install
-----------------+
PKGBUILD | 96 +++++++++++++++++++++++++++---------------------------
catfish.install | 26 +++++++-------
2 files changed, 61 insertions(+), 61 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-13 17:09:17 UTC (rev 140051)
+++ PKGBUILD 2015-09-13 17:09:26 UTC (rev 140052)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# 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.3.0
-pkgrel=1
-pkgdesc='Versatile file searching tool'
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install="$pkgname.install"
-depends=('gtk3' 'python2-gobject' 'python2-xdg' 'xdg-utils' 'python2-pexpect')
-makedepends=('intltool')
-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=('b8434ba8a4ee7234cbd7cefe8d0bf0e51b2f70c7a38fdb01860de36d430c8155')
-
-prepare() {
- cd "$pkgname-$pkgver"
-
- sed -i '1s|python|python2|' {bin,catfish,catfish_lib}/*.py build.py
- sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
-}
-
-build() {
- cd "$pkgname-$pkgver"
-
- ./configure --prefix=/usr --python=python2
- make
-}
-
-package () {
- make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
- install -d "$pkgdir"/usr/share/pixmaps
- ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
- "$pkgdir/usr/share/pixmaps/$pkgname.svg"
-}
-
-# getver: -u 5 launchpad.net/catfish-search
-# vim:set ts=2 sw=2 et:
Copied: catfish/repos/community-any/PKGBUILD (from rev 140051, catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-09-13 17:09:26 UTC (rev 140052)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# 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.3.1
+pkgrel=1
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://launchpad.net/catfish-search'
+license=('GPL')
+install="$pkgname.install"
+depends=('gtk3' 'python2-gobject' 'python2-xdg' 'xdg-utils' 'python2-pexpect')
+makedepends=('intltool')
+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=('58d93cf56551d4cdb4fa3cbedcee32fa80d507d0d72638ecb947b176f0d81406')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+
+ sed -i '1s|python|python2|' {bin,catfish,catfish_lib}/*.py build.py
+ sed -i 's|ln -sf $(PREFIX)/share|ln -sf ..|' Makefile.in.in
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure --prefix=/usr --python=python2
+ make
+}
+
+package () {
+ make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+ install -d "$pkgdir"/usr/share/pixmaps
+ ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
+ "$pkgdir/usr/share/pixmaps/$pkgname.svg"
+}
+
+# getver: -u 5 launchpad.net/catfish-search
+# vim:set ts=2 sw=2 et:
Deleted: catfish.install
===================================================================
--- catfish.install 2015-09-13 17:09:17 UTC (rev 140051)
+++ catfish.install 2015-09-13 17:09:26 UTC (rev 140052)
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: catfish/repos/community-any/catfish.install (from rev 140051, catfish/trunk/catfish.install)
===================================================================
--- catfish.install (rev 0)
+++ catfish.install 2015-09-13 17:09:26 UTC (rev 140052)
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list