mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
libdazzle: update to 3.28.3.
This commit is contained in:
parent
9189e19ddb
commit
dd989c6188
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libdazzle'
|
# Template file for 'libdazzle'
|
||||||
pkgname=libdazzle
|
pkgname=libdazzle
|
||||||
version=3.28.2
|
version=3.28.3
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=meson
|
||||||
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
|
|
||||||
hostmakedepends="glib-devel pkg-config
|
hostmakedepends="glib-devel pkg-config
|
||||||
$(vopt_if gir 'gobject-introspection vala')"
|
$(vopt_if gir 'gobject-introspection vala')"
|
||||||
makedepends="gtk+3-devel"
|
makedepends="gtk+3-devel"
|
||||||
|
@ -12,8 +12,9 @@ short_desc="A library to delight your users with fancy features"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://wiki.gnome.org/Apps/Builder"
|
homepage="https://wiki.gnome.org/Apps/Builder"
|
||||||
|
changelog="https://raw.githubusercontent.com/GNOME/libdazzle/libdazzle-3-28/NEWS"
|
||||||
distfiles="${GNOME_SITE}/libdazzle/${version%.*}/libdazzle-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libdazzle/${version%.*}/libdazzle-${version}.tar.xz"
|
||||||
checksum=56519e13bd14b7f3280cc404d7ada924b5195990a9e4bb4843392c2eb1b7ddcd
|
checksum=879f88b87b0b4048bad8aedc0ca4e60869ed9525d84eda1bcfdba7a457bc0a61
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue