commit:     fb3ba8dc4ec6bd67bd7062c3809f5a060b2452e7
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  7 19:58:01 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jun  7 20:12:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3ba8dc

gnome-extra/nm-applet: bump to 1.16.0

All the library parts have moved to net-libs/libnma, leaving
nm-applet with only nm-connection-editor and the systray applet.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/nm-applet/Manifest                |  1 +
 gnome-extra/nm-applet/nm-applet-1.16.0.ebuild | 52 +++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/gnome-extra/nm-applet/Manifest b/gnome-extra/nm-applet/Manifest
index 190d390f09a..8ed24daf4bb 100644
--- a/gnome-extra/nm-applet/Manifest
+++ b/gnome-extra/nm-applet/Manifest
@@ -1,2 +1,3 @@
+DIST network-manager-applet-1.16.0.tar.xz 1944244 BLAKE2B 
b5181474da55d9b320d217638a960a9bba1c103d8ff69f171aea57458d425ee8347e8a525b051f1b72888cf33d9b20a850b9e10fb0a487998a5502d2acb92105
 SHA512 
0ad8ac1d05cf76b9a82602c6f8f7034ae52fc11bae0b5ee17cf5bd89c6c91ba3ef7b07f770397b22484d54fd69e7a9a73f8c08a4d3d9f492f11d09d0b0379ff5
 DIST network-manager-applet-1.8.24.tar.xz 2062132 BLAKE2B 
fed75ab78e05b59a4f20c7570b84ac6fe3dd2cf6f8ad060f6c65bc9e2a32e29d295fc919de1037ba30c2609d35079dccb3f625ffc019150c9c69cfa94388e2c8
 SHA512 
76e914ec4f2e6eadd21ccc3e1f613fb97cb72d9551730a1dc09454177365dcaa2cdeea4b855c53732ad6a22cfa5e62e03f09fc8b04a277ce213dcf8c3beaf77c
 DIST network-manager-applet-1.8.25-dev.tar.bz2 1795238 BLAKE2B 
2cdf81b1395dc69fa35ed19d5410dc94b8a7ea5cf99a3a8b81e7d4f0b0852f883d8a0c4fbe42e0088ba79e5473c6c01e332feb6f78a3526bb21237f6fe17719e
 SHA512 
3441b8c3c195c0ff9528d219d5769bcc56d7fac92030af75ae2d16e3c91accb2350286c18c2c46cc12a20e87099d05183f0510398519c6fcd8520d0ab56850a2

diff --git a/gnome-extra/nm-applet/nm-applet-1.16.0.ebuild 
b/gnome-extra/nm-applet/nm-applet-1.16.0.ebuild
new file mode 100644
index 00000000000..49e66011c5f
--- /dev/null
+++ b/gnome-extra/nm-applet/nm-applet-1.16.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GNOME_ORG_MODULE="network-manager-applet"
+
+inherit gnome.org meson xdg
+
+DESCRIPTION="NetworkManager connection editor and applet"
+HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="appindicator modemmanager selinux teamd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+       >=dev-libs/glib-2.38:2
+       >=app-crypt/libsecret-0.18
+       >=net-libs/libnma-1.8.27
+       >=x11-libs/gtk+-3.10:3
+       >=dev-libs/libgudev-147:=
+       >=x11-libs/libnotify-0.7.0
+       >=net-misc/networkmanager-1.16:=[modemmanager?,teamd?]
+       appindicator? (
+               dev-libs/libappindicator:3
+               >=dev-libs/libdbusmenu-16.04.0
+       )
+       modemmanager? ( net-misc/modemmanager )
+       selinux? ( sys-libs/libselinux )
+       teamd? ( >=dev-libs/jansson-2.7 )
+
+       virtual/freedesktop-icon-theme
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       dev-libs/libxml2
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+"
+
+src_configure() {
+       local emesonargs=(
+               -Dappindicator=$(usex appindicator ubuntu no)
+               $(meson_use modemmanager wwan)
+               $(meson_use selinux)
+               $(meson_use teamd team)
+               -Dmore_asserts=0
+               -Dld_gc=false
+       )
+       meson_src_configure
+}

Reply via email to