From 304d0fe75f2ffc980ef36537bac1d167a78ce7cc Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 25 Jan 2022 22:37:19 -0500 Subject: [PATCH] libnma: update to 1.8.34 --- srcpkgs/libnma/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libnma/template b/srcpkgs/libnma/template index 88ac261d74db..c0a9791e5736 100644 --- a/srcpkgs/libnma/template +++ b/srcpkgs/libnma/template @@ -1,9 +1,10 @@ # Template file for 'libnma' pkgname=libnma -version=1.8.32 +version=1.8.34 revision=1 build_style=meson build_helper="gir" +configure_args="-Dlibnma_gtk4=false" hostmakedepends="gettext glib-devel gtk-doc pkg-config vala" makedepends="gcr-devel gtk+3-devel iso-codes mobile-broadband-provider-info NetworkManager-devel" @@ -12,13 +13,13 @@ short_desc="NetworkManager panel applet for GNOME - runtime library" maintainer="cinerea0 " license="GPL-2.0-only, LGPL-2.1-or-later" homepage="https://gitlab.gnome.org/GNOME/libnma" -changelog="https://gitlab.gnome.org/GNOME/libnma/-/raw/master/NEWS" +changelog="https://gitlab.gnome.org/GNOME/libnma/-/raw/main/NEWS" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=0a57b93a2fad43acc763f320dd3a7a93c429b0e3118dfa549d67824cddc4e905 +checksum=f5e2e738e0fca7f2a549079290b2d8017511d485a83220c36df380a3b4753304 replaces="libnm-gtk>=0" if [ "$CROSS_BUILD" ]; then - configure_args+="-Dgtk_doc=false" + configure_args+=" -Dgtk_doc=false" hostmakedepends+=" libnma-devel" fi