libnma: update to 1.8.36.
This commit is contained in:
parent
30e858c81a
commit
3ef8360c9f
2 changed files with 5 additions and 4 deletions
|
@ -2957,6 +2957,7 @@ liblz.so.1 lzlib-1.8_1
|
|||
libelogind.so.0 libelogind-238.1_2
|
||||
libseat.so.1 libseat-0.3.0_1
|
||||
libnma.so.0 libnma-1.8.30_1
|
||||
libnma-gtk4.so.0 libnma-1.8.36_1
|
||||
libgspell-1.so.2 gspell-1.8.0_1
|
||||
libotf.so.1 libotf-0.9.16_1
|
||||
libimagequant.so.0 libimagequant-2.8.2_1
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libnma'
|
||||
pkgname=libnma
|
||||
version=1.8.34
|
||||
version=1.8.36
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="-Dlibnma_gtk4=false"
|
||||
configure_args="-Dlibnma_gtk4=true"
|
||||
hostmakedepends="gettext glib-devel gtk-doc pkg-config vala"
|
||||
makedepends="gcr-devel gtk+3-devel iso-codes
|
||||
makedepends="gcr-devel gtk+3-devel gtk4-devel iso-codes
|
||||
mobile-broadband-provider-info NetworkManager-devel"
|
||||
depends="NetworkManager iso-codes"
|
||||
short_desc="NetworkManager panel applet for GNOME - runtime library"
|
||||
|
@ -15,7 +15,7 @@ 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=f5e2e738e0fca7f2a549079290b2d8017511d485a83220c36df380a3b4753304
|
||||
checksum=d99415f4cdff642230019ec5cdd2b1fbf1ec550a8ae865219f75482a642b7b7a
|
||||
replaces="libnm-gtk>=0"
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in a new issue