Skip to content

Commit

Permalink
community/network-manager-applet: fix after nm upgrade
Browse files Browse the repository at this point in the history
Currently, it can't be installed (missing so:libnm-glib.so.4).

I've tried to bump the pkgrel only, but it won't build anymore because
the legacy libnm has been removed in the NetworkManager release we're
using (NetworkManager/NetworkManager#308).

Add --without-libnm-gtk to fix it.
  • Loading branch information
Oliver Smith authored and clandmeter committed Apr 3, 2019
1 parent fef9806 commit ec9aecb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions community/network-manager-applet/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer:
pkgname=network-manager-applet
pkgver=1.8.18
pkgrel=0
pkgrel=1
pkgdesc="GTK network manager applet"
url="https://wiki.gnome.org/Projects/NetworkManager"
arch="all"
Expand Down Expand Up @@ -39,7 +39,8 @@ build() {
--localstatedir=/var \
--with-gcr \
--enable-static=no \
--without-selinux
--without-selinux \
--without-libnm-gtk
make
}

Expand Down

0 comments on commit ec9aecb

Please sign in to comment.