mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +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
|
||||
}
|
||||
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue