libgnomekbd: add missing SONAMEs, increase api_depends.
This commit is contained in:
parent
434d6a0fd1
commit
8f59562e2f
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=2.91.90"
|
||||
api_depends="${abi_depends}"
|
||||
api_depends=">=3.4.0"
|
||||
|
|
|
@ -14,3 +14,5 @@ libc.so.6
|
|||
libgtk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libm.so.6
|
||||
libgmodule-2.0.so.0
|
||||
librt.so.1
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'libgnomekbd'
|
||||
pkgname=libgnomekbd
|
||||
version=3.4.0.2
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
|
Loading…
Reference in New Issue