diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-02-19 01:59:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-02-19 02:03:55 +0100 |
commit | 755b64fae253b52017cbccc0982b1b617fa6ea8f (patch) | |
tree | 0e71b734527e8cdced539c5dd0f2373330454b8f /xfce-extra/xfdashboard | |
parent | xfce-extra/xfce4-fsguard-plugin: Remove old (diff) | |
download | gentoo-755b64fae253b52017cbccc0982b1b617fa6ea8f.tar.gz gentoo-755b64fae253b52017cbccc0982b1b617fa6ea8f.tar.bz2 gentoo-755b64fae253b52017cbccc0982b1b617fa6ea8f.zip |
xfce-extra/xfdashboard: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfdashboard')
-rw-r--r-- | xfce-extra/xfdashboard/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/xfce-extra/xfdashboard/Manifest b/xfce-extra/xfdashboard/Manifest index 15e1ba573a0a..fca3f0c6d060 100644 --- a/xfce-extra/xfdashboard/Manifest +++ b/xfce-extra/xfdashboard/Manifest @@ -1,2 +1 @@ -DIST xfdashboard-0.7.5.tar.bz2 3366413 BLAKE2B 4fb9c9bd298f5e9b0f3052e1f3d488386446d37e9130e750ee09756da856d232fdc4c18fc21e9883c3df46e7cba636c82f32942b17473a5710e30006baf6a54f SHA512 5d32aa3a49e02d85ca92bee6aa37a3b743e50ca5d992128decea5846e8c9008a9f5bdb98cc0ee3e980761a6538a4867ff28410e066ef22f0aa2c2bd4c5ce1523 DIST xfdashboard-0.8.0.tar.bz2 3341109 BLAKE2B 8787bd5069d8c4781c1b728e051e344dab227c847faf0762595079556a206b61ba4e6e45cc967f0f7267b41125bee62ff5fdf05cbbc7b3663fa785ad1fdddc16 SHA512 3bbddf079f129c8f32b764f61c75cc4efac52dff752375bdafd5537ad9c9435a5b12ead51176a684fca8fdc24f5bf44d774d8d3d6eae6942b266e1d0e4e89d62 diff --git a/xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild b/xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild deleted file mode 100644 index 43d8df4d9609..000000000000 --- a/xfce-extra/xfdashboard/xfdashboard-0.7.5.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.32: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.13:=" -DEPEND="${RDEPEND} - 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 -} |