mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libadwaita: update to 1.6.4.
This commit is contained in:
parent
8de84be00c
commit
80e9b50c64
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libadwaita'
|
# Template file for 'libadwaita'
|
||||||
pkgname=libadwaita
|
pkgname=libadwaita
|
||||||
version=1.6.2
|
version=1.6.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -16,7 +16,7 @@ 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-6/NEWS"
|
||||||
distfiles="${GNOME_SITE}/libadwaita/${version%.*}/libadwaita-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libadwaita/${version%.*}/libadwaita-${version}.tar.xz"
|
||||||
checksum=7542f8354e6808dd4e9a31551bbdfc0170735e4af4d1b3e69186500ccb9c01eb
|
checksum=1011a5a93dc3b87e82da19910d7fab01a3b9d7fcb0b09751babb476eedb3d9a3
|
||||||
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,6 +29,12 @@ 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