public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-taskmanager/
Date: Thu, 16 Feb 2017 21:06:30 +0000 (UTC)	[thread overview]
Message-ID: <1487279178.105a7381ffdf58b0e7b7c152c89ce303fce7003f.mgorny@gentoo> (raw)

commit:     105a7381ffdf58b0e7b7c152c89ce303fce7003f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 20:35:59 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 21:06:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105a7381

xfce-extra/xfce4-taskmanager: Bump to 1.2.0, EAPI=6

 xfce-extra/xfce4-taskmanager/Manifest              |  1 +
 .../xfce4-taskmanager-1.2.0.ebuild                 | 48 ++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/xfce-extra/xfce4-taskmanager/Manifest b/xfce-extra/xfce4-taskmanager/Manifest
index 377f4b6eb7..0ebd03310b 100644
--- a/xfce-extra/xfce4-taskmanager/Manifest
+++ b/xfce-extra/xfce4-taskmanager/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-taskmanager-1.0.1.tar.bz2 368495 SHA256 f5aa2796dd9971f8ae400238bfcdd9fa1322dba1466d1e6fd5bf8ee7e88bee86 SHA512 2108a31738c9d544537b830de1089b776272333fa8599cbdf0598cca5af5ec312139ad52137902baa98ebf6c5167fb1ab62b34d7b790b539d01bbe40023411e5 WHIRLPOOL dc91bca96e33065cd52fc5af45bbed885f1100b80fc0293c9ef25f078c88f7eb615b283d1b6f841c86def004d51424f13a2b173be8d0c0e7b4f98a52072663bb
 DIST xfce4-taskmanager-1.1.0.tar.bz2 365866 SHA256 2e1eb161f966cbfbd68bd029fb59115bc5ab0c0704cb500d20e7d73967e59ecb SHA512 a7b1d1a6836f89747c873c87e495830438cf3093fd044c43c951abca6a82ab2c0ae9a41eba89d570a83f41fb6ad447c9c4fc578930684c981fbe45de19e1d7f8 WHIRLPOOL 0d3525a572326538ebf4d0d1b58ab703bb95b91a3208a8328d3cc9cb5590e500b6d903f1d4ad36a4e97ef164f7110992bc2a8300610111ce5942891e888ad995
+DIST xfce4-taskmanager-1.2.0.tar.bz2 435276 SHA256 5746d473ad428b13db7c05cfcbc8099fbea13da6be26d3a9359bcb4de971ba69 SHA512 45a496dc406eb825b9829a9cd0b76250566df0bf57dd39413112512209936b52cd3271fd1933dd972582178d897ef40ab8e106b2980db6963d29373940fdcc2d WHIRLPOOL e69b7c56d90849f79ed1b2dc05b29a8e9d17935384bf8555fb417cb46351bd27806aad0a961372207b055139af0d56f5717ec2dedd1148dd55a9b49dc33a355d

diff --git a/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.2.0.ebuild b/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.2.0.ebuild
new file mode 100644
index 0000000000..0950229acf
--- /dev/null
+++ b/xfce-extra/xfce4-taskmanager/xfce4-taskmanager-1.2.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Easy to use task manager"
+HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-taskmanager"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="gksu gtk3"
+
+RDEPEND="
+	x11-libs/cairo:=
+	x11-libs/libX11:=
+	x11-libs/libXmu:=
+	gtk3? (
+		x11-libs/gtk+:3=
+		x11-libs/libwnck:3=
+	)
+	!gtk3? (
+		>=x11-libs/gtk+-2.12:2=
+		x11-libs/libwnck:1=
+		gksu? ( x11-libs/libgksu:2= )
+	)"
+# GTK+2 is required unconditionally
+# https://bugzilla.xfce.org/show_bug.cgi?id=11819
+DEPEND="${RDEPEND}
+	dev-util/intltool
+	sys-devel/gettext
+	>=x11-libs/gtk+-2.12:2
+	virtual/pkgconfig"
+REQUIRED_USE="gksu? ( !gtk3 )"
+
+DOCS=( AUTHORS ChangeLog NEWS README THANKS )
+
+src_configure() {
+	local myconf=(
+		--enable-wnck
+		$(use_enable gtk3)
+		$(use_enable gksu)
+	)
+
+	econf "${myconf[@]}"
+}


             reply	other threads:[~2017-02-16 21:06 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-16 21:06 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-01  8:31 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-taskmanager/ Michał Górny
2025-01-25 11:05 Michał Górny
2025-01-25 10:44 Sam James
2024-03-16 17:11 Michał Górny
2024-03-16 17:06 Arthur Zamarin
2024-03-16 16:58 Arthur Zamarin
2024-03-16 16:37 Arthur Zamarin
2024-03-16 16:35 Arthur Zamarin
2024-03-16 10:23 Arthur Zamarin
2024-02-29 15:18 Michał Górny
2023-11-11 20:50 Michał Górny
2023-10-03  5:11 Michał Górny
2023-10-02 17:51 Michał Górny
2023-02-03 15:08 Michał Górny
2023-02-03 12:46 Sam James
2023-02-03 12:33 Sam James
2023-02-03 12:24 Arthur Zamarin
2023-02-03 12:20 Arthur Zamarin
2023-02-03 12:05 Arthur Zamarin
2022-12-16  9:55 Michał Górny
2022-07-27  6:55 Michał Górny
2022-07-26 18:41 Sam James
2022-07-26  2:05 Sam James
2022-07-26  2:05 Sam James
2022-07-26  1:36 Sam James
2022-07-25 10:45 Michał Górny
2022-05-31 13:21 Michał Górny
2021-03-28 11:59 Michał Górny
2021-03-28 11:50 Sam James
2021-03-25 21:32 Sam James
2021-03-25 21:29 Sam James
2021-03-22  0:10 Sam James
2021-03-22  0:10 Sam James
2021-02-27  8:18 Michał Górny
2021-02-19  1:11 Michał Górny
2021-02-19  0:12 Michał Górny
2021-02-18 22:08 Sam James
2021-02-18  7:26 Sam James
2021-02-09 13:13 Michał Górny
2021-02-08  6:11 Sam James
2021-02-08  6:05 Sam James
2021-02-07 10:48 Michał Górny
2021-02-06 12:47 Michał Górny
2020-12-28 23:03 Michał Górny
2020-09-18  9:45 Michał Górny
2020-07-19 13:38 Sam James
2020-06-29 18:24 Mikle Kolyada
2020-06-20 15:23 Thomas Deutschmann
2020-06-14 20:19 Sergei Trofimovich
2020-06-14 20:08 Sergei Trofimovich
2020-04-11  7:49 Michał Górny
2019-10-11 15:39 Michał Górny
2019-05-18 11:11 Michał Górny
2019-04-20 17:57 Mikle Kolyada
2019-04-07 21:36 Mikle Kolyada
2019-04-07 14:43 Mikle Kolyada
2019-04-07 14:41 Mikle Kolyada
2019-04-07  8:29 Michał Górny
2019-01-21 19:40 Sergei Trofimovich
2018-12-26 13:34 Michał Górny
2018-12-02 11:12 Mikle Kolyada
2018-11-27 16:01 Tobias Klausmann
2018-11-24 13:40 Sergei Trofimovich
2018-11-18 16:01 Sergei Trofimovich
2018-11-15 17:04 Thomas Deutschmann
2018-11-12 14:10 Mikle Kolyada
2018-07-10 12:29 Michał Górny
2018-06-06 11:04 Michał Górny
2018-06-06 11:04 Michał Górny
2018-06-06 11:04 Michał Górny
2018-03-23 19:53 Markus Meier
2018-03-03 17:48 Tobias Klausmann
2018-01-08  8:00 Sergei Trofimovich
2018-01-07 20:32 Sergei Trofimovich
2018-01-07 13:17 Sergei Trofimovich
2018-01-06  5:05 Thomas Deutschmann
2018-01-05 11:30 Mikle Kolyada
2017-11-26 23:33 David Seifert
2017-06-06  9:23 Michał Górny
2017-02-04 23:10 Michael Palimaka
2017-01-30  7:37 Fabian Groffen
2015-10-17 18:32 Mikle Kolyada

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=1487279178.105a7381ffdf58b0e7b7c152c89ce303fce7003f.mgorny@gentoo \
    --to=mgorny@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