commit:     dbe21962ef796800176f1b8775c999e9f678f179
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 17:31:20 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 17:34:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe21962

xfce-extra/xfce4-netload-plugin: Bump to 1.4.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-netload-plugin/Manifest           |  1 +
 .../xfce4-netload-plugin-1.4.0.ebuild              | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/xfce-extra/xfce4-netload-plugin/Manifest 
b/xfce-extra/xfce4-netload-plugin/Manifest
index 0d3248c4958..321f9257e85 100644
--- a/xfce-extra/xfce4-netload-plugin/Manifest
+++ b/xfce-extra/xfce4-netload-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-netload-plugin-1.3.2.tar.bz2 380571 BLAKE2B 
015e4fcbdf14b72cbaaf4fdad09e96a7da4eeb8e4f5a6b86281efec7550355cb1cda20260a73e43edd6df2d76c7702d96ef0d6296683c7665f6295a4351578ca
 SHA512 
519d18b1212d7c43e016220f94c6d0dabcf676ebe4f32e4c166497e7292dd4b297836d37cbea08572ab77ecdda2461b081411a6cd37fe3a20013b4d77419ef93
+DIST xfce4-netload-plugin-1.4.0.tar.bz2 403719 BLAKE2B 
fc99c7128812208c82e88732dfa5ae0f315cc107e6a52f18dd6b47bf7693ac69f8948665a56af4bce722c078eb1f735ad00ce15def65ff77a696674ec6ae804c
 SHA512 
b9740251a81382f25ed3c89f10e842ef5432e36696df304a2b038d4a0a0a8c49d9988fff5274f3421870afe4f8cca1755222d6e7c514cea51e6eea7235a00382

diff --git a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.4.0.ebuild 
b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.4.0.ebuild
new file mode 100644
index 00000000000..c4d2a3924ff
--- /dev/null
+++ b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.4.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A network load plug-in for the Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin";
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE=""
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+       >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+       dev-util/intltool
+       virtual/pkgconfig"
+
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+       xdg_icon_cache_update
+}
+
+pkg_postrm() {
+       xdg_icon_cache_update
+}

Reply via email to