xfce-extra/xfce4-stopwatch-plugin: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-06-21 19:03:25 +02:00
parent 2819311e42
commit 59556aefbf
2 changed files with 0 additions and 46 deletions

View File

@@ -1,2 +1 @@
DIST xfce4-stopwatch-plugin-0.5.2.tar.bz2 372592 BLAKE2B 2075137e0f977a81acbe6467d048719edd39e4671e6e5a9bc59b3a7ffa1c172863c8b072ff951f7d827c6f4a0ed5b1f437802918856a68a48a6c732ffadd50f7 SHA512 8c8120c1b3801c780d8a30293d1c8fb92cf57c5dee323b0d41fbba7c108a78231337815ba0548a0ae78be89a35ea1b6184c49d4013de0185b1e7075aaf5fbc26
DIST xfce4-stopwatch-plugin-0.6.0.tar.xz 23836 BLAKE2B 3964de4ca6a5d5bfe5a09cfc973f6bbd21ff0b9303dde5a28a8cdb461cb953005e61e36f9834c0715fba6a12a130fdedade3781fb71ed84d5918885428d89d2a SHA512 89319ddece7fb79cb16570b884fe7111db650c09801996c36bdf8a93191e25f935501930536b4aa975e2cf60ad4c39646b89043d18fc71d6b32caa1d13855807

View File

@@ -1,45 +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 simple stopwatch plugin for Xfce panel"
HOMEPAGE="
https://docs.xfce.org/panel-plugins/xfce4-stopwatch-plugin
https://gitlab.xfce.org/panel-plugins/xfce4-stopwatch-plugin/
"
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=dev-libs/glib-2.50.0
>=x11-libs/gtk+-3.22.0:3
>=xfce-base/libxfce4util-4.16.0:=
>=xfce-base/xfce4-panel-4.16.0:=
"
RDEPEND="
${DEPEND}
kernel_linux? ( sys-apps/net-tools )
"
BDEPEND="
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}