From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/
Date: Mon, 23 Apr 2018 20:17:49 +0000 (UTC) [thread overview]
Message-ID: <1524514568.64d95d5427ac6f73569eb4e42701502942201134.leio@gentoo> (raw)
commit: 64d95d5427ac6f73569eb4e42701502942201134
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 20:16:08 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 20:16:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d95d54
gnome-extra/nm-applet: bump to 1.8.10
Package-Manager: Portage-2.3.28, Repoman-2.3.9
| 1 +
| 62 +++++++++++++++++++++++++++
2 files changed, 63 insertions(+)
--git a/gnome-extra/nm-applet/Manifest b/gnome-extra/nm-applet/Manifest
index 9b97f7f0391..fde4f994179 100644
--- a/gnome-extra/nm-applet/Manifest
+++ b/gnome-extra/nm-applet/Manifest
@@ -1,3 +1,4 @@
DIST network-manager-applet-1.4.6.tar.xz 1388916 BLAKE2B 697587e4451d37ab91e99e25e40a1d797724e26568d252c77361e25f32508722a58dba1b2b4d2c784150479493c0451173da0b42314ebb17f1b7215628675444 SHA512 f0eab5c50739c2309fa19336e23ead6603dc953b62fff0600a91988df8d41c2f300c22ebd4d5be8654a3fd7bac38dacc23be149f1a7085f10bb55e1830d9472f
+DIST network-manager-applet-1.8.10.tar.xz 1479032 BLAKE2B 482c7a644edaf4f19ed02ca3f29ffbbcf11c01b1c9572affa430a7edb8314d1381ca6738d998e91537903f6eceea0cff1b82b88e7acd1e9b5665c566271cdf3c SHA512 319a280ad56efe8d1b31db7879aebd6242f2e67453287476d397835069f5f5c6ce7884c84d65e0177a94a554b8f1a6e1d353ab33f8ddfc63269d8133b76b1372
DIST network-manager-applet-1.8.2.tar.xz 1445920 BLAKE2B 583090089b48cf5265f5f52aa2f412f357a62042863d6eaeb515316ad27e384654004ae3b8fdc05af962d660f99c19d4a047e0ecc803cc295b7ce48da77f0fc8 SHA512 1e9019ca17a55138e08eaf34c7889b7d5f531e918412bf025c0e03eb0794dc323b59f0d3521f14e93b6a94756f8e2a52139c76117ed430c73bcd1366eeffb5c9
DIST network-manager-applet-1.8.6.tar.xz 1478992 BLAKE2B cb037aab17e9802c52724a894cb2e998e9d81b8831ee850754f63c176ebf737070a87eb6495388e59bd97516608bdb0ff91c9464cce78b705fbd8a3b132e592a SHA512 9080fe1ef252837f16c698fe2083ebe66949e2a30f626619ef7eb82f44e988a0b8488f4f8cd0946a78a240f9bf7a5d054afc988b25c1bedeba7f79a7c84d46fa
--git a/gnome-extra/nm-applet/nm-applet-1.8.10.ebuild b/gnome-extra/nm-applet/nm-applet-1.8.10.ebuild
new file mode 100644
index 00000000000..d0c747da936
--- /dev/null
+++ b/gnome-extra/nm-applet/nm-applet-1.8.10.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 ~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[@]}"
+}
next reply other threads:[~2018-04-23 20:17 UTC|newest]
Thread overview: 120+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-23 20:17 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-06 7:09 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/ Mart Raudsepp
2024-04-28 19:11 Ionen Wolkens
2024-04-28 19:11 Ionen Wolkens
2024-04-07 23:26 Sam James
2024-04-07 8:38 Arthur Zamarin
2024-04-07 8:38 Arthur Zamarin
2024-03-01 20:59 Patrick McLean
2023-10-08 10:30 Pacho Ramos
2023-10-08 10:30 Pacho Ramos
2023-07-27 5:11 WANG Xuerui
2023-06-24 17:44 Pacho Ramos
2023-05-03 6:33 Arthur Zamarin
2023-05-03 3:53 Sam James
2023-05-02 20:03 Arthur Zamarin
2023-05-02 18:24 Arthur Zamarin
2023-05-02 17:53 Arthur Zamarin
2023-04-17 0:36 Matt Turner
2023-04-01 19:01 Arthur Zamarin
2023-03-30 17:44 Arthur Zamarin
2023-02-28 12:33 Pacho Ramos
2023-01-24 17:26 Pacho Ramos
2022-12-17 6:45 Arthur Zamarin
2022-12-16 20:57 Arthur Zamarin
2022-11-25 8:23 Pacho Ramos
2022-11-10 15:41 Matt Turner
2022-10-30 22:29 Matt Turner
2022-08-15 19:13 Arthur Zamarin
2022-08-15 19:13 Arthur Zamarin
2022-07-29 2:59 Sam James
2022-06-07 22:00 Matt Turner
2022-05-31 18:04 Matt Turner
2022-05-28 5:05 Sam James
2022-03-23 6:14 Matt Turner
2022-03-09 15:39 Sam James
2022-03-09 12:49 Sam James
2021-12-19 2:00 Matt Turner
2021-09-25 19:08 Sam James
2021-08-27 15:19 Yixun Lan
2021-05-29 15:27 Sam James
2021-05-28 19:20 Sam James
2021-05-18 3:45 Matt Turner
2021-04-13 15:00 Sam James
2021-04-12 23:11 Sam James
2021-03-04 0:23 Sam James
2021-02-06 9:59 Mart Raudsepp
2020-09-24 6:52 Agostino Sarubbo
2020-09-06 22:04 Sam James
2020-08-17 13:50 Agostino Sarubbo
2020-08-17 10:01 Agostino Sarubbo
2020-06-27 21:03 Mart Raudsepp
2020-06-07 20:16 Mart Raudsepp
2020-05-23 10:02 Pacho Ramos
2020-04-26 14:57 Mart Raudsepp
2020-04-26 8:09 Mart Raudsepp
2020-03-11 21:30 Matt Turner
2020-03-11 21:30 Matt Turner
2020-02-02 21:51 Mart Raudsepp
2019-11-30 13:25 Mart Raudsepp
2019-11-26 12:27 Agostino Sarubbo
2019-11-26 0:58 Thomas Deutschmann
2019-10-12 21:38 Mart Raudsepp
2019-09-08 10:47 Mart Raudsepp
2019-09-08 1:13 Thomas Deutschmann
2019-08-31 5:26 Mikle Kolyada
2019-08-27 5:10 Mart Raudsepp
2019-06-09 13:51 Pacho Ramos
2019-04-28 17:03 Mart Raudsepp
2019-04-24 21:33 Thomas Deutschmann
2019-04-23 19:23 Mikle Kolyada
2019-02-11 19:31 Mart Raudsepp
2019-02-11 19:31 Mart Raudsepp
2018-12-02 17:27 Mart Raudsepp
2018-10-31 8:39 Sergei Trofimovich
2018-09-07 14:41 Mart Raudsepp
2018-08-18 3:55 Mikle Kolyada
2018-08-16 23:32 Mart Raudsepp
2018-08-16 12:03 Thomas Deutschmann
2018-07-15 19:41 Mart Raudsepp
2018-05-31 17:02 Pacho Ramos
2018-05-31 17:02 Pacho Ramos
2018-05-31 17:02 Pacho Ramos
2018-05-31 16:57 Pacho Ramos
2018-04-29 0:08 Mart Raudsepp
2018-04-26 17:15 Thomas Deutschmann
2018-03-17 9:05 Mart Raudsepp
2018-03-07 20:09 Sergei Trofimovich
2017-11-13 15:37 Manuel RĂ¼ger
2017-11-11 18:00 Thomas Deutschmann
2017-11-10 22:16 Mike Gilbert
2017-09-11 21:55 Gilles Dartiguelongue
2017-09-11 21:55 Gilles Dartiguelongue
2017-08-21 6:54 Gilles Dartiguelongue
2017-07-29 14:32 Alexis Ballier
2017-07-01 10:10 Sergei Trofimovich
2017-07-01 10:10 Sergei Trofimovich
2017-07-01 10:10 Sergei Trofimovich
2017-06-18 20:41 Mike Gilbert
2017-06-18 15:51 Mike Gilbert
2017-06-17 3:17 Mike Gilbert
2017-05-27 22:40 Mike Gilbert
2017-05-27 14:29 Mike Gilbert
2017-04-02 9:01 Mart Raudsepp
2017-04-01 16:06 Agostino Sarubbo
2017-03-25 14:43 Agostino Sarubbo
2017-03-23 10:28 Mart Raudsepp
2017-02-15 20:38 Mart Raudsepp
2016-09-11 22:02 Mike Gilbert
2016-09-11 15:10 Gilles Dartiguelongue
2016-08-04 21:59 Mike Gilbert
2016-07-07 19:18 Pacho Ramos
2016-07-07 19:18 Pacho Ramos
2016-03-06 18:58 Mikle Kolyada
2015-12-26 14:20 Pacho Ramos
2015-12-12 14:29 Pacho Ramos
2015-12-12 14:29 Pacho Ramos
2015-09-07 21:11 Mikle Kolyada
2015-09-05 10:57 Pacho Ramos
2015-09-05 10:56 Pacho Ramos
2015-09-05 10:45 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1524514568.64d95d5427ac6f73569eb4e42701502942201134.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox