Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7990

Modified Files:
        libopensync1-shlibs.info opensync-shlibs.info 
Log Message:
turn off python bindings...not good to have single-variant in main library 
package and one of them doesn't even compile (new cmake "feature"?)


Index: opensync-shlibs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/opensync-shlibs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- opensync-shlibs.info        10 Aug 2012 08:38:16 -0000      1.1
+++ opensync-shlibs.info        11 May 2013 05:23:23 -0000      1.2
@@ -1,6 +1,6 @@
 Package: opensync-shlibs
 Version: 0.22
-Revision: 7
+Revision: 8
 Description: Shared libraries for opensync
 License: GPL/LGPL
 Maintainer: Benjamin Reed <opens...@fink.raccoonfink.com>
@@ -17,9 +17,7 @@
        libiconv-dev,
        libxml2 (>= 2.7.8-1),
        pkgconfig (>= 0.23-1),
-       python26,
-       sqlite3-dev,
-       swig (>= 2.0.0-1)
+       sqlite3-dev
 <<
 Replaces: opensync-dev, libopensync1-dev
 
@@ -32,18 +30,17 @@
 <<
 
 UseMaxBuildJobs: true
-ConfigureParams: --enable-dependency-tracking --enable-python=2.6 
--libexecdir=%p/sbin 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
+ConfigureParams: --enable-dependency-tracking --disable-python 
--libexecdir=%p/sbin 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
 CompileScript: <<
        #!/bin/sh -ex
        
-       PYTHON=%p/bin/python2.6 ./configure %c
+       ./configure %c
        make
        fink-package-precedence --prohibit-bdep=opensync-dev .
 <<
 
 InstallScript: <<
        make -j1 install DESTDIR='%d'
-       %p/bin/python2.6 %p/lib/python2.6/compileall.py -f -d %p/lib/python2.6 
%i/lib/python2.6
 <<
 DocFiles: COPYING
 Shlibs: <<
@@ -67,22 +64,6 @@
                sbin
        <<
 <<
-SplitOff2: <<
-       Package: opensync-python-py26
-       Description: Python module for opensync
-       Depends: <<
-               opensync-shlibs (>= %v-%r),
-               glib2-shlibs (>= 2.22.0-1),
-               libxml2-shlibs (>= 2.7.8-1),
-               python26-shlibs,
-               sqlite3-shlibs
-       <<
-       Replaces: opensync-dev
-       DocFiles: COPYING
-       Files: <<
-               lib/python2.6
-       <<
-<<
 SplitOff3: <<
        Package: opensync-dev
        Description: Developer headers and libraries for opensync

Index: libopensync1-shlibs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libopensync1-shlibs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libopensync1-shlibs.info    11 May 2013 04:35:01 -0000      1.2
+++ libopensync1-shlibs.info    11 May 2013 05:23:23 -0000      1.3
@@ -1,7 +1,7 @@
 Info4: <<
 Package: libopensync1-shlibs
 Version: 0.39
-Revision: 3
+Revision: 4
 Description: Shared libraries for opensync
 License: GPL/LGPL
 Maintainer: Benjamin Reed <opens...@fink.raccoonfink.com>
@@ -24,9 +24,7 @@
        libxml2 (>= 2.7.8-1),
        libxslt,
        pkgconfig (>= 0.23-1),
-       python26,
-       sqlite3-dev,
-       swig (>= 2.0.0-1)
+       sqlite3-dev
 <<
 Replaces: opensync-dev, libopensync1-dev
 
@@ -35,22 +33,20 @@
 PatchFile: %n.patch
 PatchFile-MD5: f3fe1d406638aa2c967480aa326963a1
 
-UseMaxBuildJobs: false
+UseMaxBuildJobs: true
 CompileScript: <<
        #!/bin/sh -ex
        
        export 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
-       export KDE4_PREFIX="%p" KDE4_INSTALL_PREFIX="%p" 
KDE4_PYTHON_EXECUTABLE="%p/bin/python2.6"
+       export KDE4_PREFIX="%p" KDE4_INSTALL_PREFIX="%p"
        . %p/sbin/kde4-buildenv.sh
 
-       # find current-version subdir (why can't cmake do this?)
-       for dir in %p/share/swig/*; do
-               SWIG_DIR="$dir"
-       done
-
        mkdir build
        pushd build
-               cmake $KDE4_CMAKE_ARGS -DSWIG_DIR="$SWIG_DIR" ..
+               # PYTHON_LIBRARY is not used, don't look for it (why
+               # does cmake report "build wrapper ON" even when it's
+               # not?)
+               cmake $KDE4_CMAKE_ARGS -DOPENSYNC_PYTHONBINDINGS:BOOL=FALSE 
-DPYTHON_LIBRARY:BOOL=FALSE ..
                make
        popd
 <<
@@ -60,7 +56,6 @@
        pushd build
                make -j1 install/fast DESTDIR="%d"
        popd
-       %p/bin/python2.6 %p/lib/python2.6/compileall.py -f -d %p/lib/python2.6 
%i/lib/python2.6
 <<
 DocFiles: COPYING
 Shlibs: %p/lib/libopensync.1.dylib 1.0.0 %n (>= 0.39-1)
@@ -79,19 +74,6 @@
                share/libopensync1/{capabilities,descriptions,schemas}
        <<
 <<
-SplitOff2: <<
-       Package: opensync-python-py26
-       Description: Python module for opensync
-       Depends: <<
-               libopensync1-shlibs (>= %v-%r),
-               python26-shlibs
-       <<
-       Replaces: opensync-dev
-       DocFiles: COPYING
-       Files: <<
-               lib/python2.6
-       <<
-<<
 SplitOff3: <<
        Package: libopensync1-dev
        Description: Developer headers and libraries for opensync


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to