[Lunar-commits] r26261 - moonbase/trunk/python/PyKDE

Dennis Veatch stumbles at lunar-linux.org
Thu Oct 18 12:44:32 CEST 2007


Author: stumbles
Date: 2007-10-18 12:44:32 +0200 (Thu, 18 Oct 2007)
New Revision: 26261

Removed:
   moonbase/trunk/python/PyKDE/PRE_BUILD
Modified:
   moonbase/trunk/python/PyKDE/BUILD
   moonbase/trunk/python/PyKDE/DETAILS
Log:

Adding a patch so PyKDE will compile against sip-4.7.1
and removing the PRE_BUILD as I didn't see the point of it.



Modified: moonbase/trunk/python/PyKDE/BUILD
===================================================================
--- moonbase/trunk/python/PyKDE/BUILD	2007-10-17 23:00:09 UTC (rev 26260)
+++ moonbase/trunk/python/PyKDE/BUILD	2007-10-18 10:44:32 UTC (rev 26261)
@@ -1,5 +1,10 @@
 (
-  default_make &&
-  mkdir -p /usr/share/PyKDE               &&
+
+  patch_it $SOURCE_CACHE/$SOURCE1 1 &&
+
+  python ./configure.py $OPTS       &&
+  default_make                      &&
+  mkdir -p /usr/share/PyKDE         &&
   cp -Rf examples /usr/share/PyKDE
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/python/PyKDE/DETAILS
===================================================================
--- moonbase/trunk/python/PyKDE/DETAILS	2007-10-17 23:00:09 UTC (rev 26260)
+++ moonbase/trunk/python/PyKDE/DETAILS	2007-10-18 10:44:32 UTC (rev 26261)
@@ -1,19 +1,22 @@
           MODULE=PyKDE
          VERSION=3.16.0
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE1=PyKDE-3.16.0-sip-4.7.patch
       SOURCE_URL=http://www.riverbankcomputing.com/Downloads/PyKDE3/
+     SOURCE1_URL=http://www.riverbankcomputing.com/Downloads/PyKDE3/
       SOURCE_VFY=sha1:d4b6969e254f05e05ec7d8f3095a712afaac8189
+     SOURCE1_VFY=sha1:283989531415214aa4f9134b7fb1a7d7975b5564
         WEB_SITE=http://www.riverbankcomputing.co.uk/pykde
          ENTERED=20031008
-         UPDATED=20070412
+         UPDATED=20071018
       MAINTAINER=jol at lunar-linux.org
            SHORT="A set of Python bindings for the KDE desktop environment"
 
 cat << EOF
-PyKDE is a set of Python bindings for the KDE desktop environment. 
-The bindings are implemented as a set of Python modules: dcop, 
-kdecore, kdesu, kdefx, kdeui, kio, kfile, kparts, khtml, kjs, kspell 
-and kdeprint. The modules correspond to libraries in the kdelibs 
-package. PyKDE supports nearly all classes and methods in these 
-libraries. 
+PyKDE is a set of Python bindings for the KDE desktop environment.
+The bindings are implemented as a set of Python modules: dcop,
+kdecore, kdesu, kdefx, kdeui, kio, kfile, kparts, khtml, kjs, kspell
+and kdeprint. The modules correspond to libraries in the kdelibs
+package. PyKDE supports nearly all classes and methods in these
+libraries.
 EOF

Deleted: moonbase/trunk/python/PyKDE/PRE_BUILD



More information about the Lunar-commits mailing list