libdazzle: update to 3.32.0.

This commit is contained in:
Rasmus Thomsen 2019-03-13 17:29:01 +01:00 committed by maxice8
parent d120149b96
commit 8ea00d8c6d
2 changed files with 8 additions and 27 deletions

View file

@ -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')

View file

@ -1,34 +1,29 @@
# Template file for 'libdazzle'
pkgname=libdazzle
version=3.30.2
revision=2
version=3.32.0
revision=1
build_style=meson
build_helper="gir"
configure_args="-Denable_gtk_doc=false -Dwith_vapi=$(vopt_if vala true false)
-Dwith_introspection=$(vopt_if gir true false)"
hostmakedepends="glib-devel pkg-config
$(vopt_if vala 'vala')"
hostmakedepends="glib-devel pkg-config $(vopt_if vala 'vala')"
makedepends="gtk+3-devel libglib-devel"
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"
homepage="https://wiki.gnome.org/Apps/Builder"
changelog="https://raw.githubusercontent.com/GNOME/libdazzle/libdazzle-3-30/NEWS"
homepage="https://gitlab.gnome.org/GNOME/libdazzle"
changelog="https://raw.githubusercontent.com/GNOME/libdazzle/libdazzle-3-32/NEWS"
distfiles="${GNOME_SITE}/libdazzle/${version%.*}/libdazzle-${version}.tar.xz"
checksum=78770eae9fa15ac5acb9c733d29459330b2540affbf72933119e36dbd90b36d5
checksum=949ed80bcef8a7816a8f281e0c4389e654a1dfa1912226fe4a0d290e023b28d6
build_options="gir vala"
case "$XBPS_TARGET_MACHINE" in
x86_64*) build_options_default+=" gir vala" ;;
*-musl) ;;
*) build_options_default+=" gir" ;;
*) build_options_default+=" gir vala" ;;
esac
do_check() {
# Needs X
:
}
libdazzle-devel_package() {
depends="${sourcepkg}-${version}_${revision} gtk+3-devel"