From 6629e99b8ba17115d7e2f5d02854fbe0580ce808 Mon Sep 17 00:00:00 2001 From: ShadowKyogre Date: Thu, 6 Nov 2014 08:55:07 -0800 Subject: [PATCH] libkeybinder2: Remove blank lines, uncomment the check for gir when packaging the -devel subpackage, and remove commented out vmove for usr/share/gtk-doc. --- srcpkgs/libkeybinder2/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libkeybinder2/template b/srcpkgs/libkeybinder2/template index ed8ff502946..3a6f86307a3 100644 --- a/srcpkgs/libkeybinder2/template +++ b/srcpkgs/libkeybinder2/template @@ -23,7 +23,6 @@ pre_configure() { ./autogen.sh } - libkeybinder2-devel_package() { depends="pygtk-devel ${sourcepkg}-${version}_${revision}" @@ -33,10 +32,9 @@ libkeybinder2-devel_package() vmove usr/include vmove "usr/lib/*.so" vmove usr/lib/pkgconfig - #vmove usr/share/gtk-doc - #if [ "$build_option_gir" ]; then - # vmove usr/share/gir-1.0 - #fi + if [ "$build_option_gir" ]; then + vmove usr/share/gir-1.0 + fi } }