diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-13 14:21:34 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-13 14:21:34 -0300 |
commit | 4a47b2a0e019de14d474e353a601ca6bf47e90e5 (patch) | |
tree | 69e20048be17aa12e6342ebcafb0cf9cdbfee32d /community/ibus-table-extraphrase | |
parent | 149750d28420a7b59fab5501ab9aaca095f6fa46 (diff) | |
parent | b5f690637837ff269bf5d248ee2dc37ea5236ca8 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/packagekit/PKGBUILD
community/bird/PKGBUILD
community/camlp5/PKGBUILD
community/exim/PKGBUILD
community/ibus-table-extraphrase/PKGBUILD
community/mingw32-gcc-base/PKGBUILD
community/mingw32-gcc/PKGBUILD
community/torcs/PKGBUILD
core/db/PKGBUILD
core/iproute2/PKGBUILD
core/libsasl/PKGBUILD
core/openldap/PKGBUILD
core/pam/PKGBUILD
core/util-linux/PKGBUILD
extra/cyrus-sasl/PKGBUILD
extra/ffmpeg/PKGBUILD
extra/kdelibs/PKGBUILD
extra/libreoffice/PKGBUILD
extra/php/PKGBUILD
extra/postfix/PKGBUILD
extra/python-lxml/PKGBUILD
extra/rdesktop/PKGBUILD
extra/redland/PKGBUILD
extra/subversion/PKGBUILD
extra/tidyhtml/PKGBUILD
extra/transmission/PKGBUILD
extra/windowmaker/PKGBUILD
kde-unstable/calligra/PKGBUILD
multilib/lib32-libdrm/PKGBUILD
multilib/lib32-libdrm/no-pthread-stubs.patch
multilib/lib32-openssl/PKGBUILD
Diffstat (limited to 'community/ibus-table-extraphrase')
-rw-r--r-- | community/ibus-table-extraphrase/PKGBUILD | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/community/ibus-table-extraphrase/PKGBUILD b/community/ibus-table-extraphrase/PKGBUILD index e37dfa597..9d1cee64f 100644 --- a/community/ibus-table-extraphrase/PKGBUILD +++ b/community/ibus-table-extraphrase/PKGBUILD @@ -1,24 +1,21 @@ +# $Id: PKGBUILD 61932 2012-01-11 04:09:08Z ebelanger $ # Contributor: Lee.MaRS<leemars at gmail.com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=ibus-table-extraphrase -pkgver=1.2.0.20100305 -pkgrel=2 -pkgdesc="The extra phrases of tables engines for IBus." +pkgver=1.3.9.20110826 +pkgrel=1 +pkgdesc="The extra phrases of tables engines for IBus" arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/ibus/" license=('LGPL') -depends=('ibus-table>=1.2.0') -provides=('ibus-table-extraphrase=1.2.0') -conflicts=('ibus-table-extraphrase-git') +depends=('ibus-table') source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('ab3a0bd3b443ad4df9ad5554e155550d') +sha1sums=('b2f69cfedc230988d7b8693dd8fd3c250a376246') build() { cd ${pkgname}-${pkgver} - ./autogen.sh - ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/ibus @@ -29,5 +26,5 @@ build() { package() { cd ${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install } |