mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libadwaita: update to 1.7.0.
This commit is contained in:
parent
71421d9c4a
commit
19080a8ae7
1 changed files with 4 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libadwaita'
|
# Template file for 'libadwaita'
|
||||||
pkgname=libadwaita
|
pkgname=libadwaita
|
||||||
version=1.6.4
|
version=1.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -9,14 +9,14 @@ configure_args="-Dexamples=true -Dtests=true $(vopt_bool gtk_doc)
|
||||||
hostmakedepends="glib-devel pkg-config $(vopt_if gtk_doc gi-docgen)
|
hostmakedepends="glib-devel pkg-config $(vopt_if gtk_doc gi-docgen)
|
||||||
$(vopt_if gir vala-devel) gettext sassc"
|
$(vopt_if gir vala-devel) gettext sassc"
|
||||||
makedepends="gtk4-devel libglib-devel harfbuzz-devel AppStream-devel"
|
makedepends="gtk4-devel libglib-devel harfbuzz-devel AppStream-devel"
|
||||||
checkdepends="xvfb-run cantarell-fonts dbus"
|
checkdepends="xvfb-run cantarell-fonts dbus mesa-vulkan-lavapipe"
|
||||||
short_desc="GTK4 building blocks for modern adaptive applications"
|
short_desc="GTK4 building blocks for modern adaptive applications"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.0-or-later"
|
license="LGPL-2.0-or-later"
|
||||||
homepage="https://gitlab.gnome.org/GNOME/libadwaita/"
|
homepage="https://gitlab.gnome.org/GNOME/libadwaita/"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/libadwaita/-/raw/libadwaita-1-6/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/libadwaita/-/raw/libadwaita-1-7/NEWS"
|
||||||
distfiles="${GNOME_SITE}/libadwaita/${version%.*}/libadwaita-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libadwaita/${version%.*}/libadwaita-${version}.tar.xz"
|
||||||
checksum=1011a5a93dc3b87e82da19910d7fab01a3b9d7fcb0b09751babb476eedb3d9a3
|
checksum=58bf99b8a9f8b0171964de0ae741d01d5a09db3662134fa67541c99a8ed7dec0
|
||||||
make_check_pre="dbus-run-session xvfb-run"
|
make_check_pre="dbus-run-session xvfb-run"
|
||||||
|
|
||||||
build_options="gir gtk_doc"
|
build_options="gir gtk_doc"
|
||||||
|
@ -29,12 +29,6 @@ pre_build() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_check() {
|
|
||||||
# mesa 24.2.8 doesn't properly fallback to Vulkan SW rendering with xvfb
|
|
||||||
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/11808
|
|
||||||
export GSK_RENDERER=ngl
|
|
||||||
}
|
|
||||||
|
|
||||||
libadwaita-devel_package() {
|
libadwaita-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} gtk4-devel AppStream-devel"
|
depends="${sourcepkg}>=${version}_${revision} gtk4-devel AppStream-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue