Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (a73bc2066c1d0a49d0e26904ffbd8cd24f081fb0)
  • Date: Sat, 4 Nov 2006 14:13:44 -0600

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




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (a73bc2066c1d0a49d0e26904ffbd8cd24f081fb0), Pol Vinogradov, 11/04/2006

Archive powered by MHonArc 2.6.24.

Top of Page