Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31132/main/finkinfo/libs

Modified Files:
        opensync-bin.info 
Log Message:
kde4-buildenv now supports specifying python, fix opensync python generation

Index: opensync-bin.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/opensync-bin.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- opensync-bin.info   21 Oct 2010 05:18:15 -0000      1.1
+++ opensync-bin.info   21 Oct 2010 15:06:10 -0000      1.2
@@ -1,7 +1,7 @@
 Info4: <<
 Package: opensync-bin
 Version: 0.39
-Revision: 1
+Revision: 2
 Description: Synchronization framework
 License: GPL/LGPL
 Maintainer: Benjamin Reed <[email protected]>
@@ -13,7 +13,7 @@
        gettext-bin,
        gettext-tools,
        glib2-dev (>= 2.22.0-1),
-       kde4-buildenv (>= 4.5.1-1),
+       kde4-buildenv (>= 4.5.2-1),
        libgettext8-dev,
        libiconv-dev,
        libxml2 (>= 2.6.32-1),
@@ -33,11 +33,14 @@
 CompileScript: <<
        #!/bin/sh -ex
        
-       export KDE4_PREFIX="%p" KDE4_INSTALL_PREFIX="%p"
+       export KDE4_PREFIX="%p" KDE4_INSTALL_PREFIX="%p" 
KDE4_PYTHON_EXECUTABLE="%p/bin/python2.6"
        . %p/sbin/kde4-buildenv.sh
        mkdir build
        pushd build
-       cmake $KDE4_CMAKE_ARGS -DPYTHON_EXECUTABLE=%p/bin/python2.6 ..
+       for dir in %p/share/swig/*; do
+       SWIG_DIR="$dir"
+       done
+       cmake $KDE4_CMAKE_ARGS -DSWIG_DIR="$SWIG_DIR" ..
        make
        popd
 <<


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to