Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfdesktop/files/
Date: Tue, 14 Feb 2017 21:37:39
Message-Id: 1487108098.47118929633eee5d72b17ace769def11f6abe955.soap@gentoo
1 commit: 47118929633eee5d72b17ace769def11f6abe955
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 12 17:27:36 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 21:34:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47118929
7
8 xfce-base/xfdesktop: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3931
11
12 .../files/xfdesktop-4.12.1-no-thunar-build.patch | 31 ----------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/xfce-base/xfdesktop/files/xfdesktop-4.12.1-no-thunar-build.patch b/xfce-base/xfdesktop/files/xfdesktop-4.12.1-no-thunar-build.patch
16 deleted file mode 100644
17 index 52afb020f5..0000000000
18 --- a/xfce-base/xfdesktop/files/xfdesktop-4.12.1-no-thunar-build.patch
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -From 71c8754d9978895542cf13eba8958df078a91a6c Mon Sep 17 00:00:00 2001
22 -From: Thaddaeus Tintenfisch <thad.fisch@×××××.com>
23 -Date: Sun, 29 Mar 2015 18:36:47 +0200
24 -Subject: [PATCH] Fix build error (Bug #11778)
25 -
26 ----
27 - src/xfdesktop-icon-view.c | 2 ++
28 - 1 file changed, 2 insertions(+)
29 -
30 -diff --git a/src/xfdesktop-icon-view.c b/src/xfdesktop-icon-view.c
31 -index adff45c..30914c4 100644
32 ---- a/src/xfdesktop-icon-view.c
33 -+++ b/src/xfdesktop-icon-view.c
34 -@@ -1640,6 +1640,7 @@ xfdesktop_icon_view_drag_drop(GtkWidget *widget,
35 -
36 - action = gdk_drag_context_get_selected_action(context);
37 -
38 -+#ifdef ENABLE_FILE_ICONS
39 - if(action == GDK_ACTION_ASK) {
40 - xfdesktop_dnd_menu(icon_view->priv->manager, icon_on_dest,
41 - context, &action, row, col, time_);
42 -@@ -1649,6 +1650,7 @@ xfdesktop_icon_view_drag_drop(GtkWidget *widget,
43 - return ret;
44 - }
45 - }
46 -+#endif
47 -
48 - for(l = icon_view->priv->selected_icons; l; l = l->next) {
49 - if(xfdesktop_icon_do_drop_dest(icon_on_dest,
50 ---
51 -2.1.4