[arch-commits] Commit in catfish/repos/community-any (4 files)
Alexander Rødseth
arodseth at archlinux.org
Thu Sep 25 19:33:28 UTC 2014
Date: Thursday, September 25, 2014 @ 21:33:28
Author: arodseth
Revision: 119578
archrelease: copy trunk to community-any
Added:
catfish/repos/community-any/PKGBUILD
(from rev 119577, catfish/trunk/PKGBUILD)
catfish/repos/community-any/catfish.install
(from rev 119577, catfish/trunk/catfish.install)
Deleted:
catfish/repos/community-any/PKGBUILD
catfish/repos/community-any/catfish.install
-----------------+
PKGBUILD | 92 +++++++++++++++++++++++++++---------------------------
catfish.install | 22 ++++++------
2 files changed, 57 insertions(+), 57 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-09-25 19:33:17 UTC (rev 119577)
+++ PKGBUILD 2014-09-25 19:33:28 UTC (rev 119578)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=catfish
-pkgver=1.2.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=('07e30223d5fed47e78768fad7860e2b56ec35661ec98dfa8323c5f83753cca16')
-
-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"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: catfish/repos/community-any/PKGBUILD (from rev 119577, catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-09-25 19:33:28 UTC (rev 119578)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=catfish
+pkgver=1.2.2
+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=('0e92844e761207b3d3086c45b26fccf83f0ebced741e1af33d8590779f25eedf')
+
+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"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: catfish.install
===================================================================
--- catfish.install 2014-09-25 19:33:17 UTC (rev 119577)
+++ catfish.install 2014-09-25 19:33:28 UTC (rev 119578)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: catfish/repos/community-any/catfish.install (from rev 119577, catfish/trunk/catfish.install)
===================================================================
--- catfish.install (rev 0)
+++ catfish.install 2014-09-25 19:33:28 UTC (rev 119578)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list