Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-archive-plugin/files/
Date: Sat, 02 Sep 2017 22:51:32
Message-Id: 1504392683.17ee17b504f58dc483d69b7206ca8955af8ed6fb.mgorny@gentoo
1 commit: 17ee17b504f58dc483d69b7206ca8955af8ed6fb
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 17 08:06:38 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 22:51:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ee17b5
7
8 xfce-extra/thunar-archive-plugin: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/5460
11
12 .../files/0.3.1-fix-file-roller.patch | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/xfce-extra/thunar-archive-plugin/files/0.3.1-fix-file-roller.patch b/xfce-extra/thunar-archive-plugin/files/0.3.1-fix-file-roller.patch
16 deleted file mode 100644
17 index 094480212f1..00000000000
18 --- a/xfce-extra/thunar-archive-plugin/files/0.3.1-fix-file-roller.patch
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 -diff --git a/scripts/Makefile.am b/scripts/Makefile.am
22 -index 4da529c..2ba8dec 100644
23 ---- a/scripts/Makefile.am
24 -+++ b/scripts/Makefile.am
25 -@@ -9,8 +9,8 @@ wrapper_SCRIPTS = \
26 - install-exec-hook:
27 - $(mkinstalldirs) $(DESTDIR)$(wrapperdir)
28 - -( cd $(DESTDIR)$(wrapperdir) ; \
29 -- test -f gnome-file-roller.tap \
30 -- || ln -sf file-roller.tap gnome-file-roller.tap )
31 -+ ln -sf file-roller.tap gnome-file-roller.tap; \
32 -+ ln -sf file-roller.tap org.gnome.FileRoller.tap; )
33 -
34 - EXTRA_DIST = \
35 - $(wrapper_SCRIPTS) \