Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kdebindings-csharp/files: kdebindings-csharp-4.4.5-mono-2.8.patch
Date: Fri, 28 Jan 2011 17:33:57
Message-Id: 20110128173347.BB1A520057@flycatcher.gentoo.org
1 dilfridge 11/01/28 17:33:47
2
3 Added: kdebindings-csharp-4.4.5-mono-2.8.patch
4 Log:
5 Added revbump and patch for use with mono-2.8; specified correct dependencies for -r0 and -r1 (bug 341497)
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 kde-base/kdebindings-csharp/files/kdebindings-csharp-4.4.5-mono-2.8.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-csharp/files/kdebindings-csharp-4.4.5-mono-2.8.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebindings-csharp/files/kdebindings-csharp-4.4.5-mono-2.8.patch?rev=1.1&content-type=text/plain
14
15 Index: kdebindings-csharp-4.4.5-mono-2.8.patch
16 ===================================================================
17 diff -uar kdebindings-4.4.5-orig/csharp/kimono/CMakeLists.txt kdebindings-4.4.5/csharp/kimono/CMakeLists.txt
18 --- kdebindings-4.4.5-orig/csharp/kimono/CMakeLists.txt 2010-10-24 16:11:27.000000000 +0200
19 +++ kdebindings-4.4.5/csharp/kimono/CMakeLists.txt 2010-10-24 16:12:17.000000000 +0200
20 @@ -22,7 +22,7 @@
21 ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS})
22
23 # write FindPackage modules for these
24 -pkg_search_module(MONO mono)
25 +pkg_search_module(MONO mono-2 mono)
26 pkg_search_module(GLIB2 glib-2.0)
27
28 # if libmono-dev is not installed, then MONO_INCLUDES is not defined and compiling
29 diff -uar kdebindings-4.4.5-orig/csharp/kimono/src/kimonopluginfactory.cpp kdebindings-4.4.5/csharp/kimono/src/kimonopluginfactory.cpp
30 --- kdebindings-4.4.5-orig/csharp/kimono/src/kimonopluginfactory.cpp 2010-10-24 16:11:27.000000000 +0200
31 +++ kdebindings-4.4.5/csharp/kimono/src/kimonopluginfactory.cpp 2010-10-24 16:12:40.000000000 +0200
32 @@ -44,6 +44,7 @@
33
34 #include <stdlib.h>
35 #include <stdio.h>
36 +#include <glib.h>
37
38 class QWidget;