mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
ibus: update to 1.5.3.
This commit is contained in:
parent
69c73b24f5
commit
56da8804c9
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ibus'
|
# Template file for 'ibus'
|
||||||
pkgname=ibus
|
pkgname=ibus
|
||||||
version=1.5.2
|
version=1.5.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ui --enable-gtk3 --disable-python
|
configure_args="--enable-ui --enable-gtk3 --disable-python
|
||||||
|
@ -14,14 +14,14 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://ibus.googlecode.com"
|
homepage="http://ibus.googlecode.com"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://ibus.googlecode.com/files/ibus-${version}.tar.gz"
|
distfiles="http://ibus.googlecode.com/files/ibus-${version}.tar.gz"
|
||||||
checksum=394f5653e336c6bc02cb055b8eac9f0c9b2a337d582b278e3e825e8cf3f0230d
|
checksum=2afc6371c24873f0e37554ef07effd022042f8eca6cb649d1bb02d8c57528b8c
|
||||||
long_desc="
|
long_desc="
|
||||||
IBus means Intelligent Input Bus. It is an open source input framework
|
IBus means Intelligent Input Bus. It is an open source input framework
|
||||||
for Linux/Unix OS."
|
for Linux/Unix OS."
|
||||||
|
|
||||||
ibus-devel_package() {
|
ibus-devel_package() {
|
||||||
depends="libglib-devel ibus-${version}_${revision}"
|
depends="libglib-devel ibus-${version}_${revision}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue