Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/xfdesktop/files: xfdesktop-4.12.1-no-thunar-build.patch
Date: Wed, 01 Apr 2015 16:22:23
Message-Id: 20150401162217.C0A9014FFD@oystercatcher.gentoo.org
1 mgorny 15/04/01 16:22:15
2
3 Added: xfdesktop-4.12.1-no-thunar-build.patch
4 Log:
5 Fix build failure with USE=-thunar, bug #544260.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.1 xfce-base/xfdesktop/files/xfdesktop-4.12.1-no-thunar-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/files/xfdesktop-4.12.1-no-thunar-build.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/files/xfdesktop-4.12.1-no-thunar-build.patch?rev=1.1&content-type=text/plain
14
15 Index: xfdesktop-4.12.1-no-thunar-build.patch
16 ===================================================================
17 From 71c8754d9978895542cf13eba8958df078a91a6c Mon Sep 17 00:00:00 2001
18 From: Thaddaeus Tintenfisch <thad.fisch@×××××.com>
19 Date: Sun, 29 Mar 2015 18:36:47 +0200
20 Subject: [PATCH] Fix build error (Bug #11778)
21
22 ---
23 src/xfdesktop-icon-view.c | 2 ++
24 1 file changed, 2 insertions(+)
25
26 diff --git a/src/xfdesktop-icon-view.c b/src/xfdesktop-icon-view.c
27 index adff45c..30914c4 100644
28 --- a/src/xfdesktop-icon-view.c
29 +++ b/src/xfdesktop-icon-view.c
30 @@ -1640,6 +1640,7 @@ xfdesktop_icon_view_drag_drop(GtkWidget *widget,
31
32 action = gdk_drag_context_get_selected_action(context);
33
34 +#ifdef ENABLE_FILE_ICONS
35 if(action == GDK_ACTION_ASK) {
36 xfdesktop_dnd_menu(icon_view->priv->manager, icon_on_dest,
37 context, &action, row, col, time_);
38 @@ -1649,6 +1650,7 @@ xfdesktop_icon_view_drag_drop(GtkWidget *widget,
39 return ret;
40 }
41 }
42 +#endif
43
44 for(l = icon_view->priv->selected_icons; l; l = l->next) {
45 if(xfdesktop_icon_do_drop_dest(icon_on_dest,
46 --
47 2.1.4