glib: remove unnecessary python_version
pycompile_dirs needs pycompile_version, not python_version. While I'm here: - update pycompile_dirs - remove perl (glib-* utilities have been rewritten in python)
This commit is contained in:
parent
8a2b6316e7
commit
9772394912
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'glib'
|
||||
pkgname=glib
|
||||
version=2.58.0
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=meson
|
||||
configure_args="-Dfam=false -Dman=true -Dselinux=false"
|
||||
hostmakedepends="pkg-config python3 libxslt docbook-xsl"
|
||||
|
@ -34,10 +34,10 @@ libglib-devel_package() {
|
|||
}
|
||||
}
|
||||
glib-devel_package() {
|
||||
depends="python3 perl libglib-devel>=${version}_${revision}"
|
||||
depends="python3 libglib-devel>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pycompile_dirs="/usr/share/glib-2.0"
|
||||
python_version=3
|
||||
pycompile_version="$py3_ver"
|
||||
pycompile_dirs="usr/share/glib-2.0/codegen usr/share/glib-2.0/gdb"
|
||||
pkg_install() {
|
||||
vmove usr/bin/glib-compile-resources
|
||||
vmove usr/bin/glib-genmarshal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue