libkeybinder2: Remove blank lines, uncomment the check for gir when packaging

the -devel subpackage, and remove commented out vmove for
usr/share/gtk-doc.
This commit is contained in:
ShadowKyogre 2014-11-06 08:55:07 -08:00
parent e206a52fd4
commit 6629e99b8b
1 changed files with 3 additions and 5 deletions

View File

@ -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
}
}