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

Added Files:
        qthello.info qthello.patch 
Log Message:
GCC: 4.0 version


--- NEW FILE: qthello.patch ---
--- qthello-1.0/othello.cpp.orig        2002-10-06 05:31:34.000000000 -0700
+++ qthello-1.0/othello.cpp     2002-10-06 05:31:40.000000000 -0700
@@ -88,7 +88,7 @@
 
     setCentralWidget( cw );
 
-    setFixedSize( QSize( 0, 0 ) );
+//    setFixedSize( QSize( 0, 0 ) );
 
 //      connect( NGame, SIGNAL( clicked() ),
 //               BWidget, SLOT( newGame() ) );

--- NEW FILE: qthello.info ---
Package: qthello
Version: 1.0
Revision: 1022
###
License: OSI-Approved
Maintainer: Ben Hines <[EMAIL PROTECTED]>
###
GCC: 4.0
Depends: qt3-shlibs (>= 3.3.5-1023)
BuildDepends: qt3 (>= 3.3.5-1023)
###
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: c3824d098054bceb6e0811ae82257fcc
PatchScript: <<
  perl -pi.bak -e 's#(viewmag|new\.xpm|stop\.png)#%p/share/%n/gfx/$1#g' 
othello.cpp
  perl -pi.bak -e 's#gfx#%p/share/%n/gfx#g' boardwidget.cpp
  patch -p1 < %a/%n.patch
<<
###
CompileScript: make LIBS='-L$(QTDIR)/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11' 
INCPATH='-I$(QTDIR)/include -I$(QTDIR)/include/qt'
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/%n/gfx
cp %n %i/bin
cp *.png %i/share/%n/gfx
cp *.xpm %i/share/%n/gfx
cp gfx/*.gif %i/share/%n/gfx
strip %i/bin/%n
<<
###
Description: Qt based othello game
DescDetail: <<
QtHello is an Othello program written in Qt. It's design makes it easy
to extend both the computer player and human player interface. It
currently has 6 different computer players ranging from completely
random to tree search with Alpha-Beta pruning.
<<
DescPort: Patched main window so its not stuck at 0,0 size.
Homepage: http://qthello.sourceforge.net/



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to