diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-05 17:06:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-05 17:06:40 +0200 |
commit | fa88c1aa45d07fb962a7d62aef5c8080b787d723 (patch) | |
tree | e94eaa5c6648edd77b0c8aa1d8c2bd96427007da /xfce-extra/xfce4-eyes-plugin | |
parent | xfce-base/xfwm4: Remove old (diff) | |
download | gentoo-fa88c1aa45d07fb962a7d62aef5c8080b787d723.tar.gz gentoo-fa88c1aa45d07fb962a7d62aef5c8080b787d723.tar.bz2 gentoo-fa88c1aa45d07fb962a7d62aef5c8080b787d723.zip |
xfce-extra/xfce4-eyes-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-eyes-plugin')
-rw-r--r-- | xfce-extra/xfce4-eyes-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.5.0.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/xfce-extra/xfce4-eyes-plugin/Manifest b/xfce-extra/xfce4-eyes-plugin/Manifest index f0772a612a72..2c797f9a0435 100644 --- a/xfce-extra/xfce4-eyes-plugin/Manifest +++ b/xfce-extra/xfce4-eyes-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-eyes-plugin-4.5.0.tar.bz2 366460 BLAKE2B 4f773eb44d622a0a232c9881cf601c0b7ce01f33c9d76091b9f896fee4df76381c558b0f0bc62d720aba35fb2064cb49ed61b8c6992be71b4afb2edf3a21e9e0 SHA512 884f409bda74688ccf3426cc139235daf709d1eabe884db80ecaa5300814308f8ddcf205af7fa2a48cef7d08c03b1f5778e3aedc2f08e15ce22d13066775c771 DIST xfce4-eyes-plugin-4.5.1.tar.bz2 367404 BLAKE2B 5db449ac12e130d837df293c634c9ac17dc8681e940441640af3b9ef26baa8812c8bb4529ff6b56fe32589111e3c578e78d9c1cd46aadb007a0075e22375f952 SHA512 1de072b03720772adb41e6a6d0a72e8c6524c7c5e299c951d89739b7de3876582e8acf31f4896191d796c34f5abd98da37c363b84a1e24addc4fa42e553ba37a diff --git a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.5.0.ebuild b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.5.0.ebuild deleted file mode 100644 index 7aa894a3341e..000000000000 --- a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.5.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils - -DESCRIPTION="A panel plug-in which adds classic eyes to your every step" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.20 - >=x11-libs/gtk+-3.16:3 - >=xfce-base/libxfce4ui-4.12:= - >=xfce-base/xfce4-panel-4.12:=" -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 -} |