libnma: update to 1.8.34
This commit is contained in:
parent
06285cb594
commit
dd7a998348
1 changed files with 5 additions and 4 deletions
|
@ -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 <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/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
|
||||
|
||||
|
|
Loading…
Reference in a new issue