diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-11 21:11:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-11 21:18:52 +0200 |
commit | 63c8f2fa92c4e2753ccca445892014844017bfc6 (patch) | |
tree | ca3491ba8e7298953579b5523aa69df7b60fad75 /xfce-extra/thunar-archive-plugin | |
parent | xfce-base/xfconf: Remove old (diff) | |
download | gentoo-63c8f2fa92c4e2753ccca445892014844017bfc6.tar.gz gentoo-63c8f2fa92c4e2753ccca445892014844017bfc6.tar.bz2 gentoo-63c8f2fa92c4e2753ccca445892014844017bfc6.zip |
xfce-extra/thunar-archive-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/thunar-archive-plugin')
-rw-r--r-- | xfce-extra/thunar-archive-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.0.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/xfce-extra/thunar-archive-plugin/Manifest b/xfce-extra/thunar-archive-plugin/Manifest index 016aac998b13..ecfc93ea3a00 100644 --- a/xfce-extra/thunar-archive-plugin/Manifest +++ b/xfce-extra/thunar-archive-plugin/Manifest @@ -1,2 +1 @@ -DIST thunar-archive-plugin-0.5.0.tar.bz2 378749 BLAKE2B d420e121351fc78bd67880c89574a762dfd51949087cbde117c48cf8f879bf1c7416d960bf7d49bb704008a8dc10e1d87ecf43481f644f07bbadbc00d7348af8 SHA512 5a606f5102689e5e0fa051b25cae6f66248491aeab2c6402fd158151f9cbfab54ff4b61c36eab89fdf323b65065d955bdedd6760f32a5493179e92492ee1df37 DIST thunar-archive-plugin-0.5.1.tar.bz2 369808 BLAKE2B 4a548f2249c5fe84e797759a6d6ac28f3ad0dbdc1361950e2593be55541500e5937b34d0408b3c66a1b964d58b2c2fe4c012a323d46defb4b3f56ec1442d229e SHA512 e79c60d42a3c40007b361fca918977a84c6f8737136f06b0ef073ce574731162fc2145d2563d751b3cf73222e38361aa1ef6435eec90fce7d86d43102e674051 diff --git a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.0.ebuild b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.0.ebuild deleted file mode 100644 index b3aecff17605..000000000000 --- a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="Archive plug-in for the Thunar filemanager" -HOMEPAGE="https://docs.xfce.org/xfce/thunar/archive" -SRC_URI="https://archive.xfce.org/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - >=xfce-base/libxfce4util-4.12:= - >=xfce-base/exo-0.10:= - >=xfce-base/thunar-1.7:= -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig -" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |