libnma: update to 1.10.4

This commit is contained in:
cinerea0 2022-11-10 20:30:36 -05:00 committed by Michal Vasilek
parent 1c7016a58e
commit 61bc55d5a6

View file

@ -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 <cinerea0@protonmail.com>"
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() {