libgnomekbd: disable static libs.
This commit is contained in:
parent
34bb0dcc76
commit
861e011d53
2 changed files with 4 additions and 2 deletions
|
@ -5,8 +5,9 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run intltool
|
|
||||||
Add_dependency run libxml2-devel
|
Add_dependency run libxml2-devel
|
||||||
Add_dependency run gtk+3-devel
|
Add_dependency run gtk+3-devel
|
||||||
Add_dependency run libxklavier-devel
|
Add_dependency run libxklavier-devel
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'libgnomekbd'
|
# Template file for 'libgnomekbd'
|
||||||
pkgname=libgnomekbd
|
pkgname=libgnomekbd
|
||||||
version=3.2.0
|
version=3.2.0
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--localstatedir=/var"
|
configure_args="--localstatedir=/var --disable-static"
|
||||||
short_desc="Gnome keyboard configuration library"
|
short_desc="Gnome keyboard configuration library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=810ff305bbf076f6689911cf7b040d2113f501311a866abc37aa6bf5b28e1a2b
|
checksum=810ff305bbf076f6689911cf7b040d2113f501311a866abc37aa6bf5b28e1a2b
|
||||||
|
|
Loading…
Reference in a new issue