diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-03 04:15:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-03 05:20:17 +0100 |
commit | ae607be1658afd6680f9a22b74fd1d140cd3a40c (patch) | |
tree | b92da28d295d83a28a143705ba9684555a98fa4c /xfce-extra | |
parent | dev-python/colorlog: Bump to 6.8.0 (diff) | |
download | gentoo-ae607be1658afd6680f9a22b74fd1d140cd3a40c.tar.gz gentoo-ae607be1658afd6680f9a22b74fd1d140cd3a40c.tar.bz2 gentoo-ae607be1658afd6680f9a22b74fd1d140cd3a40c.zip |
xfce-extra/thunar-archive-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/thunar-archive-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.1.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/xfce-extra/thunar-archive-plugin/Manifest b/xfce-extra/thunar-archive-plugin/Manifest index 9aa8154455a1..ccd15d214aee 100644 --- a/xfce-extra/thunar-archive-plugin/Manifest +++ b/xfce-extra/thunar-archive-plugin/Manifest @@ -1,2 +1 @@ -DIST thunar-archive-plugin-0.5.1.tar.bz2 369808 BLAKE2B 4a548f2249c5fe84e797759a6d6ac28f3ad0dbdc1361950e2593be55541500e5937b34d0408b3c66a1b964d58b2c2fe4c012a323d46defb4b3f56ec1442d229e SHA512 e79c60d42a3c40007b361fca918977a84c6f8737136f06b0ef073ce574731162fc2145d2563d751b3cf73222e38361aa1ef6435eec90fce7d86d43102e674051 DIST thunar-archive-plugin-0.5.2.tar.bz2 371599 BLAKE2B a32e0d7c42ad075d2f40d815ca74b86bb0a9a3a2db8c4e2146d3e90b12d7ba4e72b7f75703adcc6aeca702b1124cbe833e80def9891498056c8e0c0483318cab SHA512 f334b960c623bc6c5736ba38d0e965b4e8d4f22fe857a66301c36c255701a702f839d6f63f67b37bc665066d75d787ea8159d4eed7561a2ecd98340bdcb65bc0 diff --git a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.1.ebuild b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.1.ebuild deleted file mode 100644 index cdf40515eee4..000000000000 --- a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2023 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 - https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin/ -" -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" - -DEPEND=" - >=dev-libs/glib-2.50.0 - >=x11-libs/gtk+-3.22.0:3 - >=xfce-base/libxfce4util-4.12:= - >=xfce-base/exo-0.10:= - >=xfce-base/thunar-1.7:= -" -RDEPEND=" - ${DEPEND} -" -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 -} |