diff options
author | root <root@rshg054.dnsready.net> | 2012-09-25 00:23:17 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-25 00:23:17 -0700 |
commit | 9ddf3e5a94b0848cdf9e6ffcc586576bb614bc13 (patch) | |
tree | 6b81ad2acdf24efb0e3a131110ebe97d4b9ed599 /extra/scim-uim/PKGBUILD | |
parent | 8f0a971364bf8fee254a13a94adf2bfa9173e804 (diff) |
Tue Sep 25 00:23:14 PDT 2012
Diffstat (limited to 'extra/scim-uim/PKGBUILD')
-rw-r--r-- | extra/scim-uim/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/scim-uim/PKGBUILD b/extra/scim-uim/PKGBUILD index 8d87455fa..0edb9b433 100644 --- a/extra/scim-uim/PKGBUILD +++ b/extra/scim-uim/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 149050 2012-02-05 15:34:14Z bisson $ +# $Id: PKGBUILD 166977 2012-09-24 04:57:10Z bisson $ # Contributor: damir <damir@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org pkgname=scim-uim pkgver=0.2.0 -pkgrel=5 +pkgrel=6 pkgdesc='UIM bridging input engine for SCIM' url='http://www.scim-im.org/' license=('GPL') @@ -12,7 +12,7 @@ options=('!libtool') depends=('scim' 'uim') arch=('i686' 'x86_64') source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz" - 'scim-uim-0.2.0-fix-gcc43-build.patch' + 'fix-gcc43-build.patch' 'uim-1.5.5-header.patch') sha1sums=('456621d5969b6552c3c33c83cf295aa4134fff0a' 'a9d67946f956d0572c73065e2b4b268bfdf149e3' @@ -20,7 +20,7 @@ sha1sums=('456621d5969b6552c3c33c83cf295aa4134fff0a' build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../scim-uim-0.2.0-fix-gcc43-build.patch + patch -p1 -i ../fix-gcc43-build.patch patch -p1 -i ../uim-1.5.5-header.patch ./configure --prefix=/usr --sysconfdir=/etc --disable-static make |