mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-11 11:47:02 +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'
|
||||
pkgname=libadwaita
|
||||
version=1.6.4
|
||||
version=1.7.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
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)
|
||||
$(vopt_if gir vala-devel) gettext sassc"
|
||||
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"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.0-or-later"
|
||||
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"
|
||||
checksum=1011a5a93dc3b87e82da19910d7fab01a3b9d7fcb0b09751babb476eedb3d9a3
|
||||
checksum=58bf99b8a9f8b0171964de0ae741d01d5a09db3662134fa67541c99a8ed7dec0
|
||||
make_check_pre="dbus-run-session xvfb-run"
|
||||
|
||||
build_options="gir gtk_doc"
|
||||
|
@ -29,12 +29,6 @@ pre_build() {
|
|||
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() {
|
||||
depends="${sourcepkg}>=${version}_${revision} gtk4-devel AppStream-devel"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue