mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
libshumate: update to 1.1.3
This commit is contained in:
parent
7ae59db32b
commit
f982b76363
1 changed files with 5 additions and 5 deletions
|
@ -1,22 +1,22 @@
|
||||||
# Template file for 'libshumate'
|
# Template file for 'libshumate'
|
||||||
pkgname=libshumate
|
pkgname=libshumate
|
||||||
version=1.0.3
|
version=1.1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="$(vopt_bool gir vapi) $(vopt_bool gir gir) $(vopt_bool gir gtk_doc)"
|
configure_args="$(vopt_bool gir vapi) $(vopt_bool gir gir) $(vopt_bool gir gtk_doc)"
|
||||||
hostmakedepends="pkg-config $(vopt_if gir 'gi-docgen vala') glib-devel gettext"
|
hostmakedepends="pkg-config $(vopt_if gir 'gi-docgen vala') glib-devel gettext"
|
||||||
makedepends="libglib-devel sqlite-devel cairo-devel gtk4-devel libsoup3-devel"
|
makedepends="libglib-devel sqlite-devel cairo-devel gtk4-devel libsoup3-devel"
|
||||||
checkdepends="xvfb-run"
|
checkdepends="dbus xvfb-run"
|
||||||
short_desc="C library providing a GtkWidget to display maps"
|
short_desc="C library providing a GtkWidget to display maps"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/libshumate"
|
homepage="https://wiki.gnome.org/Projects/libshumate"
|
||||||
#changelog="https://gitlab.gnome.org/GNOME/libshumate/-/raw/main/NEWS"
|
#changelog="https://gitlab.gnome.org/GNOME/libshumate/-/raw/main/NEWS"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/libshumate/-/raw/libshumate-1-0/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/libshumate/-/raw/libshumate-1-1/NEWS"
|
||||||
distfiles="${GNOME_SITE}/libshumate/${version%.*}/libshumate-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libshumate/${version%.*}/libshumate-${version}.tar.xz"
|
||||||
checksum=77a192f0dfec082b8de20b1939f3adf03eed41114d49fdaae2bbb2729ceb015a
|
checksum=6b8a159ed744fdd15992411662a05cb4187fb55e185111a366e0038d2f0b3543
|
||||||
make_check_pre="xvfb-run"
|
make_check_pre="dbus-run-session xvfb-run"
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue