From 61bc55d5a6d997519b20eb89a30f3972bd773723 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 10 Nov 2022 20:30:36 -0500 Subject: [PATCH] libnma: update to 1.10.4 --- srcpkgs/libnma/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libnma/template b/srcpkgs/libnma/template index c9db67d42ae..715df68e0f5 100644 --- a/srcpkgs/libnma/template +++ b/srcpkgs/libnma/template @@ -1,6 +1,6 @@ # Template file for 'libnma' pkgname=libnma -version=1.10.2 +version=1.10.4 revision=1 build_style=meson build_helper="gir" @@ -14,8 +14,8 @@ 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/main/NEWS" -distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=4fc3d9c404b7b13303d9394f96961c5298d71afa9f1fa7af5e4f0f6e842a0940 +distfiles="${GNOME_SITE}/libnma/${version%.*}/libnma-${version}.tar.xz" +checksum=79e730dda19f9b34886f4064aa170f1a2326b08329d655d80b67e906c7f78b7c replaces="libnm-gtk>=0" if [ "$CROSS_BUILD" ]; then @@ -28,6 +28,9 @@ post_install() { vmkdir usr/share/gtk-doc/html 0755 vcopy /usr/share/gtk-doc/html/libnma usr/share/gtk-doc/html fi + + # This file is now provided by network-manager-applet + rm ${DESTDIR}/usr/share/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml } libnma-devel_package() {