summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-02-25 12:14:21 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-25 12:18:57 +0100
commit2179de7928d9337bf7b2f083a7775272e67ae7a9 (patch)
treea0f4bd47a0707df8b0695f6cf27d765ef6082180 /xfce-extra
parentxfce-extra/xfce4-mount-plugin: Bump to 1.1.2, minor bugfix (diff)
downloadgentoo-2179de7928d9337bf7b2f083a7775272e67ae7a9.tar.gz
gentoo-2179de7928d9337bf7b2f083a7775272e67ae7a9.tar.bz2
gentoo-2179de7928d9337bf7b2f083a7775272e67ae7a9.zip
xfce-extra/xfce4-genmon-plugin: Bump to 4.0.0, GTK+3 version
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-genmon-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.0.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-genmon-plugin/Manifest b/xfce-extra/xfce4-genmon-plugin/Manifest
index e97d048b7d2c..476b8589dcac 100644
--- a/xfce-extra/xfce4-genmon-plugin/Manifest
+++ b/xfce-extra/xfce4-genmon-plugin/Manifest
@@ -1 +1,2 @@
DIST xfce4-genmon-plugin-3.4.0.tar.bz2 307493 SHA256 b0a5337b49c85623dc89f3c9e47c7374b1d466af2418033d2d6dfc57a9790387 SHA512 9cbe76933414fc539d4a8f803fb31ae31169283e02ded8a4ed13c9c6b2e4af9827313ca099b9d85e2b090a9520824a68e63d5bfe3537293a750f3c3b5f57de98 WHIRLPOOL 6bb8e586fa2ddc6ef13ed0fc1005d9d537fc1850ce0124a75a93d29e368109c26bacf47c56743fc050c5fb14877dbcfad3b56c1778dbba989e9e9bf06dd313d8
+DIST xfce4-genmon-plugin-4.0.0.tar.bz2 320252 SHA256 a7db4f786166643076323dcde99ad12e92383cc29b4b806862d5483ec468c3e3 SHA512 52a5c2245d902b183b06e5680b260482b511ae481fe9144ad266f061278acd60ce11934e31d8b5ed80bb519eac9168d0fbf488dae281f35090a57aceb915ce84 WHIRLPOOL 94cbcd6c321cc5eb463feec2edfe14d45a4a91a0f4bc2bd81c02a9e8fb5edf137c6075f3563a6337816467d8536ce7d8ac86ac29b49df84257a4df62e2be1f58
diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.0.0.ebuild b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.0.0.ebuild
new file mode 100644
index 000000000000..2544116296e0
--- /dev/null
+++ b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Cyclically spawned executable output on the panel"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+ >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"