From 720dd2b33c55613d369ddf213e3677f1eb99e2a6 Mon Sep 17 00:00:00 2001 From: Steve Prybylski Date: Sat, 29 Aug 2015 18:36:41 -0400 Subject: [PATCH] libkeybinder3: install license --- srcpkgs/libkeybinder3/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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}"