Skip to content
Commits on Source (4)
thunar-archive-plugin (0.4.0-2) unstable; urgency=medium
* d/p/01_add-support-for-engrampa: merge install-exec-hooks targets
(Closes: #911370)
* d/control: update standards version to 4.2.1
-- Yves-Alexis Perez <corsac@debian.org> Mon, 22 Oct 2018 10:52:44 +0200
thunar-archive-plugin (0.4.0-1) unstable; urgency=medium
[ Yves-Alexis Perez ]
......
......@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 11),
libthunarx-3-dev,
pkg-config,
xfce4-dev-tools
Standards-Version: 4.1.4
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/xfce-team/goodies/thunar-archive-plugin.git
Vcs-Browser: https://salsa.debian.org/xfce-team/goodies/thunar-archive-plugin
......
Description: Add support for archive manager for MATE
Author: Mateusz Łukasik <mati75@linuxmint.pl>
From: =?utf-8?q?Mateusz_=C5=81ukasik?= <mati75@linuxmint.pl>
Date: Mon, 22 Oct 2018 10:28:07 +0200
Subject: Add support for archive manager for MATE
Bug-Debian: https://bugs.debian.org/783611
---
scripts/Makefile.am | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index e320358..6d0dc4f 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -16,6 +16,13 @@
@@ -15,6 +15,11 @@ install-exec-hook:
-( cd $(DESTDIR)$(wrapperdir) ; \
test -f org.gnome.FileRoller.tap \
|| ln -sf file-roller.tap org.gnome.FileRoller.tap )
+# Install symlink to 'mate-engrampa.tap'
+install-exec-hook:
+ $(mkinstalldirs) $(DESTDIR)$(wrapperdir)
+ -( cd $(DESTDIR)$(wrapperdir) ; \
+ test -f mate-engrampa.tap \
+ || ln -sf engrampa.tap mate-engrampa.tap )
+
EXTRA_DIST = \
$(wrapper_SCRIPTS) \
template.tap
From ef6aac27a1c5d49036fa218af149eaab6c599097 Mon Sep 17 00:00:00 2001
From: Lionel Le Folgoc <lionel@lefolgoc.net>
Date: Tue, 11 Oct 2011 22:08:00 +0200
Subject: Look for wrappers in {non-,}multiarch LIBEXECDIRs
......@@ -8,12 +7,14 @@ wrappers' directory (both /usr/lib/$triplet and /usr/lib).
Forwarded: not-needed
---
thunar-archive-plugin/tap-backend.c | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
thunar-archive-plugin/tap-backend.c | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/thunar-archive-plugin/tap-backend.c b/thunar-archive-plugin/tap-backend.c
index 7941d9d..75dfbc6 100644
--- a/thunar-archive-plugin/tap-backend.c
+++ b/thunar-archive-plugin/tap-backend.c
@@ -373,6 +373,17 @@
@@ -373,6 +373,17 @@ tap_backend_mime_wrapper (GAppInfo *mime_application)
filename = NULL;
}
......