[Pkg-xfce-commits] [Git][xfce-team/goodies/thunar-archive-plugin][debian/master] 4 commits: patch updated after gbp pq import
Yves-Alexis Perez
gitlab at salsa.debian.org
Mon Oct 22 09:57:04 BST 2018
Yves-Alexis Perez pushed to branch debian/master at xfce / goodies / thunar-archive-plugin
Commits:
09ca3f99 by Yves-Alexis Perez at 2018-10-22T08:44:33Z
patch updated after gbp pq import
Gbp-Dch: ignore
- - - - -
a5ec8e43 by Yves-Alexis Perez at 2018-10-22T08:45:31Z
d/p/01_add-support-for-engrampa: merge install-exec-hooks targets
duplicate target means one wasn't run and the file-roller symlinks
weren't installed.
Closes: #911370
- - - - -
965e31c9 by Yves-Alexis Perez at 2018-10-22T08:48:29Z
d/control: update standards version to 4.2.1
- - - - -
615a6ce6 by Yves-Alexis Perez at 2018-10-22T08:53:05Z
finalize changelog
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/patches/01_add-support-for-engrampa.patch
- debian/patches/02_support-non-multiarch-wrappers.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+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 at debian.org> Mon, 22 Oct 2018 10:52:44 +0200
+
thunar-archive-plugin (0.4.0-1) unstable; urgency=medium
[ Yves-Alexis Perez ]
=====================================
debian/control
=====================================
@@ -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
=====================================
debian/patches/01_add-support-for-engrampa.patch
=====================================
@@ -1,20 +1,25 @@
-Description: Add support for archive manager for MATE
-Author: Mateusz Ĺukasik <mati75 at linuxmint.pl>
+From: =?utf-8?q?Mateusz_=C5=81ukasik?= <mati75 at 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
=====================================
debian/patches/02_support-non-multiarch-wrappers.patch
=====================================
@@ -1,4 +1,3 @@
-From ef6aac27a1c5d49036fa218af149eaab6c599097 Mon Sep 17 00:00:00 2001
From: Lionel Le Folgoc <lionel at 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;
}
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-archive-plugin/compare/14263834b311c32d3822b62231043d5a7b989d02...615a6ce6589232861e6208a9b8e80863002dc7c0
--
View it on GitLab: https://salsa.debian.org/xfce-team/goodies/thunar-archive-plugin/compare/14263834b311c32d3822b62231043d5a7b989d02...615a6ce6589232861e6208a9b8e80863002dc7c0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20181022/a72cb344/attachment-0001.html>
More information about the Pkg-xfce-commits
mailing list