[Lunar-commits] r26343 - moonbase/trunk/kde3/base/kdebindings3

Dennis Veatch stumbles at lunar-linux.org
Mon Oct 22 22:52:58 CEST 2007


Author: stumbles
Date: 2007-10-22 22:52:58 +0200 (Mon, 22 Oct 2007)
New Revision: 26343

Modified:
   moonbase/trunk/kde3/base/kdebindings3/BUILD
   moonbase/trunk/kde3/base/kdebindings3/DETAILS
Log:

If you have kdebindings installed and relin Python. Python will croak on what
appears to be that zipfile thingy. Well,wrongo. If you scroll back far enough 
you'll see it complains about some spaces/tab inconsistentcies with 
/usr/lib/python2.3/pydcop.py. There is a kde BR dating back to 2004-04-09
about this. Well I finally got irritated enough and well here's a patch to 
fix that and submitted the same to the kde folks.

On a side note. If you look through the Python compile log you will see other
files with tab/space inconsitantcies but they do not cause the Python make to
croak.... go figure.



Modified: moonbase/trunk/kde3/base/kdebindings3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdebindings3/BUILD	2007-10-22 18:31:39 UTC (rev 26342)
+++ moonbase/trunk/kde3/base/kdebindings3/BUILD	2007-10-22 20:52:58 UTC (rev 26343)
@@ -3,6 +3,8 @@
   . /etc/profile.d/qt3.rc
   . /etc/profile.d/kde3.rc
 
+  patch_it $SOURCE_CACHE/$SOURCE1 0 &&
+
   # java support ?
   if module_installed j2sdk; then
     OPTS="$OPTS --with-java=/usr/lib/j2sdk$(installed_version j2sdk)"

Modified: moonbase/trunk/kde3/base/kdebindings3/DETAILS
===================================================================
--- moonbase/trunk/kde3/base/kdebindings3/DETAILS	2007-10-22 18:31:39 UTC (rev 26342)
+++ moonbase/trunk/kde3/base/kdebindings3/DETAILS	2007-10-22 20:52:58 UTC (rev 26343)
@@ -1,9 +1,12 @@
           MODULE=kdebindings3
          VERSION=3.5.8
           SOURCE=kdebindings-$VERSION.tar.bz2
+         SOURCE1=kdebindings-$VERSION-spaces.replaced.with.tabs.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/kdebindings-$VERSION
       SOURCE_URL=$KDE_URL/stable/$VERSION/src/
+     SOURCE1_URL=$PATCH_URL
       SOURCE_VFY=sha1:9e84a47cb5ce7b16f485f51996b12d8dd50898ad
+     SOURCE1_VFY=sha1:a651892e61a66c4f812038f39bf762c215ec8cd9
    MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
         WEB_SITE=http://www.kde.org/
          ENTERED=20020523
@@ -12,7 +15,6 @@
            SHORT="Provides access to KDE from other languages"
            PSAFE=no
 cat << EOF
-kdebindings provides access to KDE from languages other than c++, 
+kdebindings provides access to KDE from languages other than c++,
 including several scripting languages.
 EOF
-



More information about the Lunar-commits mailing list