commit: 6b92c988707395133882c956d63d280113e1f2c8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 20 13:43:12 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 20 13:43:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b92c988
xfce-extra/xfce4-timer-plugin: Bump to 1.8.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-timer-plugin/Manifest | 1 + .../xfce4-timer-plugin-1.8.0.ebuild | 42 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/xfce-extra/xfce4-timer-plugin/Manifest b/xfce-extra/xfce4-timer-plugin/Manifest index aad0f733da54..8bcd195d2eda 100644 --- a/xfce-extra/xfce4-timer-plugin/Manifest +++ b/xfce-extra/xfce4-timer-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-timer-plugin-1.7.3.tar.bz2 487838 BLAKE2B c4e35bceb677432af88f0d2d40fd74f9388478605af5ad7d6e4573f24d1c8f453819a65fc3bd746c09847131bd895153f5ae363828da668bd1b9ce953466c17d SHA512 aad16bac1c43a9bed529884e23392153fdeec9e6793a9815f3307c7ec2cb33a1bce86127bc009f80ecdfb4a44edcdaf8f63f139a382bad0001a14b007d741a55 +DIST xfce4-timer-plugin-1.8.0.tar.xz 65196 BLAKE2B f86af83068d3b4e67ad41fdfdde480d2aae9677f2ec3080295b06396874414523bf552da91c2cdb4cc960c85fe66041824becf9eb7d294f4b24f2225fb6025e5 SHA512 9729181248ee3aa6e90be8a6975a76121ce89c26131fc4eadb6840eec7059afb45f06ff9bae5e202e39d081bd898ece2fd236c5d64e1ab07a8c8ecb2c18558f0 diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.8.0.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.8.0.ebuild new file mode 100644 index 000000000000..65c702924396 --- /dev/null +++ b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-1.8.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 simple timer plug-in for the Xfce desktop environment" +HOMEPAGE=" + https://docs.xfce.org/panel-plugins/xfce4-timer-plugin/start + https://gitlab.xfce.org/panel-plugins/xfce4-timer-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:= + >=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 +}
