summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-07-30 21:36:51 +0200
committerMichał Górny <mgorny@gentoo.org>2016-07-30 21:49:46 +0200
commite836407ec4f4403ecb654a09421cb0a77bb8727a (patch)
tree851a7b1fd168c178935b498492941a955af0b9d8
parentxfce-extra/xfce4-netload-plugin: Prune old (diff)
downloadgentoo-e836407ec4f4403ecb654a09421cb0a77bb8727a.tar.gz
gentoo-e836407ec4f4403ecb654a09421cb0a77bb8727a.tar.bz2
gentoo-e836407ec4f4403ecb654a09421cb0a77bb8727a.zip
xfce-extra/xfce4-netload-plugin: Bump to 1.2.99, the first GTK+3 pre-release
-rw-r--r--xfce-extra/xfce4-netload-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.99.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-netload-plugin/Manifest b/xfce-extra/xfce4-netload-plugin/Manifest
index d7edf446f1e2..d3a6f9999586 100644
--- a/xfce-extra/xfce4-netload-plugin/Manifest
+++ b/xfce-extra/xfce4-netload-plugin/Manifest
@@ -1 +1,2 @@
DIST xfce4-netload-plugin-1.2.4.tar.bz2 361889 SHA256 fface918822c012d806717116566e54947ad7613b9290b45a18e2d5ffb8730d3 SHA512 e8b7e1d084acbe3785c5190d32c0941645be08ff735148ccd9ee03787168a390321b1945795ae9a3cc2a4ec56dfdae9cbac96fb6adbc66ec7b6c9bed845a1d51 WHIRLPOOL 5e00cc6cec80b49725b52d84cb232a624aa1527a5ee15f70e3aafad38858c42c2e5d1a1fb5fae164641f627bc93251ee8a26ea1981d582c28bbda0c10eb7b400
+DIST xfce4-netload-plugin-1.2.99.tar.bz2 366110 SHA256 5685c6edf7d4c40628e9e395647f311cb0a661cfecec7cc5636ca4d46e4a8242 SHA512 a85fccbb0c1ae85c8b7fbf97e9b5302fccde81dc75d760eef49a8f28e37963ce48c24c8f80c5421aeddc7a20c9ce04732f23cfc8a6549e9b130354cadd41126d WHIRLPOOL 2d165a0598211293a5a041bc9d787df759f444eefdc66af7c09f63196c45a3be5ee90647e293c7d54641689c1f2f8e545c47fcbcf11f6c6db662c43d9ad7d9e3
diff --git a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.99.ebuild b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.99.ebuild
new file mode 100644
index 000000000000..851891bce025
--- /dev/null
+++ b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.99.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="A network load plug-in for the Xfce panel"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="debug"
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+ >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+pkg_setup() {
+ XFCONF=(
+ $(xfconf_use_debug)
+ )
+
+ DOCS=( AUTHORS ChangeLog NEWS README )
+}