diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-20 10:57:49 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-20 10:57:49 +0200 |
commit | 742bd5a396f7a4c474e8ffec0686fc7312603cb8 (patch) | |
tree | 4279eed1d5d5c40895c7dcf0025ee62ea81144c1 /extra/scim-tables | |
parent | a51b3c4acfc8b2f659ad0dc6ac655b1381bef757 (diff) | |
parent | 1f9776d421ac40faa59f797893033e99e4f919eb (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gsynaptics/PKGBUILD
community/xmms2/PKGBUILD
extra/gpsd/PKGBUILD
Diffstat (limited to 'extra/scim-tables')
-rw-r--r-- | extra/scim-tables/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/scim-tables/PKGBUILD b/extra/scim-tables/PKGBUILD index 91591a9c5..8af63073b 100644 --- a/extra/scim-tables/PKGBUILD +++ b/extra/scim-tables/PKGBUILD @@ -1,23 +1,25 @@ -# $Id: PKGBUILD 165324 2012-08-15 15:29:35Z bisson $ +# $Id: PKGBUILD 183256 2013-04-19 15:20:34Z bisson $ # Contributor: damir <damir@archlinux.org> # Contributor: Gan Lu <rhythm.gan@gmail.com> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=scim-tables -pkgver=0.5.11 +pkgver=0.5.12 pkgrel=1 pkgdesc='Generic table input method module for SCIM' url='http://www.scim-im.org/' arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('scim') -options=('!libtool') +makedepends=('intltool') source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz") -sha1sums=('25dd1fcc809f57671e7df369f4011c14ba225b6b') +sha1sums=('c83515c1c3ce0c40fb7cf30f576d8837a06a626f') + +options=('!libtool') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --enable-static=no + ./configure --prefix=/usr --disable-static make } |