commit:     64e58431ce4f7041fdadc0d10ca5ed8245a38952
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 12:50:30 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 20 12:50:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e58431

xfce-extra/xfce4-genmon-plugin: Bump to 4.3.0

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

 xfce-extra/xfce4-genmon-plugin/Manifest            |  1 +
 .../xfce4-genmon-plugin-4.3.0.ebuild               | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/xfce-extra/xfce4-genmon-plugin/Manifest 
b/xfce-extra/xfce4-genmon-plugin/Manifest
index 14c369c8e5e2..95de256a8658 100644
--- a/xfce-extra/xfce4-genmon-plugin/Manifest
+++ b/xfce-extra/xfce4-genmon-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-genmon-plugin-4.2.1.tar.bz2 484379 BLAKE2B 
0897c2cf4598c3e6bf1253deee6d53d56eca2bfb8f2926044d650995d4a619e4c8596121a9d03c575bd66da60052c4d93ef8476e902defed88b80219ed422d58
 SHA512 
c961462b67fcf001147d7a930bc443cceaa0e4b52ac511a38885072e995b21e5a1e047ea1ed9f30399c73d4f4bc8feda88e1b19a94cd7ce3ae272153c4767af9
+DIST xfce4-genmon-plugin-4.3.0.tar.xz 114988 BLAKE2B 
b13d1341ad426f4619a8d673959351037232c3b3cdf6366d73de6c31fc8977b420ceaad4921c55516d4680b0ff8e5e27bec8beae0684c809b8bdddc914899cad
 SHA512 
fb6f542e809db60b4dcfd3174cd2a2942cded9e27e98a1ef886af5a26598e0abba9ef587c7026e3371d225785e35d52b8be3f92baa6f76cbacda90abf7a690e2

diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.3.0.ebuild 
b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.3.0.ebuild
new file mode 100644
index 000000000000..28fb46641794
--- /dev/null
+++ b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-4.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg-utils
+
+DESCRIPTION="Cyclically spawned executable output on the panel"
+HOMEPAGE="
+       https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin
+       https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin/
+"
+SRC_URI="
+       https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.xz
+"
+
+LICENSE="LGPL-2.1+"
+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:=
+       >=xfce-base/xfconf-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