mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 05:05:13 +02:00
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:
parent
e206a52fd4
commit
6629e99b8b
1 changed files with 3 additions and 5 deletions
|
@ -23,7 +23,6 @@ pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
libkeybinder2-devel_package()
|
libkeybinder2-devel_package()
|
||||||
{
|
{
|
||||||
depends="pygtk-devel ${sourcepkg}-${version}_${revision}"
|
depends="pygtk-devel ${sourcepkg}-${version}_${revision}"
|
||||||
|
@ -33,10 +32,9 @@ libkeybinder2-devel_package()
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
#vmove usr/share/gtk-doc
|
if [ "$build_option_gir" ]; then
|
||||||
#if [ "$build_option_gir" ]; then
|
vmove usr/share/gir-1.0
|
||||||
# vmove usr/share/gir-1.0
|
fi
|
||||||
#fi
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue