Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/gemas/files: gemas-0.4-bundle_makefile.patch
Date: Mon, 10 Feb 2014 10:02:21
Message-Id: 20140210100218.3BAC22004C@flycatcher.gentoo.org
1 voyageur 14/02/10 10:02:18
2
3 Added: gemas-0.4-bundle_makefile.patch
4 Log:
5 Version bump, adds autocomplete and projectcenter plugin
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
8
9 Revision Changes Path
10 1.1 gnustep-apps/gemas/files/gemas-0.4-bundle_makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gemas/files/gemas-0.4-bundle_makefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/gemas/files/gemas-0.4-bundle_makefile.patch?rev=1.1&content-type=text/plain
14
15 Index: gemas-0.4-bundle_makefile.patch
16 ===================================================================
17 diff -Naur Gemas-0.4.orig/Bundle/Gemas/GNUmakefile Gemas-0.4/Bundle/Gemas/GNUmakefile
18 --- Gemas-0.4.orig/Bundle/Gemas/GNUmakefile 2013-12-24 18:51:16.000000000 +0100
19 +++ Gemas-0.4/Bundle/Gemas/GNUmakefile 2014-02-10 10:50:45.331011111 +0100
20 @@ -10,7 +10,7 @@
21 BUNDLE_NAME = Gemas
22 BUNDLE_EXTENSION = .editor
23 Gemas_PRINCIPAL_CLASS = GemasEditor
24 -Gemas_INSTALL_DIR=$(GNUSTEP_LOCAL_APPS)/ProjectCenter.app/Resources
25 +Gemas_INSTALL_DIR=${DESTDIR}/$(GNUSTEP_SYSTEM_APPS)/ProjectCenter.app/Resources
26
27 #
28 # Additional libraries
29 diff -Naur Gemas-0.4.orig/Bundle/Gemas/GNUmakefile.preamble Gemas-0.4/Bundle/Gemas/GNUmakefile.preamble
30 --- Gemas-0.4.orig/Bundle/Gemas/GNUmakefile.preamble 2013-12-24 18:51:16.000000000 +0100
31 +++ Gemas-0.4/Bundle/Gemas/GNUmakefile.preamble 2014-02-10 10:50:50.622016109 +0100
32 @@ -15,7 +15,7 @@
33 ADDITIONAL_LDFLAGS +=
34
35 # Additional include directories the compiler should search
36 -ADDITIONAL_INCLUDE_DIRS +=-I$(GNUSTEP_LOCAL_HEADERS)/ProjectCenter
37 +ADDITIONAL_INCLUDE_DIRS +=-I$(GNUSTEP_SYSTEM_HEADERS)/ProjectCenter
38
39 # Additional library directories the linker should search
40 ADDITIONAL_LIB_DIRS += -L./HighlighterKit/HighlighterKit.framework