Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/ipager/files: ipager-1.1.0-scons_imlib2.patch
Date: Tue, 09 Sep 2008 02:26:53
Message-Id: E1KcswN-00047h-1d@stork.gentoo.org
1 lack 08/09/09 02:26:51
2
3 Added: ipager-1.1.0-scons_imlib2.patch
4 Log:
5 New package: ipager is a themeable desktop pager for fluxbox and other window managers.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.23-gentoo-r5 i686)
7
8 Revision Changes Path
9 1.1 x11-misc/ipager/files/ipager-1.1.0-scons_imlib2.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/ipager/files/ipager-1.1.0-scons_imlib2.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/ipager/files/ipager-1.1.0-scons_imlib2.patch?rev=1.1&content-type=text/plain
13
14 Index: ipager-1.1.0-scons_imlib2.patch
15 ===================================================================
16 --- ipager-1.1.0/SConstruct 2005-11-06 06:23:24.000000000 -0500
17 +++ ipager-1.1.0-gentoo/SConstruct 2008-09-08 15:18:07.000000000 -0400
18 @@ -115,12 +115,14 @@
19 else:
20 print "yes"
21 ipager_env.AppendUnique(
22 - CPPPATH = imlib2_env.Dictionary()['CPPPATH'],
23 CCFLAGS = imlib2_env.Dictionary()['CCFLAGS'],
24 LIBPATH = imlib2_env.Dictionary()['LIBPATH'],
25 LIBS = imlib2_env.Dictionary()['LIBS']
26 -
27 )
28 + if imlib2_env.Dictionary().has_key('CPPPATH'):
29 + ipager_env.AppendUnique(
30 + CPPPATH = imlib2_env.Dictionary()['CPPPATH'],
31 + )
32
33 conf.Finish()