libkeybinder3: update to 0.3.1.
This commit is contained in:
parent
fb0bba8d06
commit
1b74b20df5
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'libkeybinder3'
|
# Template file for 'libkeybinder3'
|
||||||
pkgname=libkeybinder3
|
pkgname=libkeybinder3
|
||||||
version=0.3.0
|
version=0.3.1
|
||||||
revision=2
|
revision=1
|
||||||
|
wrksrc="keybinder-keybinder-3.0-v${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable gir introspection)"
|
configure_args="$(vopt_enable gir introspection)"
|
||||||
hostmakedepends="gnome-common gtk-doc libtool pkg-config $(vopt_if gir gobject-introspection)"
|
hostmakedepends="gnome-common gtk-doc libtool pkg-config $(vopt_if gir gobject-introspection)"
|
||||||
|
@ -11,12 +12,11 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/engla/keybinder"
|
homepage="https://github.com/engla/keybinder"
|
||||||
distfiles="${homepage}/archive/keybinder-3.0-v${version}.tar.gz"
|
distfiles="${homepage}/archive/keybinder-3.0-v${version}.tar.gz"
|
||||||
checksum="658d337ca312975dbb0f648c173d1d186b3fc3eb69c3ba4a117434d9932112ee"
|
checksum=0ebd17f026ce4ff6f0fb4248a95c2962d76b60b8cbccf07de28b07d7c5e42204
|
||||||
wrksrc="keybinder-keybinder-3.0-v${version}"
|
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default+="gir"
|
build_options_default="gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
@ -28,8 +28,8 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libkeybinder3-devel_package() {
|
libkeybinder3-devel_package() {
|
||||||
short_desc+=" - developement files"
|
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - developement files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
|
|
Loading…
Reference in New Issue