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