Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/notecase/files: notecase-1.9.8-gtksourceview.patch
Date: Fri, 01 Jul 2011 15:43:42
Message-Id: 20110701154332.915B320051@flycatcher.gentoo.org
1 hwoarang 11/07/01 15:43:32
2
3 Added: notecase-1.9.8-gtksourceview.patch
4 Log:
5 Apply patch thanks to victor romanchuk <r088@××××.ru>. Bug #314779
6
7 (Portage version: 2.2.0_alpha42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-text/notecase/files/notecase-1.9.8-gtksourceview.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/notecase/files/notecase-1.9.8-gtksourceview.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/notecase/files/notecase-1.9.8-gtksourceview.patch?rev=1.1&content-type=text/plain
14
15 Index: notecase-1.9.8-gtksourceview.patch
16 ===================================================================
17 Index: notecase-1.9.8/Makefile
18 ===================================================================
19 --- notecase-1.9.8.orig/Makefile
20 +++ notecase-1.9.8/Makefile
21 @@ -685,7 +685,7 @@ updatesrc:
22 exit 1;\
23 fi;
24 $(Q)if [ "$(HAVE_GTKSOURCEVIEW)" = "1" ]; then \
25 - if [[ "$(TEST_SRCVIEW_VER)" < "2.4.1" ]]; then \
26 + if [[ "$(TEST_SRCVIEW_VER)" < "2.10.1" ]]; then \
27 echo 'ERROR: gtksourceview package is too old ($(shell pkg-config --modversion gtksourceview-2.0))!';\
28 exit 1;\
29 fi;\