Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv9055/10.4-pangocairo/unstable/main/finkinfo/games

Modified Files:
      Tag: pangocairo-branch
        xboard.info xjig-10.5.info xlaby-10.5.info xpilot.info 
        xquarto.info xscrabble.info 
Log Message:
sync


Index: xboard.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/xboard.info,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- xboard.info 11 Dec 2007 17:35:48 -0000      1.1.2.1
+++ xboard.info 2 Jun 2008 02:58:17 -0000       1.1.2.2
@@ -3,7 +3,7 @@
 Revision: 1
 Maintainer: Matthias Neeracher <[EMAIL PROTECTED]>
 Depends: x11, chess
-BuildDepends: texinfo, x11-dev
+BuildDepends: texinfo, x11-dev, xmkmf (>= 1.0.2-3)
 Source: gnu
 Source-Md5: b70ad8ff7569975302c5fb402d5eea32
 UpdateConfigGuess: true
@@ -25,3 +25,16 @@
 <<
 License: GPL
 Homepage: http://www.tim-mann.org/xboard.html
+CompileScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
+ ./configure %c
+ make
+<<
+InstallScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
+ make install prefix=%i
+<<

Index: xpilot.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/xpilot.info,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- xpilot.info 20 Jan 2006 20:25:01 -0000      1.1
+++ xpilot.info 2 Jun 2008 02:58:18 -0000       1.1.2.1
@@ -7,14 +7,20 @@
 Secondary: ftp://ftp.xpilot.org/pub/xpilot/old/
 <<
 Source-MD5: f2774fda5938629001ed65a311554c01
-BuildDepends: x11-dev
+BuildDepends: x11-dev, xmkmf (>= 1.0.2-3)
 Depends: x11
 PatchScript: sed 's:@PREFIX@:%p:g' <%a/%n.patch | patch -p1
 CompileScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
 xmkmf -a
 make
 <<
 InstallScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
 make install DESTDIR=%d INSTALLFLAGS=-c
 make install.man DESTDIR=%d MANPATH=%p/share/man DOCDIR=%p/share/doc/%n 
INSTALLFLAGS=-c
 <<

Index: xlaby-10.5.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/xlaby-10.5.info,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- xlaby-10.5.info     13 Aug 2007 15:56:17 -0000      1.1.2.2
+++ xlaby-10.5.info     2 Jun 2008 02:58:18 -0000       1.1.2.3
@@ -3,7 +3,7 @@
 Revision: 1
 Distribution: 10.5
 ###
-BuildDepends: x11-dev
+BuildDepends: x11-dev, xmkmf (>= 1.0.2-3)
 Depends: x11
 ###
 Source: ftp://ftp.ac-grenoble.fr/ge/educational_games/%n-%v.tgz
@@ -12,11 +12,17 @@
 #Patch: %f.patch
 ###
 CompileScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
 xmkmf -a
 make
 <<
 ###
 InstallScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
 mkdir -p %i/bin
 mkdir -p %i/share/man/man6
 cp %n %i/bin

Index: xscrabble.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/xscrabble.info,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- xscrabble.info      13 Aug 2007 15:56:17 -0000      1.1.2.1
+++ xscrabble.info      2 Jun 2008 02:58:18 -0000       1.1.2.2
@@ -2,7 +2,7 @@
 Version: 0901
 Revision: 4
 Maintainer: Matthias Neeracher <[EMAIL PROTECTED]>
-BuildDepends: x11-dev
+BuildDepends: x11-dev, xmkmf (>= 1.0.2-3)
 Depends: x11, app-defaults
 Source: http://www.belgarath.demon.co.uk/programs/%n.tar.gz
 Source-MD5: 7bd0142d6131197cde7107a9e11f556a
@@ -10,6 +10,9 @@
  perl -pi -e 's|/home/mchapman|%p|' src/Imakefile
 <<
 CompileScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
 perl -i -pe 's|/usr/local/lib|%p/lib/%n|; s|lib/%n/x|var/%n/x|' XScrabble.ad
 xmkmf; make Makefiles; make
 <<

Index: xjig-10.5.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/xjig-10.5.info,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- xjig-10.5.info      13 Aug 2007 15:56:17 -0000      1.1.2.2
+++ xjig-10.5.info      2 Jun 2008 02:58:17 -0000       1.1.2.3
@@ -4,7 +4,7 @@
 Distribution: 10.5
 GCC: 4.0
 ###
-BuildDepends: x11-dev
+BuildDepends: x11-dev, xmkmf (>= 1.0.2-3)
 Depends: x11
 ###
 Source: ftp://ftp.ac-grenoble.fr/ge/educational_games/%n-%v.tgz
@@ -13,12 +13,18 @@
 #Patch: %f.patch
 ###
 CompileScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
 xmkmf -a
 make %n CXXFLAGS="-I/usr/X11R6/include" 
JIG_DEFAULT=\\\"%p/share/%n/tina.gif\\\"
 make
 <<
 ###
 InstallScript: <<
+#!/bin/sh -ev
+ export PATH=%p/lib/xmkmf/bin:$PATH 
+ export IMAKEINCLUDE=-I%p/lib/X11/config
 mkdir -p %i/bin
 mkdir -p %i/share/%n
 mkdir -p %i/share/man/man6

Index: xquarto.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/xquarto.info,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- xquarto.info        20 Jan 2006 20:25:01 -0000      1.1
+++ xquarto.info        2 Jun 2008 02:58:18 -0000       1.1.2.1
@@ -1,6 +1,7 @@
 Package: xquarto
 Version: 2.5
 Revision: 1
+Distribution: 10.4
 ###
 BuildDepends: x11-dev
 Depends: x11


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to