New package: libkeybinder3-0.3.0

This commit is contained in:
Steve Prybylski 2015-08-03 20:42:27 -04:00
parent 4b6ff21421
commit 4872596ee5
3 changed files with 39 additions and 0 deletions

View File

@ -2106,3 +2106,4 @@ libplatform.so.1.0 platform-1.0.10_1
libfacter.so.3.0.2 facter-3.0.2_1
libOIS-1.3.0.so ois-1.3_1
libSILLY.so.1 silly-0.1.0_1
libkeybinder-3.0.so.0 libkeybinder3-0.3.0_1

1
srcpkgs/libkeybinder3-devel Symbolic link
View File

@ -0,0 +1 @@
libkeybinder3

View File

@ -0,0 +1,37 @@
# Template file for 'libkeybinder3'
pkgname=libkeybinder3
version=0.3.0
revision=1
build_style=gnu-configure
configure_args="$(vopt_enable gir introspection)"
hostmakedepends="gnome-common gtk-doc libtool pkg-config $(vopt_if gir gobject-introspection)"
makedepends="gtk+3-devel"
short_desc="Library for registering global keyboard shortcuts (GTK+3)"
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}"
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default+="gir"
fi
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
libkeybinder3-devel_package() {
short_desc+=" - developement files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove usr/lib/pkgconfig
if [ "$build_option_gir" ]; then
vmove usr/share/gir-1.0
fi
}
}