commit: 9b2792e2d2b9db1cf18d7afa1acc67c2e5c38030 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 20 12:56:36 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 20 13:03:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2792e2
xfce-extra/xfce4-indicator-plugin: Bump to 2.5.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-indicator-plugin/Manifest | 1 + .../xfce4-indicator-plugin-2.5.0.ebuild | 59 ++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/xfce-extra/xfce4-indicator-plugin/Manifest b/xfce-extra/xfce4-indicator-plugin/Manifest index 8eef8e6c0e33..0240078f895e 100644 --- a/xfce-extra/xfce4-indicator-plugin/Manifest +++ b/xfce-extra/xfce4-indicator-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-indicator-plugin-2.4.3.tar.bz2 457820 BLAKE2B b350f243522213887082fb4eb75bac4e5147a1b8e1f9518dd4c1043306962ba81b9c77d4ae82902ba267c6ecb8c23bde475ba31319f5691f2f3acba8f98a6708 SHA512 fd3d733811f3f7b4be174e9e477bdb85f7007aa4038d2490db79dbce5add6589f9e2788725257881e14eeaf84f472d18bffe3f1ba08360e59b2dc029bcf080c4 +DIST xfce4-indicator-plugin-2.5.0.tar.xz 83336 BLAKE2B 0567f08d268975c396245dd95ecd7de96727bae1b0beff4a6e2271225074a063147b411f080c929ace35fcc8f01c93b1972acec8cc4efedbc3fef7b99569a983 SHA512 671827a90c52ec2573822edce9f533f32f17fad48c8bd47e03a3a12e32c4d664af71c38f07c590ea3c50e919556bfff3c3a22188e4bfe00d258b6d66d9dabbb3 diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.5.0.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.5.0.ebuild new file mode 100644 index 000000000000..4f5729c32038 --- /dev/null +++ b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.5.0.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson xdg-utils + +DESCRIPTION="A panel plugin that uses indicator-applet to show new messages" +HOMEPAGE=" + https://docs.xfce.org/panel-plugins/xfce4-indicator-plugin/start + https://gitlab.xfce.org/panel-plugins/xfce4-indicator-plugin/ +" +SRC_URI=" + https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.xz +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + +DEPEND=" + >=dev-libs/ayatana-ido-0.4.0 + >=dev-libs/glib-2.50.0 + >=dev-libs/libayatana-indicator-0.5.0:3 + >=x11-libs/gtk+-3.22.0:3 + x11-libs/libX11 + >=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} +" +# dev-libs/glib for glib-compile-resources +BDEPEND=" + dev-libs/glib + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + -Dlibayatana-ido=enabled + -Dindicator-application=enabled + ) + + meson_src_configure +} + +pkg_postinst() { + xdg_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_icon_cache_update + xdg_desktop_database_update +}
