summaryrefslogtreecommitdiff
path: root/extra/scim-uim
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-16 01:26:25 -0700
committerroot <root@rshg054.dnsready.net>2013-06-16 01:26:25 -0700
commit44c10f274ec720a1512b15457b9eeffea28c6041 (patch)
tree48d27d6116dfd4fdce957af918c3d62385fd9226 /extra/scim-uim
parent0a069ede63336b105cda051cebe136f2592847d2 (diff)
Sun Jun 16 01:25:28 PDT 2013
Diffstat (limited to 'extra/scim-uim')
-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
}