[arch-commits] Commit in ibus/trunk (PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Tue Jan 14 06:07:20 UTC 2014
Date: Tuesday, January 14, 2014 @ 07:07:19
Author: fyan
Revision: 203678
upgpkg: ibus 1.5.5-1
- upstream new release
Modified:
ibus/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-01-14 01:47:18 UTC (rev 203677)
+++ PKGBUILD 2014-01-14 06:07:19 UTC (rev 203678)
@@ -3,17 +3,16 @@
pkgbase=ibus
pkgname=(ibus libibus)
-pkgver=1.5.4
-pkgrel=4
+pkgver=1.5.5
+pkgrel=1
pkgdesc="Next Generation Input Bus for Linux"
arch=('i686' 'x86_64')
url="http://ibus.googlecode.com"
license=('LGPL')
-depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'pygtk' 'python2-dbus')
-makedepends=('gobject-introspection' 'vala' 'gconf' 'iso-codes' 'intltool' 'python2-gobject')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'pygtk' 'python2-dbus' 'python2-gobject' 'iso-codes')
+makedepends=('gobject-introspection' 'vala' 'gconf' 'intltool')
options=('!emptydirs')
source=(http://ibus.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
build() {
cd ${pkgbase}-${pkgver}
@@ -31,7 +30,7 @@
}
package_ibus() {
- depends+=("libibus=$pkgver" 'python2-gobject' 'iso-codes')
+ depends+=("libibus=$pkgver")
install=ibus.install
cd ${pkgbase}-${pkgver}
@@ -50,3 +49,5 @@
make -C bindings DESTDIR="${pkgdir}" install
make DESTDIR="${pkgdir}" install-pkgconfigDATA
}
+
+sha512sums=('8249d6ee4918b0e0fe030af736eed2260e1376b2fdaf0d819f289e0bd880a5e3874f1fb3d097fc74b9f359822ce16f4dae52a263aa28c2e2ce7bdf671cb2fea9')
More information about the arch-commits
mailing list