mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
ibus: update to 1.5.6.
This commit is contained in:
parent
337b835d94
commit
ad66812617
1 changed files with 8 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ibus'
|
# Template file for 'ibus'
|
||||||
pkgname=ibus
|
pkgname=ibus
|
||||||
version=1.5.5
|
version=1.5.6
|
||||||
revision=2
|
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
|
||||||
--disable-schemas-compile --enable-memconf
|
--disable-schemas-compile --enable-memconf
|
||||||
|
@ -15,8 +15,8 @@ short_desc="Intelligent Input Bus"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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="https://github.com/ibus/ibus/releases/download/${version}/ibus-${version}.tar.gz"
|
||||||
checksum=02ab36af6048399fedbe8d85074b161219b89df5020932df33cf8829764f8aec
|
checksum=f689fa796ad6a9b841d254a91ce2736381672d110a1fe23ebbeff200911b1b5c
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -38,6 +38,10 @@ pre_configure() {
|
||||||
libtoolize -f
|
libtoolize -f
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre_install() {
|
||||||
|
vmkdir etc/dconf/db
|
||||||
|
}
|
||||||
|
|
||||||
ibus-devel_package() {
|
ibus-devel_package() {
|
||||||
depends="libglib-devel ibus-${version}_${revision}"
|
depends="libglib-devel ibus-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue