commit: f5fb08b41c048549f83ac63d8ab1f59bd33cd484 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 20 13:02:53 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 20 13:03:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5fb08b4
xfce-extra/xfce4-mailwatch-plugin: Bump to 1.4.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-mailwatch-plugin/Manifest | 1 + .../xfce4-mailwatch-plugin-1.4.0.ebuild | 54 ++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/xfce-extra/xfce4-mailwatch-plugin/Manifest b/xfce-extra/xfce4-mailwatch-plugin/Manifest index 066bbfb2454f..4290c2356129 100644 --- a/xfce-extra/xfce4-mailwatch-plugin/Manifest +++ b/xfce-extra/xfce4-mailwatch-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-mailwatch-plugin-1.3.2.tar.bz2 712411 BLAKE2B 3fff577b5633e59e5d99e96af0134fff2f147590a985db0561a439614471ce75559206add986189fa02ee8e5f8daeb02deb79c12f59fc3cf8468b76d4bf0debd SHA512 97afde722984139cc5714612904915fc42e9b6905078529e3e367908f1880c5ce19f6fb5f381e6d5f3737633451e3a1f55105b1f5eaf6936b0108bd78490efd8 +DIST xfce4-mailwatch-plugin-1.4.0.tar.xz 167520 BLAKE2B 28399ce378e19e6b021e27a4aee94d62f2bd2d5b788a6292d91708a2651cf10fda2ff10380b4b1f143ac4cb93f556578abbddf94d9dd7e83b60d376c2b057e1f SHA512 a356e6c62d563291dc5686e0f207630615c1695be41cb572e2db3b7b842feb171858438eebf321e584ee6001598a3f94b1eb9340891aba634909d8b7ac86c7a3 diff --git a/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.4.0.ebuild b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.4.0.ebuild new file mode 100644 index 000000000000..39b57cc2eeca --- /dev/null +++ b/xfce-extra/xfce4-mailwatch-plugin/xfce4-mailwatch-plugin-1.4.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson xdg-utils + +DESCRIPTION="An mail notification panel plug-in for the Xfce desktop environment" +HOMEPAGE=" + https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin/start + https://gitlab.xfce.org/panel-plugins/xfce4-mailwatch-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" +IUSE="ssl" + +# TODO: remove exo when we depend on libxfce4ui >= 4.21.0 +DEPEND=" + >=dev-libs/glib-2.50.0:= + >=x11-libs/gtk+-3.22.0:3= + >=xfce-base/exo-0.11.0:= + >=xfce-base/libxfce4ui-4.16.0:= + >=xfce-base/libxfce4util-4.16.0:= + >=xfce-base/xfce4-panel-4.16.0:= + ssl? ( >=net-libs/gnutls-2:= ) +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + $(meson_feature ssl gnutls) + ) + + meson_src_configure +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}
