summaryrefslogtreecommitdiff
path: root/community/xiphos
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-08 23:14:54 +0000
committerroot <root@rshg054.dnsready.net>2011-12-08 23:14:54 +0000
commit707457876743e969be9eb163c36928978df245cd (patch)
tree24ed2c08e3ace85c9cee2302e97438421ca3f03d /community/xiphos
parent6f9a9504db6338f0c35c4ca70bad42965b74791a (diff)
Thu Dec 8 23:14:54 UTC 2011
Diffstat (limited to 'community/xiphos')
-rwxr-xr-xcommunity/xiphos/PKGBUILD31
-rw-r--r--community/xiphos/xiphos.install4
2 files changed, 20 insertions, 15 deletions
diff --git a/community/xiphos/PKGBUILD b/community/xiphos/PKGBUILD
index 0473d014b..1e6e80c69 100755
--- a/community/xiphos/PKGBUILD
+++ b/community/xiphos/PKGBUILD
@@ -1,31 +1,36 @@
-# $Id: PKGBUILD 49759 2011-06-20 22:11:59Z andrea $
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# $Id: PKGBUILD 60197 2011-12-07 12:42:03Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: Andrea Scarpino
+# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: TripleE <eric1548@yahoo.com>
-
pkgname=xiphos
pkgver=3.1.4
-pkgrel=8
-pkgdesc="A Bible study tool for gtk"
-arch=('i686' 'x86_64')
-url="http://xiphos.org"
+pkgrel=9
+pkgdesc="Bible study tool for GTK+"
+arch=('x86_64' 'i686')
+url="http://xiphos.org/"
license=('GPL')
-depends=('libgsf' 'libglade' 'gtkhtml' 'sword' 'hicolor-icon-theme')
+depends=('libgsf' 'libglade' 'gtkhtml' 'sword')
makedepends=('gnome-doc-utils' 'intltool' 'python2')
conflicts=('gnomesword')
provides=('gnomesword')
replaces=('gnomesword')
-install=$pkgname.install
+install=xiphos.install
source=("http://downloads.sourceforge.net/gnomesword/$pkgname-$pkgver.tar.gz")
md5sums=('4d6f7805c4c8185f5c4ac3bd95fc705a')
build() {
- cd $srcdir/$pkgname-$pkgver
- sed -i '1s/python/python2/' waf
+ cd "$srcdir/$pkgname-$pkgver"
+
+ sed -i '0,/on/s//on2/' waf
./waf configure --prefix=/usr --enable-gtkhtml
./waf build --prefix=/usr
}
package() {
- cd $srcdir/$pkgname-$pkgver
- GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 ./waf install --destdir=$pkgdir
+ cd "$srcdir/$pkgname-$pkgver"
+
+ GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 ./waf install --destdir="$pkgdir"
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/xiphos/xiphos.install b/community/xiphos/xiphos.install
index ada2ca2f2..048e77780 100644
--- a/community/xiphos/xiphos.install
+++ b/community/xiphos/xiphos.install
@@ -1,5 +1,3 @@
-pkgname=xiphos
-
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
@@ -11,3 +9,5 @@ post_upgrade() {
post_remove() {
post_install
}
+
+# vim:set ts=2 sw=2 et: