summaryrefslogtreecommitdiff
path: root/extra/scim-uim/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/scim-uim/PKGBUILD')
-rw-r--r--extra/scim-uim/PKGBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/extra/scim-uim/PKGBUILD b/extra/scim-uim/PKGBUILD
index 0edb9b433..8a3b46ed9 100644
--- a/extra/scim-uim/PKGBUILD
+++ b/extra/scim-uim/PKGBUILD
@@ -1,14 +1,13 @@
-# $Id: PKGBUILD 166977 2012-09-24 04:57:10Z bisson $
-# Contributor: damir <damir@archlinux.org>
+# $Id: PKGBUILD 188495 2013-06-15 00:05:59Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org
+# Contributor: damir <damir@archlinux.org>
pkgname=scim-uim
pkgver=0.2.0
-pkgrel=6
+pkgrel=7
pkgdesc='UIM bridging input engine for SCIM'
url='http://www.scim-im.org/'
license=('GPL')
-options=('!libtool')
depends=('scim' 'uim')
arch=('i686' 'x86_64')
source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz"
@@ -18,10 +17,16 @@ sha1sums=('456621d5969b6552c3c33c83cf295aa4134fff0a'
'a9d67946f956d0572c73065e2b4b268bfdf149e3'
'3b083260910f7855b5446960ab1203c052f4b56c')
-build() {
+options=('!libtool')
+
+prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../fix-gcc43-build.patch
patch -p1 -i ../uim-1.5.5-header.patch
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --disable-static
make
}