diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-28 12:05:35 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-28 12:05:35 +0100 |
commit | 7cd4823a20b85a5e516ae51fc04a4d1b72b5d0b9 (patch) | |
tree | 31c86c3a5284a8b8a7f1720d27ce9e5dbf09fee4 /community/xiphos | |
parent | d17a0ec458b03b0ed38eff13d399567f36156a73 (diff) | |
parent | 1f567a9d58d16b76320168f0624aa55bd6320284 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/cairo-clock/PKGBUILD
community/flashrom/PKGBUILD
community/kmess/PKGBUILD
core/tzdata/PKGBUILD
extra/gc/PKGBUILD
extra/libsigc++/PKGBUILD
extra/libxcomposite/PKGBUILD
extra/libxdmcp/PKGBUILD
extra/libxevie/PKGBUILD
extra/libxext/PKGBUILD
extra/libxinerama/PKGBUILD
extra/libxkbfile/PKGBUILD
extra/libxpm/PKGBUILD
extra/libxres/PKGBUILD
extra/libxss/PKGBUILD
extra/libxt/PKGBUILD
extra/libxtst/PKGBUILD
extra/libxv/PKGBUILD
extra/libxvmc/PKGBUILD
extra/llvm/PKGBUILD
extra/pdns-recursor/PKGBUILD
extra/pdns/PKGBUILD
extra/procmail/PKGBUILD
extra/ptlib/PKGBUILD
extra/pycrypto/PKGBUILD
extra/pyorbit/PKGBUILD
extra/vlc/PKGBUILD
extra/xfce4-battery-plugin/PKGBUILD
Diffstat (limited to 'community/xiphos')
-rwxr-xr-x | community/xiphos/PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/community/xiphos/PKGBUILD b/community/xiphos/PKGBUILD index 02df2e76d..66db90eaf 100755 --- a/community/xiphos/PKGBUILD +++ b/community/xiphos/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 65313 2012-02-20 22:49:22Z arodseth $ +# $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> @@ -6,7 +6,7 @@ pkgname=xiphos pkgver=3.1.5 -pkgrel=1 +pkgrel=2 pkgdesc="Bible study tool for GTK+" arch=('x86_64' 'i686' 'mips64el') url="http://xiphos.org/" @@ -17,16 +17,13 @@ conflicts=('gnomesword') provides=('gnomesword') replaces=('gnomesword') install=xiphos.install -source=("http://downloads.sourceforge.net/gnomesword/$pkgname-$pkgver.tar.gz" - "$pkgname.patch") -sha256sums=('568474d9060979ad1140dbf0eae13e46890a268bfa06d600ded5917ba6674bc2' - 'd9cdbb2de7108e2d4e49960c0c54470bc34176cb5035e14af53400c6a823ef60') +source=("http://downloads.sourceforge.net/gnomesword/$pkgname-$pkgver.tar.gz") +sha256sums=('2887426908e269f25d2d191be445112027b2b7e80356823d4942b1803a359d8c') build() { cd "$srcdir/$pkgname-$pkgver" sed -i '0,/on/s//on2/' waf - patch -p0 -i "$srcdir/$pkgname.patch" CXXFLAGS+=" -DNO_SWORD_SET_RENDER_NOTE_NUMBERS=1" ./waf configure --prefix=/usr --enable-gtkhtml ./waf build --prefix=/usr } |