From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 785721382F6 for ; Thu, 7 Jul 2016 19:18:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2EDBE0A69; Thu, 7 Jul 2016 19:18:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D8B0E08B2 for ; Thu, 7 Jul 2016 19:18:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56434340C76 for ; Thu, 7 Jul 2016 19:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95FF12449 for ; Thu, 7 Jul 2016 19:18:18 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1467919004.df25ea10b1adf596a4d20af1ace4d793c7c2c3ad.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nm-applet/Manifest gnome-extra/nm-applet/nm-applet-1.2.2.ebuild X-VCS-Directories: gnome-extra/nm-applet/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: df25ea10b1adf596a4d20af1ace4d793c7c2c3ad X-VCS-Branch: master Date: Thu, 7 Jul 2016 19:18:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b2834152-3e47-440f-a65c-01f8e0017a3c X-Archives-Hash: 6205b1434e2ad3a6703b02b0abc0d145 commit: df25ea10b1adf596a4d20af1ace4d793c7c2c3ad Author: Pacho Ramos gentoo org> AuthorDate: Thu Jul 7 19:10:24 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Jul 7 19:16:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df25ea10 gnome-extra/nm-applet: Version bump Package-Manager: portage-2.3.0 gnome-extra/nm-applet/Manifest | 1 + gnome-extra/nm-applet/nm-applet-1.2.2.ebuild | 50 ++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/gnome-extra/nm-applet/Manifest b/gnome-extra/nm-applet/Manifest index 9f27f2e..4ad3cf3 100644 --- a/gnome-extra/nm-applet/Manifest +++ b/gnome-extra/nm-applet/Manifest @@ -1 +1,2 @@ DIST network-manager-applet-1.0.10.tar.xz 1374084 SHA256 b045ac3eaa68ccbbefe91510ad67b4002a7e09d1e5ce1c4bf9a67619bd2cf0eb SHA512 dc13881243e5232d0c45563442f906a93c4d196a69c52c45d335f755bbc73c4d3131ba59180a102f65ca2066d40127b9db8cf85da2b41ec18efda482a9d210aa WHIRLPOOL c1a731927289ebef627cfcd930574f4653d971b787a55acc10c8cc21933ca41010845daec72ec6a918fba894b134fdaa558da0f6e91e65f84b1d1f97587c4431 +DIST network-manager-applet-1.2.2.tar.xz 1291712 SHA256 02b42e7c17c9cd6c840563750da92ce58da1ec621df7f0c2402016026e727756 SHA512 1a763acc045b56f56d1faba17ec1523969f9b202a611bef7a52a55c3658a29acf6e9eeee1666274e09b5dbfe2895afc728f119da2a8edca0f11de55c42e1e382 WHIRLPOOL cdff6c96b54a59d0193f90f51420818ff9bcc01762be2b1cf90fc2f2791e0873235fc9890d757f5fb0dbfd6bf4a9646c1c569512c18edd5c72b1fe5549f16305 diff --git a/gnome-extra/nm-applet/nm-applet-1.2.2.ebuild b/gnome-extra/nm-applet/nm-applet-1.2.2.ebuild new file mode 100644 index 0000000..5899e4b --- /dev/null +++ b/gnome-extra/nm-applet/nm-applet-1.2.2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + app-crypt/libsecret + >=dev-libs/glib-2.32:2[dbus] + >=dev-libs/dbus-glib-0.88 + >=sys-apps/dbus-1.4.1 + >=sys-auth/polkit-0.96-r1 + >=x11-libs/gtk+-3.4:3[introspection?] + >=x11-libs/libnotify-0.7.0 + + app-text/iso-codes + >=net-misc/networkmanager-1.2:=[introspection?] + net-misc/mobile-broadband-provider-info + + introspection? ( >=dev-libs/gobject-introspection-0.9.6:= ) + virtual/freedesktop-icon-theme + virtual/libgudev:= +" +DEPEND="${RDEPEND} + virtual/pkgconfig + >=dev-util/intltool-0.50.1 +" + +PDEPEND="virtual/notification-daemon" #546134 + +src_configure() { + gnome2_src_configure \ + --without-appindicator \ + --disable-more-warnings \ + --disable-static \ + --localstatedir=/var \ + $(use_enable introspection) +}