[Lunar-commits]
CVS: moonbase/games/kaf BUILD, 1.4, 1.5 DETAILS, 1.7, 1.8
Florin Braescu
florin at lunar-linux.org
Fri Feb 25 10:34:12 UTC 2005
Update of /var/cvs/lunar/moonbase/games/kaf
In directory espresso.foo-projects.org:/tmp/cvs-serv1677/games/kaf
Modified Files:
BUILD DETAILS
Log Message:
patch the app in order to avoid two options which are not recognized by xmame.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/kaf/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 23 Oct 2004 13:42:02 -0000 1.4
+++ BUILD 25 Feb 2005 10:34:10 -0000 1.5
@@ -1,4 +1,8 @@
(
+
+ export PATH=$QTDIR/bin:$PATH
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
./configure &&
default_make &&
cp kaf /usr/bin
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/kaf/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS 13 Feb 2005 17:32:18 -0000 1.7
+++ DETAILS 25 Feb 2005 10:34:10 -0000 1.8
@@ -1,15 +1,17 @@
MODULE=kaf
VERSION=1.3.6
SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE2=$MODULE-options.patch.bz2
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_URL=$SFORGE_URL/$MODULE/
SOURCE_VFY=sha1:0a7897537527d4d5470d599806b881a9d9f83a42
+ SOURCE2_VFY=sha1:6dda5593a27f12e24fcb78c34fae8a7d7fbd004c
WEBSITE=http://kaf.sourceforge.net/
ENTERED=20031213
- UPDATED=20050213
+ UPDATED=20050225
SHORT="KAF is a XMAME frontend for linux."
cat << EOF
-KAF is a XMAME frontend for linux. It is developed in C++ language using
-the QT toolkit version 3.
+KAF is a XMAME frontend for linux. It is developed in C++ language
+using the QT toolkit.
EOF
More information about the Lunar-commits
mailing list