public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ettore Di Giacinto" <mudler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/
Date: Mon, 21 Nov 2016 11:02:01 +0000 (UTC)	[thread overview]
Message-ID: <1479726021.15c6fad8737018772a68016d27a153d8bc2cfd53.mudler@gentoo> (raw)

commit:     15c6fad8737018772a68016d27a153d8bc2cfd53
Author:     mudler <mudler <AT> sabayon <DOT> org>
AuthorDate: Mon Sep  5 13:31:04 2016 +0000
Commit:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 11:00:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c6fad8

mate-extra/mate-indicator-applet: Version bump to 1.14.1

Package-Manager: portage-2.2.26

 mate-extra/mate-indicator-applet/Manifest          |  1 +
 .../mate-indicator-applet-1.14.1.ebuild            | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/mate-extra/mate-indicator-applet/Manifest b/mate-extra/mate-indicator-applet/Manifest
index 1f098b2..b3ddefb 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,2 +1,3 @@
 DIST mate-indicator-applet-1.10.0.tar.xz 317840 SHA256 36d0e0fc40fd274e8874c3c0c85cca9d52aa2e692cab82cbb7d411233773dea5 SHA512 84b1e7a8dc788a7b8f72a83e6045f6b65d1c703de8207c2944c28b5062d64cc7fabd74c86370d0a9c13baa8b47a376e6d3014f329c107c9d72644505c265679b WHIRLPOOL 660da18f1d21dd6e8a506d6712ad1c32d6567f99540154b3a6878045fbc3c733987b2d4a517406426ce42f69f5c1cf97fce199f327c1361da912ac6560d33654
 DIST mate-indicator-applet-1.12.1.tar.xz 317984 SHA256 4a55e539f129a23e3471b7f25f8dbbd92ea7330c0e90c26e42396db17713b40e SHA512 446ce32e8db22b153c7786292749645715e43c134e7fa00f81b7782a48163745307d396dbdd7765a63ec9514bec2f032f681028c55264e0fcf879c5e26fc9433 WHIRLPOOL e4fdcee746c5409ee751d573e8aae8b56dbb20f8c875d2d4102f459fb569e539ae79480f09bf5cd6e534d1e154f08913cb99b6d7993fc33a59a14a60273a4a44
+DIST mate-indicator-applet-1.14.1.tar.xz 315480 SHA256 78ec8cc717ce8e7e2cad5a4f408f8d2f227bbf7826e1c7732853d71f648b7896 SHA512 868f85546780d52aaadaa63ec14a8e92e673396653cebf7c5a9d0de459fc62d346fb10836298bf604eb50c63e5390cedd08576fb8903aeabdf2e2c4de5fc638f WHIRLPOOL 7a10da818fd3e9587d314a27bbf35fd1e034c01f1e069b668201cff09d38b18aa7a9755efa0419152df8bdd07827100692126abfceabd0cc566bc95d356e4720

diff --git a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1.ebuild b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1.ebuild
new file mode 100644
index 00000000..0052725
--- /dev/null
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.14.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit mate versionator
+
+if [[ ${PV} != 9999 ]]; then
+	KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE indicator applet"
+LICENSE="GPL-2 FDL-1.1 LGPL-2"
+SLOT="0"
+
+IUSE="gtk3"
+
+COMMON_DEPEND="
+	>=mate-base/mate-panel-1.8[gtk3(-)=]
+	!gtk3? (
+		>=dev-libs/libindicator-0.3.90:0
+		>=x11-libs/gtk+-2.24:2
+	)
+	gtk3? (
+		>=dev-libs/libindicator-0.3.90:3
+		>=x11-libs/gtk+-3.0:3
+	)"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+	>=dev-util/intltool-0.35.0
+	virtual/pkgconfig"
+
+src_configure() {
+	mate_src_configure \
+		--with-gtk=$(usex gtk3 3.0 2.0)
+}


             reply	other threads:[~2016-11-21 11:02 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-21 11:02 Ettore Di Giacinto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17 17:50 [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-indicator-applet/ Andreas Sturmlechner
2024-06-18  8:06 Joonas Niilola
2024-06-16  6:06 Joonas Niilola
2023-06-19 17:39 Pacho Ramos
2023-06-07 12:32 Arthur Zamarin
2023-06-07  8:47 Sam James
2023-01-28 13:29 Pacho Ramos
2023-01-28 13:29 Pacho Ramos
2022-12-21 10:00 Andreas Sturmlechner
2022-12-16 20:39 Arthur Zamarin
2022-12-05  5:30 WANG Xuerui
2022-10-24 13:52 Sam James
2022-06-01  8:14 Jakov Smolić
2020-09-25 20:32 Adam Feldman
2020-08-07  3:18 Adam Feldman
2020-05-08  4:45 Adam Feldman
2020-05-08  4:45 Adam Feldman
2020-04-08 15:33 Adam Feldman
2020-04-06 17:49 Adam Feldman
2020-04-06 17:49 Adam Feldman
2019-04-14 21:24 Mikle Kolyada
2019-04-14 16:24 Mikle Kolyada
2019-04-14 15:27 Mikle Kolyada
2018-09-10 16:19 Mikle Kolyada
2018-09-09 23:53 Thomas Deutschmann
2018-02-11 15:03 Ettore Di Giacinto
2017-09-27  3:23 NP Hardass
2017-06-04 15:18 Ettore Di Giacinto
2016-12-08 15:31 Ettore Di Giacinto
2016-11-24 22:22 Ettore Di Giacinto
2016-10-15  2:59 NP Hardass
2016-10-15  2:59 NP Hardass
2016-08-12  5:13 NP Hardass
2016-07-25 18:36 NP Hardass
2016-05-30 19:18 Mikle Kolyada
2016-02-09  2:49 NP Hardass

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=1479726021.15c6fad8737018772a68016d27a153d8bc2cfd53.mudler@gentoo \
    --to=mudler@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