xfce-extra/xfdashboard: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-05-10 17:27:01 +02:00
parent 098b357761
commit 907fc4a762
2 changed files with 0 additions and 50 deletions

View File

@@ -1,2 +1 @@
DIST xfdashboard-1.0.0.tar.bz2 3423708 BLAKE2B b6ac90de137d85f9503372648444100561368498ac93173e60b3d0938cd5c1a95a4c0a668b4b2078821b234ca8e074e0fbc9a0c6b5785de23561465a3cfafe62 SHA512 7c7da3d544de4eabe9f31c2744d7b862ed71a7e7bcadd40b61d64ce7d480e627c86992979718110d65d1534f50fd87d8241f509b26e0603b93443b4cca873d1c
DIST xfdashboard-1.1.0.tar.xz 2642580 BLAKE2B e486cb46779e5373ae8f883d52a46972402c9fff80d8fe62b3ff61e1f49cbec4430766de4b6566b62e1db0081bf9225f10bfd9b282e900102b8eab30fb8a2003 SHA512 83e0e552633e21f75b279c3ef3bee815dc15073ade8d90a0a4fe5971c064b93d2a4163078daa1a54df5806bd6fa83d3b8ab53335c7c818e2c158f8b93bf2e7ee

View File

@@ -1,49 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit xdg-utils
DESCRIPTION="Maybe a GNOME shell like dashboard for the Xfce desktop environment"
HOMEPAGE="https://goodies.xfce.org/projects/applications/xfdashboard/start"
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~riscv x86"
RDEPEND="
>=dev-libs/glib-2.38:2
>=x11-libs/gtk+-3.2:3
>=media-libs/clutter-1.12:1.0=[gtk]
>=x11-libs/libwnck-3:3=
x11-libs/libX11:=
x11-libs/libXcomposite:=
x11-libs/libXdamage:=
x11-libs/libXinerama:=
>=xfce-base/garcon-0.2.0:=
>=xfce-base/libxfce4ui-4.10:=
>=xfce-base/libxfce4util-4.10:=
>=xfce-base/xfconf-4.14:=
"
DEPEND="
${RDEPEND}
"
BDEPEND="
dev-util/intltool
virtual/pkgconfig
"
src_install() {
default
find "${D}" -name '*.la' -delete || die
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}