summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-07 11:55:16 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-07 11:55:16 +0200
commit4d2b34ef29f345374d5b321d3ae214a6bc256136 (patch)
treefcb7eed78729232e8af296e7d434413a11c92319 /xfce-extra
parentxfce-base/xfce4-panel: Remove old (diff)
downloadgentoo-4d2b34ef29f345374d5b321d3ae214a6bc256136.tar.gz
gentoo-4d2b34ef29f345374d5b321d3ae214a6bc256136.tar.bz2
gentoo-4d2b34ef29f345374d5b321d3ae214a6bc256136.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/Manifest1
-rw-r--r--xfce-extra/thunar-archive-plugin/files/0.3.1-fix-kde-ark.patch22
-rw-r--r--xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.4.0.ebuild40
3 files changed, 0 insertions, 63 deletions
diff --git a/xfce-extra/thunar-archive-plugin/Manifest b/xfce-extra/thunar-archive-plugin/Manifest
index e4297b2d8d4d..32e8d4aa5936 100644
--- a/xfce-extra/thunar-archive-plugin/Manifest
+++ b/xfce-extra/thunar-archive-plugin/Manifest
@@ -1,2 +1 @@
-DIST thunar-archive-plugin-0.4.0.tar.bz2 350011 BLAKE2B aebe828396e75701b788dd22266ed154b3a8296b8f6a912fbd99d4ebda1db2ed2a5cbf957a381523194270b5f1ea8ae6af24ca61e35b3953de54b0477bffd6cf SHA512 6590d8765ac6eab14fae7758e4c47c66b52e79e2e4b01a86d25bd35492590925ca35e4bbade8a9d8f0c73386eaeda6863e2a7a39a2df2904404f7e2bfdd91a44
DIST thunar-archive-plugin-0.5.0.tar.bz2 378749 BLAKE2B d420e121351fc78bd67880c89574a762dfd51949087cbde117c48cf8f879bf1c7416d960bf7d49bb704008a8dc10e1d87ecf43481f644f07bbadbc00d7348af8 SHA512 5a606f5102689e5e0fa051b25cae6f66248491aeab2c6402fd158151f9cbfab54ff4b61c36eab89fdf323b65065d955bdedd6760f32a5493179e92492ee1df37
diff --git a/xfce-extra/thunar-archive-plugin/files/0.3.1-fix-kde-ark.patch b/xfce-extra/thunar-archive-plugin/files/0.3.1-fix-kde-ark.patch
deleted file mode 100644
index e95fbbe0e407..000000000000
--- a/xfce-extra/thunar-archive-plugin/files/0.3.1-fix-kde-ark.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -ur thunar-archive-plugin-0.3.1.old/scripts/ark.tap thunar-archive-plugin-0.3.1/scripts/ark.tap
---- thunar-archive-plugin-0.3.1.old/scripts/ark.tap 2013-05-11 13:48:30.000000000 +0400
-+++ thunar-archive-plugin-0.3.1/scripts/ark.tap 2015-07-05 12:56:25.288680104 +0400
-@@ -30,15 +30,15 @@
- # check the action
- case $action in
- create)
-- exec ark --add "$@"
-+ exec ark --dialog --add "$@"
- ;;
-
- extract-here)
-- exec ark --extract-to "$folder" "$@"
-+ exec ark --batch --destination "$folder" "$@"
- ;;
-
- extract-to)
-- exec ark --extract "$@"
-+ exec ark --batch --dialog --autodestination "$@"
- ;;
-
- *)
diff --git a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.4.0.ebuild b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.4.0.ebuild
deleted file mode 100644
index 143aba886553..000000000000
--- a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.4.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="Archive plug-in for the Thunar filemanager"
-HOMEPAGE="https://goodies.xfce.org/projects/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"
-IUSE=""
-
-RDEPEND=">=xfce-base/libxfce4util-4.12:=
- >=xfce-base/exo-0.10:=
- >=xfce-base/thunar-1.7:="
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/0.3.1-fix-kde-ark.patch
-)
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}