[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (a73bc2066c1d0a49d0e26904ffbd8cd24f081fb0)

Pol Vinogradov scm at mail.sourcemage.org
Sat Nov 4 15:13:44 EST 2006


GIT changes to master grimoire by Pol Vinogradov <vin.public at gmail.com>:

 kde-apps/koffice/DEPENDS  |   12 ++++++------
 kde-apps/koffice/HISTORY  |    3 +++
 kde-core/kdeutils/DEPENDS |    6 ++++++
 kde-core/kdeutils/HISTORY |    3 +++
 4 files changed, 18 insertions(+), 6 deletions(-)

New commits:
commit 5b8aaa3e827bf1d87e62fd04e6da336221ac65b5
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    kde-apps/koffice:
    
    DEPENDS: track_rootify python and wv2 dirs

commit 63ac2b0b9661a0af90b2f957436a39336c43aba7
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    kde-core/kdeutils:
    
    DEPENDS: added optional depend on python

diff --git a/kde-apps/koffice/DEPENDS b/kde-apps/koffice/DEPENDS
index 164c38a..fd31589 100755
--- a/kde-apps/koffice/DEPENDS
+++ b/kde-apps/koffice/DEPENDS
@@ -14,11 +14,11 @@ optional_depends  postgresql            
                   '--disable-pgsql'         \
                   'for PostgreSQL plug-in'  &&
 
-optional_depends  python                                                  \
-                  "--with-pythondir=/usr/share/python$(installed_version  \
-                   python | cut -d. -f1,2)"                               \
-                  ''                                                      \
-                  'for Python scripting in Kivio module'                  &&
+optional_depends  python                                                               \
+                  "--with-pythondir=${TRACK_ROOT}/usr/share/python$(installed_version  \
+                   python | cut -d. -f1,2)"                                            \
+                  ''                                                                   \
+                  'for Python scripting in Kivio module'                               &&
 
 optional_depends  ruby                                   \
                   ''                                     \
@@ -46,7 +46,7 @@ optional_depends  kdebindings           
                   'for additional DCOP bindings'  &&
 
 optional_depends  wv2                                      \
-                  "--with-libwv2=${INSTALL_ROOT}/usr/lib"  \
+                  "--with-libwv2=${TRACK_ROOT}/usr/lib"    \
                   ""                                       \
                   "for MS word importing"                  &&
 
diff --git a/kde-apps/koffice/HISTORY b/kde-apps/koffice/HISTORY
index d681944..fed453b 100644
--- a/kde-apps/koffice/HISTORY
+++ b/kde-apps/koffice/HISTORY
@@ -1,3 +1,6 @@
+2006-11-04 Pol Vinogradov <vin.public at gmail.com>
+	* DEPENDS: track_rootify python and wv2 dirs
+
 2006-10-18 Treeve Jelbert <treeve at pi.be>
 	* DETAILS: version 1.6.0
 	* BUILD: no need to 'make -f Makefile.cvs' now
diff --git a/kde-core/kdeutils/DEPENDS b/kde-core/kdeutils/DEPENDS
index 464b330..9b064f1 100755
--- a/kde-core/kdeutils/DEPENDS
+++ b/kde-core/kdeutils/DEPENDS
@@ -18,6 +18,12 @@ optional_depends  net-snmp              
                   '--without-snmp'                          \
                   'for Simple Network Management Protocol'  &&
 
+optional_depends  python                                                               \
+                  "--with-pythondir=${TRACK_ROOT}/usr/share/python$(installed_version  \
+                   python | cut -d. -f1,2)"                                            \
+                  ""                                                                   \
+                  "for Python support"                                                 &&
+
 optional_depends  xmms                         \
                   '--with-xmms'                \
                   '--without-xmms'             \
diff --git a/kde-core/kdeutils/HISTORY b/kde-core/kdeutils/HISTORY
index c2e8bb7..d36ba8c 100644
--- a/kde-core/kdeutils/HISTORY
+++ b/kde-core/kdeutils/HISTORY
@@ -1,3 +1,6 @@
+2006-11-04 Pol Vinogradov <vin.public at gmail.com>
+	* DEPENDS: added optional depend on python
+
 2006-10-11 Anton Brondz <dinolinux at sourcemage.org>
 	* DETAILS: updated to 3.5.5
 



More information about the SM-Commit mailing list