xfce-extra/xfce4-time-out-plugin: Bump to 1.2.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-20 15:41:44 +02:00
parent 7e81257882
commit 9e9fb92a2e
2 changed files with 53 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST xfce4-time-out-plugin-1.1.4.tar.bz2 474667 BLAKE2B 8d331bcf44d226e4a264528c393c74c674c021646f95efeedb73368064639b23a5c3be9308fcacef579ca2a226857dbe14649ab212b85afe555bb14bdc8175a7 SHA512 c856caeff98170cb6461ead744377b13306dd5af60c8840679931ecba02861eaa929b63cc47bcc04ac115f7d88f711c9593dbbf60ceb6738b78f34c629ae06f0
DIST xfce4-time-out-plugin-1.2.0.tar.xz 65520 BLAKE2B 7500f2a7cac0ed4c6ddc77f9b9a298c7d007c5ee35d7746177a78618285c59caa6dc61502cac76029d17b2e2b7dba5364ff91cf64652c331f89524d9eb199bda SHA512 47e29870e765b4369d1bcc2a45d9726b1f49553b7f57d1757489c5d060f2d1eb2b93c9b007d8a316550f48227dc1fb894f9a6cd6e5eb34e4e090f49826b6e251

View File

@@ -0,0 +1,52 @@
# 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 plug-in to take periodical breaks from the computer"
HOMEPAGE="
https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin/start
https://gitlab.xfce.org/panel-plugins/xfce4-time-out-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="X"
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:=
X? ( >=x11-libs/libX11-1.6.7 )
"
RDEPEND="
${DEPEND}
"
BDEPEND="
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
src_configure() {
local emesonargs=(
$(meson_feature X x11)
)
meson_src_configure
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}