libdazzle: update to 3.32.0.
This commit is contained in:
parent
d120149b96
commit
8ea00d8c6d
@ -1,14 +0,0 @@
|
|||||||
diff --git a/src/meson.build b/src/meson.build
|
|
||||||
index 6ff8a6a..f0b2887 100644
|
|
||||||
--- src/meson.build
|
|
||||||
+++ src/meson.build
|
|
||||||
@@ -132,7 +132,7 @@ if get_option('with_introspection')
|
|
||||||
install_dir_gir: girdir,
|
|
||||||
install_dir_typelib: typelibdir,
|
|
||||||
export_packages: libdazzle_package,
|
|
||||||
- extra_args: [ '--c-include=dazzle.h', '--quiet' ],
|
|
||||||
+ extra_args: [ '--c-include=dazzle.h', '--quiet', '-DDAZZLE_COMPILATION', ],
|
|
||||||
)
|
|
||||||
|
|
||||||
if get_option('with_vapi')
|
|
||||||
|
|
@ -1,34 +1,29 @@
|
|||||||
# Template file for 'libdazzle'
|
# Template file for 'libdazzle'
|
||||||
pkgname=libdazzle
|
pkgname=libdazzle
|
||||||
version=3.30.2
|
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_vapi=$(vopt_if vala true false)
|
configure_args="-Denable_gtk_doc=false -Dwith_vapi=$(vopt_if vala true false)
|
||||||
-Dwith_introspection=$(vopt_if gir true false)"
|
-Dwith_introspection=$(vopt_if gir true false)"
|
||||||
hostmakedepends="glib-devel pkg-config
|
hostmakedepends="glib-devel pkg-config $(vopt_if vala 'vala')"
|
||||||
$(vopt_if vala 'vala')"
|
|
||||||
makedepends="gtk+3-devel libglib-devel"
|
makedepends="gtk+3-devel libglib-devel"
|
||||||
short_desc="Library to delight your users with fancy features"
|
short_desc="Library to delight your users with fancy features"
|
||||||
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://wiki.gnome.org/Apps/Builder"
|
homepage="https://gitlab.gnome.org/GNOME/libdazzle"
|
||||||
changelog="https://raw.githubusercontent.com/GNOME/libdazzle/libdazzle-3-30/NEWS"
|
changelog="https://raw.githubusercontent.com/GNOME/libdazzle/libdazzle-3-32/NEWS"
|
||||||
distfiles="${GNOME_SITE}/libdazzle/${version%.*}/libdazzle-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libdazzle/${version%.*}/libdazzle-${version}.tar.xz"
|
||||||
checksum=78770eae9fa15ac5acb9c733d29459330b2540affbf72933119e36dbd90b36d5
|
checksum=949ed80bcef8a7816a8f281e0c4389e654a1dfa1912226fe4a0d290e023b28d6
|
||||||
|
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*) build_options_default+=" gir vala" ;;
|
x86_64*) build_options_default+=" gir vala" ;;
|
||||||
*-musl) ;;
|
*-musl) ;;
|
||||||
*) build_options_default+=" gir" ;;
|
*) build_options_default+=" gir vala" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
do_check() {
|
|
||||||
# Needs X
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
libdazzle-devel_package() {
|
libdazzle-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision} gtk+3-devel"
|
depends="${sourcepkg}-${version}_${revision} gtk+3-devel"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user