summarylogtreecommitdiffstats
path: root/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
diff options
context:
space:
mode:
authornewbthenewbd2018-06-18 21:00:45 +0200
committernewbthenewbd2018-06-18 21:00:45 +0200
commited194ef6d14483eab8698ad04da025749c51914c (patch)
treec2b0c26d1055e1744290f28da8b160943ce01fb0 /0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
downloadaur-thunar-archive-plugin-gtk2.tar.gz
Uploaded latest package available for gtk2
Diffstat (limited to '0001-Fix-file-roller-3.12.1-detection-bug-10826.patch')
-rw-r--r--0001-Fix-file-roller-3.12.1-detection-bug-10826.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch b/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
new file mode 100644
index 000000000000..f1435cd55d0b
--- /dev/null
+++ b/0001-Fix-file-roller-3.12.1-detection-bug-10826.patch
@@ -0,0 +1,37 @@
+From cc1b9c86d1b563318a2b9489b062f9519ae08b20 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras <evangelos@foutrelis.com>
+Date: Wed, 23 Apr 2014 20:13:19 +0300
+Subject: [PATCH] Fix file-roller>=3.12.1 detection (bug #10826)
+
+File Roller 3.12.1 changed the name of its .desktop file from
+file-roller.desktop to org.gnome.FileRoller.desktop.
+
+We install a new symlink to support the new .desktop file name.
+---
+ scripts/Makefile.am | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/scripts/Makefile.am b/scripts/Makefile.am
+index 4da529c..3804605 100644
+--- a/scripts/Makefile.am
++++ b/scripts/Makefile.am
+@@ -5,12 +5,15 @@ wrapper_SCRIPTS = \
+ ark.tap \
+ file-roller.tap
+
+-# Install symlink to 'gnome-file-roller.tap'
++# Install symlink to 'gnome-file-roller.tap' and 'org.gnome.FileRoller.tap'
+ install-exec-hook:
+ $(mkinstalldirs) $(DESTDIR)$(wrapperdir)
+ -( cd $(DESTDIR)$(wrapperdir) ; \
+ test -f gnome-file-roller.tap \
+ || ln -sf file-roller.tap gnome-file-roller.tap )
++ -( cd $(DESTDIR)$(wrapperdir) ; \
++ test -f org.gnome.FileRoller.tap \
++ || ln -sf file-roller.tap org.gnome.FileRoller.tap )
+
+ EXTRA_DIST = \
+ $(wrapper_SCRIPTS) \
+--
+1.9.2
+