Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/gretl/files: gretl-1.9.12-gtksourceview.patch
Date: Thu, 30 May 2013 17:26:07
Message-Id: 20130530172602.1BF3C2171D@flycatcher.gentoo.org
1 tomka 13/05/30 17:26:02
2
3 Added: gretl-1.9.12-gtksourceview.patch
4 Log:
5 Add patch from bug 465490 to make it work with newer gtksourceview
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC!)
8
9 Revision Changes Path
10 1.1 sci-mathematics/gretl/files/gretl-1.9.12-gtksourceview.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/files/gretl-1.9.12-gtksourceview.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/files/gretl-1.9.12-gtksourceview.patch?rev=1.1&content-type=text/plain
14
15 Index: gretl-1.9.12-gtksourceview.patch
16 ===================================================================
17 --- gui2/textbuf.c.ORIG 2013-03-03 17:34:35.000000000 +0100
18 +++ gui2/textbuf.c 2013-04-17 17:07:40.008278528 +0200
19 @@ -37,6 +37,7 @@
20 #endif
21
22 #ifdef USE_GTKSOURCEVIEW_3
23 +# include <gtksourceview/gtksourcebuffer.h>
24 # define GTK_IS_SOURCE_VIEW GTK_SOURCE_IS_VIEW
25 #endif
26
27 --- gui2/textutil.c.ORIG 2013-02-27 16:45:24.000000000 +0100
28 +++ gui2/textutil.c 2013-05-28 12:45:17.346889113 +0200
29 @@ -30,6 +30,8 @@
30 #include "system.h"
31 #include "winstack.h"
32
33 +#include <gtksourceview/gtksourcebuffer.h>
34 +
35 #if USE_GTKSOURCEVIEW_2
36 # include <gtksourceview/gtksourceiter.h>
37 #endif