Date: Wednesday, August 13, 2014 @ 06:58:53 Author: fyan Revision: 117338
upgpkg: ibus-skk 1.4.1.20140813-1 use latest upstream branch to switch to libgee-0.8 Modified: ibus-skk/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-13 04:52:06 UTC (rev 117337) +++ PKGBUILD 2014-08-13 04:58:53 UTC (rev 117338) @@ -3,27 +3,27 @@ # Contributor: eagletmt <[email protected]> pkgname=ibus-skk -pkgver=1.4.1 -pkgrel=2 +pkgver=1.4.1.20140813 +pkgrel=1 pkgdesc='Japanese input method SKK engine for IBus' arch=('i686' 'x86_64') url='https://github.com/ueno/ibus-skk' license=('GPL') depends=('ibus' 'libskk') -makedepends=('intltool') -source=("https://github.com/downloads/ueno/$pkgname/$pkgname-$pkgver.tar.gz") +makedepends=('intltool' 'git' 'gnome-common' 'vala') +source=("git+https://github.com/ueno/ibus-skk.git#commit=f88d72bbc1a45747e10086983204120dc08fecbf") +md5sums=('SKIP') build() { - cd $pkgname-$pkgver + cd $pkgname - ./configure --prefix=/usr --libexecdir=/usr/lib/ibus + ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/ibus make } package() { - cd $pkgname-$pkgver + cd $pkgname make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: -md5sums=('8c2d5c9cf7b007cdd7fe64433f5ae4f0')
