From caa5cae6064d13a5d87e65577fe11c7891f6c063 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sun, 29 Nov 2020 00:25:30 -0500 Subject: [PATCH] libnma: replace libnm-gtk --- common/shlibs | 1 - srcpkgs/libnma/template | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/shlibs b/common/shlibs index 186124d6b28..81bfe84e664 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2982,7 +2982,6 @@ libczmq.so.4 czmq-4.0.1_1 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 libnm-gtk-1.4.0_1 libnma.so.0 libnma-1.8.30_1 libgspell-1.so.2 gspell-1.8.0_1 libotf.so.1 libotf-0.9.16_1 diff --git a/srcpkgs/libnma/template b/srcpkgs/libnma/template index c6c0aba1901..18b016b2b93 100644 --- a/srcpkgs/libnma/template +++ b/srcpkgs/libnma/template @@ -1,7 +1,7 @@ # Template file for 'libnma' pkgname=libnma version=1.8.30 -revision=1 +revision=2 build_style=meson build_helper="gir" hostmakedepends="gettext glib-devel gtk-doc pkg-config vala" @@ -14,6 +14,7 @@ license="GPL-2.0-only, LGPL-2.1-or-later" homepage="https://gitlab.gnome.org/GNOME/libnma" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" checksum=da33e72a49e07d855d97a52aa9a8962a4c96f52b9168c4e0027117ad8ffdafb4 +replaces="libnm-gtk>=0" if [ "$CROSS_BUILD" ]; then configure_args+="-Dgtk_doc=false"