mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
template-glib: update to 3.30.0.
This commit is contained in:
parent
1069f052d8
commit
33e94e629d
1 changed files with 7 additions and 6 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'template-glib'
|
# Template file for 'template-glib'
|
||||||
pkgname=template-glib
|
pkgname=template-glib
|
||||||
version=3.28.0
|
version=3.30.0
|
||||||
revision=1
|
revision=1
|
||||||
configure_args="-Denable_gtk_doc=false -Dwith_vapi=$(vopt_if gir true false)
|
configure_args="-Denable_gtk_doc=false -Dwith_vapi=$(vopt_if gir true false)
|
||||||
-Dwith_introspection=$(vopt_if gir true false)"
|
-Dwith_introspection=$(vopt_if gir true false)"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config $(vopt_if gir 'gobject-introspection vala') glib-devel flex"
|
hostmakedepends="pkg-config $(vopt_if gir 'gobject-introspection vala') glib-devel flex"
|
||||||
makedepends="glib-devel"
|
makedepends="libglib-devel"
|
||||||
short_desc="supports calling into GObject Introspection from templates."
|
short_desc="Supports calling into GObject Introspection from templates"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/Builder"
|
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=6c74426efd4358fd91a52c32ed030c0cad1633f900fd55ac81a8b3e4026171a1
|
checksum=cf690d391bfc71036e31867df6da90315a3db83f739a8657f580b941b96e3649
|
||||||
|
nocross="hard-requires gobject-introspection"
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue