summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/thunar-archive-plugin/files/0.3.1-add-support-symlinks.patch')
-rw-r--r--xfce-extra/thunar-archive-plugin/files/0.3.1-add-support-symlinks.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/xfce-extra/thunar-archive-plugin/files/0.3.1-add-support-symlinks.patch b/xfce-extra/thunar-archive-plugin/files/0.3.1-add-support-symlinks.patch
new file mode 100644
index 000000000000..bbe5f566a4c5
--- /dev/null
+++ b/xfce-extra/thunar-archive-plugin/files/0.3.1-add-support-symlinks.patch
@@ -0,0 +1,15 @@
+diff -ur thunar-archive-plugin-0.3.1.old/scripts/Makefile.am thunar-archive-plugin-0.3.1/scripts/Makefile.am
+--- thunar-archive-plugin-0.3.1.old/scripts/Makefile.am 2013-05-11 13:48:30.000000000 +0400
++++ thunar-archive-plugin-0.3.1/scripts/Makefile.am 2015-07-05 12:55:32.052090677 +0400
+@@ -9,8 +9,9 @@
+ install-exec-hook:
+ $(mkinstalldirs) $(DESTDIR)$(wrapperdir)
+ -( cd $(DESTDIR)$(wrapperdir) ; \
+- test -f gnome-file-roller.tap \
+- || ln -sf file-roller.tap gnome-file-roller.tap )
++ ln -sf ark.tap kde4-ark.tap; \
++ ln -sf file-roller.tap gnome-file-roller.tap; \
++ ln -sf file-roller.tap org.gnome.FileRoller.tap; )
+
+ EXTRA_DIST = \
+ $(wrapper_SCRIPTS) \