From 669a7769f4f2d2e523ba89f49690e27de4230c78 Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Sat, 28 Jun 2025 18:18:10 +0300 Subject: [PATCH] glycin: update to 1.2.2 --- srcpkgs/glycin/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/glycin/template b/srcpkgs/glycin/template index 95bf2fce079..bb0b4dac452 100644 --- a/srcpkgs/glycin/template +++ b/srcpkgs/glycin/template @@ -1,7 +1,7 @@ # Template file for 'glycin' pkgname=glycin -version=1.2.1 -revision=2 +version=1.2.2 +revision=1 build_style=meson build_helper="rust gir" configure_args="-Dtest_skip_install=true" @@ -16,7 +16,7 @@ homepage="https://gitlab.gnome.org/GNOME/glycin" changelog="https://gitlab.gnome.org/GNOME/glycin/-/raw/1.2/NEWS" #changelog="https://gitlab.gnome.org/GNOME/glycin/-/raw/main/NEWS" distfiles="${GNOME_SITE}/glycin/${version%.*}/glycin-${version}.tar.xz" -checksum=ccc578e9a3e83d0dc1535737d1fda09baa95c7167f5e5ecb15f786654094eed5 +checksum=4ab446d58b10c76283227a65487b8bbdb74ba5009e9ed23045fcfa8ba3fb2861 make_check=no # needs to be installed to run tests if [ "$CROSS_BUILD" ]; then @@ -38,6 +38,10 @@ post_patch() { ln -sf /bin/false ${XBPS_WRAPPERDIR}/git } +do_install() { + meson install -C build --destdir $DESTDIR --no-rebuild +} + glycin-devel_package() { depends="glycin>=${version}_${revision}" short_desc+=" - development files"