ibus: update to 1.5.2.
This commit is contained in:
parent
6e7d7360a9
commit
d35d81ce75
1 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ibus'
|
||||
pkgname=ibus
|
||||
version=1.5.0
|
||||
revision=2
|
||||
version=1.5.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ui --enable-gtk3 --disable-python
|
||||
--disable-schemas-compile --enable-memconf
|
||||
|
@ -14,13 +14,13 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://ibus.googlecode.com"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://ibus.googlecode.com/files/ibus-${version}.tar.gz"
|
||||
checksum=b7b06a507b14ad478afcea27d96ad4295ac547473211edb6f020e358b5aadcbe
|
||||
checksum=394f5653e336c6bc02cb055b8eac9f0c9b2a337d582b278e3e825e8cf3f0230d
|
||||
long_desc="
|
||||
IBus means Intelligent Input Bus. It is an open source input framework
|
||||
for Linux/Unix OS."
|
||||
|
||||
ibus-devel_package() {
|
||||
depends="glib-devel ibus-${version}_${revision}"
|
||||
depends="libglib-devel ibus-${version}_${revision}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
@ -35,7 +35,6 @@ ibus_package() {
|
|||
triggers="gtk-immodules gtk3-immodules"
|
||||
depends="hicolor-icon-theme iso-codes dbus-x11 pyxdg"
|
||||
pkg_install() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue