summaryrefslogtreecommitdiff
path: root/community/xiphos
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-05-28 20:14:47 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-05-28 20:14:47 +0000
commitedec45419def1b81bd663a2859684ef55ba56269 (patch)
treecaa3c2d5f4e55b38e7740a39d80a21507679c586 /community/xiphos
parent483f7de4ab6a706517279a24d2efc969f4a1996d (diff)
Mon May 28 20:14:39 UTC 2012
Diffstat (limited to 'community/xiphos')
-rwxr-xr-xcommunity/xiphos/PKGBUILD37
-rw-r--r--community/xiphos/xiphos.install13
2 files changed, 0 insertions, 50 deletions
diff --git a/community/xiphos/PKGBUILD b/community/xiphos/PKGBUILD
deleted file mode 100755
index f40d6ab39..000000000
--- a/community/xiphos/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 66596 2012-02-26 13:44:26Z 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.5
-pkgrel=2
-pkgdesc="Bible study tool for GTK+"
-arch=('x86_64' 'i686')
-url="http://xiphos.org/"
-license=('GPL')
-depends=('libgsf' 'libglade' 'gtkhtml' 'sword')
-makedepends=('gnome-doc-utils' 'intltool' 'python2')
-conflicts=('gnomesword')
-provides=('gnomesword')
-replaces=('gnomesword')
-install=xiphos.install
-source=("http://downloads.sourceforge.net/gnomesword/$pkgname-$pkgver.tar.gz")
-sha256sums=('2887426908e269f25d2d191be445112027b2b7e80356823d4942b1803a359d8c')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- sed -i '0,/on/s//on2/' waf
- CXXFLAGS+=" -DNO_SWORD_SET_RENDER_NOTE_NUMBERS=1" ./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"
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community/xiphos/xiphos.install b/community/xiphos/xiphos.install
deleted file mode 100644
index 048e77780..000000000
--- a/community/xiphos/xiphos.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et: