mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
template-glib: update to 3.32.0.
This commit is contained in:
parent
b78821b1b3
commit
169888e3fb
2 changed files with 4 additions and 21 deletions
|
@ -1,17 +0,0 @@
|
||||||
diff --git a/src/meson.build b/src/meson.build
|
|
||||||
index 08d325b..5adef72 100644
|
|
||||||
--- src/meson.build
|
|
||||||
+++ src/meson.build
|
|
||||||
@@ -174,7 +174,10 @@ if get_option('with_introspection')
|
|
||||||
install: true,
|
|
||||||
install_dir_gir: girdir,
|
|
||||||
install_dir_typelib: typelibdir,
|
|
||||||
- extra_args: [ '--c-include=tmpl-glib.h' ],
|
|
||||||
+ extra_args: [
|
|
||||||
+ '--c-include=tmpl-glib.h',
|
|
||||||
+ '-DTMPL_GLIB_COMPILATION',
|
|
||||||
+ ],
|
|
||||||
)
|
|
||||||
|
|
||||||
if get_option('with_vapi')
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'template-glib'
|
# Template file for 'template-glib'
|
||||||
pkgname=template-glib
|
pkgname=template-glib
|
||||||
version=3.30.0
|
version=3.32.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Denable_gtk_doc=false -Dwith_introspection=true
|
configure_args="-Denable_gtk_doc=false -Dwith_introspection=true
|
||||||
|
@ -9,11 +9,11 @@ configure_args="-Denable_gtk_doc=false -Dwith_introspection=true
|
||||||
hostmakedepends="pkg-config vala glib-devel flex"
|
hostmakedepends="pkg-config vala glib-devel flex"
|
||||||
makedepends="libglib-devel"
|
makedepends="libglib-devel"
|
||||||
short_desc="Supports calling into GObject Introspection from templates"
|
short_desc="Supports calling into GObject Introspection from templates"
|
||||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
maintainer="Rasmus Thomsen <oss@cogitri.dev>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://gitlab.gnome.org/GNOME/template-glib"
|
homepage="https://gitlab.gnome.org/GNOME/template-glib"
|
||||||
distfiles="${GNOME_SITE}/template-glib/${version%.*}/template-glib-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/template-glib/${version%.*}/template-glib-${version}.tar.xz"
|
||||||
checksum=cf690d391bfc71036e31867df6da90315a3db83f739a8657f580b941b96e3649
|
checksum=39a334f5db404fa8b225224766684f2f63f5ec4cf4e971cfc513f1db35e81fbc
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686-musl|x86_64-musl) ;;
|
i686-musl|x86_64-musl) ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue