xfce-extra/xfce4-time-out-plugin: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-06-21 14:21:59 +02:00
parent 6bc3e84caa
commit ff4af74817
2 changed files with 0 additions and 48 deletions

View File

@@ -1,2 +1 @@
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

@@ -1,47 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit 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.bz2
"
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
>=x11-libs/libX11-1.6.7
>=xfce-base/libxfce4ui-4.16.0:=
>=xfce-base/xfce4-panel-4.16.0:=
"
RDEPEND="
${DEPEND}
"
BDEPEND="
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
src_install() {
default
find "${D}" -name '*.la' -delete || die
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}