commit:     8cd8877e365466467da5f1d5faa1fcbc0485d1df
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 13:07:28 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 20 13:20:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd8877e

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

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

 xfce-extra/xfce4-netload-plugin/Manifest           |  1 +
 .../xfce4-netload-plugin-1.5.0.ebuild              | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/xfce-extra/xfce4-netload-plugin/Manifest 
b/xfce-extra/xfce4-netload-plugin/Manifest
index 3652714b1009..097291156ad8 100644
--- a/xfce-extra/xfce4-netload-plugin/Manifest
+++ b/xfce-extra/xfce4-netload-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-netload-plugin-1.4.2.tar.bz2 490871 BLAKE2B 
6ca2a685cc53fbcea16389bc39c227d320e5f380c6b14822f155b6be46f66eb1d4a39c28fb062cebcf4b29dd45e10ae6ac579d630dbb70a874f6494a53c17a51
 SHA512 
d7214380f468cbf1dc266c6834b38ef060c24997553a96917836e46cade6c6f5eb3e8c4a9deee410e024a3c4ff4ab6520737619871462073ea2e442172c8934b
+DIST xfce4-netload-plugin-1.5.0.tar.xz 72700 BLAKE2B 
0dd97ca2aeff29be135837fa296cdd64f449fda8e3b40c4e8ce1e90a6d1c13e54ddbdb0d63ded392a9a04b8252a5ce0402e0da9381ce84400e665b893479a986
 SHA512 
c115abaee2b99fb85f6f1d95d8d0dd02e8a3ef8789af85d75f3f0ab56fa59f5230e4babd065cad8c2c04f716681c1fc17a184009a89b259623ac45c8ebe5031b

diff --git a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.5.0.ebuild 
b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.5.0.ebuild
new file mode 100644
index 000000000000..b78834373908
--- /dev/null
+++ b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.5.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg-utils
+
+DESCRIPTION="A network load plug-in for the Xfce panel"
+HOMEPAGE="
+       https://docs.xfce.org/panel-plugins/xfce4-netload-plugin/start
+       https://gitlab.xfce.org/panel-plugins/xfce4-netload-plugin/
+"
+SRC_URI="
+       https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.xz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+DEPEND="
+       >=dev-libs/glib-2.50.0
+       >=x11-libs/gtk+-3.22.0:3
+       >=xfce-base/libxfce4ui-4.16.0:=[gtk3(+)]
+       >=xfce-base/libxfce4util-4.16.0:=
+       >=xfce-base/xfce4-panel-4.16.0:=
+"
+RDEPEND="
+       ${DEPEND}
+"
+BDEPEND="
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+"
+
+pkg_postinst() {
+       xdg_icon_cache_update
+}
+
+pkg_postrm() {
+       xdg_icon_cache_update
+}

Reply via email to