mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gtk+: set python_version to 3
since 2.24.33 gtk-builder-convert is compatible with Python 3
56c6970b02
This commit is contained in:
parent
cf1e86440e
commit
1c83c72da1
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gtk+'
|
# Template file for 'gtk+'
|
||||||
pkgname=gtk+
|
pkgname=gtk+
|
||||||
version=2.24.33
|
version=2.24.33
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--enable-man $(vopt_enable cups) --with-xinput $(vopt_enable gir introspection)"
|
configure_args="--enable-man $(vopt_enable cups) --with-xinput $(vopt_enable gir introspection)"
|
||||||
|
@ -19,8 +19,8 @@ homepage="https://gtk.org"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-2-24/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-2-24/NEWS"
|
||||||
distfiles="${GNOME_SITE}/gtk+/2.24/gtk+-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gtk+/2.24/gtk+-${version}.tar.xz"
|
||||||
checksum=ac2ac757f5942d318a311a54b0c80b5ef295f299c2a73c632f6bfb1ff49cc6da
|
checksum=ac2ac757f5942d318a311a54b0c80b5ef295f299c2a73c632f6bfb1ff49cc6da
|
||||||
# gtk-builder-convert:794
|
# gtk-builder-convert
|
||||||
python_version=2
|
python_version=3
|
||||||
|
|
||||||
CFLAGS="-UGDK_PIXBUF_DISABLE_DEPRECATED"
|
CFLAGS="-UGDK_PIXBUF_DISABLE_DEPRECATED"
|
||||||
# Package build options
|
# Package build options
|
||||||
|
|
Loading…
Add table
Reference in a new issue