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,7 +1,7 @@
|
|||||||
# Template file for 'glib'
|
# Template file for 'glib'
|
||||||
pkgname=glib
|
pkgname=glib
|
||||||
version=2.58.0
|
version=2.58.0
|
||||||
revision=4
|
revision=5
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dfam=false -Dman=true -Dselinux=false"
|
configure_args="-Dfam=false -Dman=true -Dselinux=false"
|
||||||
hostmakedepends="pkg-config python3 libxslt docbook-xsl"
|
hostmakedepends="pkg-config python3 libxslt docbook-xsl"
|
||||||
@ -34,10 +34,10 @@ libglib-devel_package() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
glib-devel_package() {
|
glib-devel_package() {
|
||||||
depends="python3 perl libglib-devel>=${version}_${revision}"
|
depends="python3 libglib-devel>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pycompile_dirs="/usr/share/glib-2.0"
|
pycompile_version="$py3_ver"
|
||||||
python_version=3
|
pycompile_dirs="usr/share/glib-2.0/codegen usr/share/glib-2.0/gdb"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/glib-compile-resources
|
vmove usr/bin/glib-compile-resources
|
||||||
vmove usr/bin/glib-genmarshal
|
vmove usr/bin/glib-genmarshal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user