From 147d7672b2fa9f54f51c546d142628123a17aa52 Mon Sep 17 00:00:00 2001 From: "Jory A. Pratt" Date: Fri, 29 Jun 2018 13:03:37 -0500 Subject: gnome-extra/nm-applet: Version bump 1.8.12 --- gnome-extra/nm-applet/Manifest | 2 + gnome-extra/nm-applet/nm-applet-1.8.12.ebuild | 62 +++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 gnome-extra/nm-applet/Manifest create mode 100644 gnome-extra/nm-applet/nm-applet-1.8.12.ebuild diff --git a/gnome-extra/nm-applet/Manifest b/gnome-extra/nm-applet/Manifest new file mode 100644 index 0000000..ecbfc2f --- /dev/null +++ b/gnome-extra/nm-applet/Manifest @@ -0,0 +1,2 @@ +DIST network-manager-applet-1.8.12.tar.xz 1507228 BLAKE2B 66e13dbbe9ca803ce303aebadb82e3816e9294477cfa38d4cbda51463bcd2c8bc421d70991e6b381f0e32cda32f6921ff817484a11e6c27caccdcbdc849cb520 SHA512 1d4c180c5cad3d0f9113b6b5b92a53410c6b625a39546b431b13110be9cd3a65bd542ba91ff384167a2247574c29f73253334c70a7f997d69ae10e1cf8b6aae9 +EBUILD nm-applet-1.8.12.ebuild 1531 BLAKE2B f50087479eaa7418a788ca360d782243ec4211dc258825f2f41195f33aebbfc179af2c1d3cfe8479f902d8a339ec79fde58573e8c9257211bb088aa4041c1fc8 SHA512 5cc0ab3a20862a42e0507bd9fed6ec2b4f6e06d48191863424ebe0d69291fbfbd892f47653e78c268d1b54dfc0eda8ff4b93b8cc83b0c326c5e6d5b8821d7f7d diff --git a/gnome-extra/nm-applet/nm-applet-1.8.12.ebuild b/gnome-extra/nm-applet/nm-applet-1.8.12.ebuild new file mode 100644 index 0000000..dc271cb --- /dev/null +++ b/gnome-extra/nm-applet/nm-applet-1.8.12.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" +GNOME_ORG_MODULE="network-manager-applet" + +inherit gnome2 + +DESCRIPTION="GNOME applet for NetworkManager" +HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="+introspection +gcr +modemmanager selinux teamd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + >=app-crypt/libsecret-0.18 + >=dev-libs/glib-2.38:2[dbus] + >=dev-libs/dbus-glib-0.88 + >=sys-apps/dbus-1.4.1 + >=sys-auth/polkit-0.96-r1 + >=x11-libs/gtk+-3.10:3[introspection?] + >=x11-libs/libnotify-0.7.0 + + app-text/iso-codes + >=net-misc/networkmanager-1.7:=[introspection?,modemmanager?,teamd?] + net-misc/mobile-broadband-provider-info + + introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) + virtual/freedesktop-icon-theme + virtual/libgudev:= + gcr? ( >=app-crypt/gcr-3.14:=[gtk] ) + modemmanager? ( net-misc/modemmanager ) + selinux? ( sys-libs/libselinux ) + teamd? ( >=dev-libs/jansson-2.7 ) +" +DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.0 + >=dev-util/intltool-0.50.1 + virtual/pkgconfig +" + +PDEPEND="virtual/notification-daemon" #546134 + +src_configure() { + local myconf=( + --without-appindicator + --disable-lto + --disable-ld-gc + --disable-more-warnings + --disable-static + --localstatedir=/var + $(use_enable introspection) + $(use_with gcr) + $(use_with modemmanager wwan) + $(use_with selinux) + $(use_with teamd team) + ) + gnome2_src_configure "${myconf[@]}" +} -- cgit v1.2.3