diff --git a/srcpkgs/libkeybinder3/template b/srcpkgs/libkeybinder3/template index f2075c1eef..efd61c4c7e 100644 --- a/srcpkgs/libkeybinder3/template +++ b/srcpkgs/libkeybinder3/template @@ -1,7 +1,7 @@ # Template file for 'libkeybinder3' pkgname=libkeybinder3 version=0.3.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="$(vopt_enable gir introspection)" hostmakedepends="gnome-common gtk-doc libtool pkg-config $(vopt_if gir gobject-introspection)" @@ -23,6 +23,10 @@ pre_configure() { NOCONFIGURE=1 ./autogen.sh } +post_install() { + vlicense COPYING +} + libkeybinder3-devel_package() { short_desc+=" - developement files" depends="${sourcepkg}>=${version}_${revision}"