Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (389ce60484fdf338a84670222bf792c3fcb86c32)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (389ce60484fdf338a84670222bf792c3fcb86c32)
  • Date: Wed, 14 Feb 2007 09:37:08 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

kde-apps/koffice/CONFIGURE | 4 ++--
kde-apps/koffice/DEPENDS | 5 +++--
kde-apps/koffice/DETAILS | 4 ++--
kde-apps/koffice/HISTORY | 5 +++++
4 files changed, 12 insertions(+), 6 deletions(-)

New commits:
commit 389ce60484fdf338a84670222bf792c3fcb86c32
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

koffice-1.6.2

diff --git a/kde-apps/koffice/CONFIGURE b/kde-apps/koffice/CONFIGURE
index 6fab675..599ed5c 100755
--- a/kde-apps/koffice/CONFIGURE
+++ b/kde-apps/koffice/CONFIGURE
@@ -3,5 +3,5 @@ source $SECTION_DIRECTORY/KDE_CONFIGURE
#
# Fails to build
#
-#config_query_option KOFFICE_KROSS 'build Kross scripting support' n \
-# '--enable-scripting' '--disable-scripting'
+config_query_option KOFFICE_KROSS 'build Kross scripting support' n \
+ '--enable-scripting' '--disable-scripting'
diff --git a/kde-apps/koffice/DEPENDS b/kde-apps/koffice/DEPENDS
index c35a4d4..4ed9276 100755
--- a/kde-apps/koffice/DEPENDS
+++ b/kde-apps/koffice/DEPENDS
@@ -13,6 +13,7 @@ optional_depends postgresql
'--disable-pgsql' \
'for PostgreSQL plug-in' &&

+if [ $KOFFICE_KROSS == '--enable-scripting' ];then
optional_depends python
\

"--with-pythondir=${TRACK_ROOT}/usr/share/python$(installed_version \
python | cut -d. -f1,2)"
\
@@ -22,8 +23,8 @@ optional_depends python
optional_depends ruby \
'' \
'' \
- 'ruby scripting support in kross' &&
-
+ 'ruby scripting support in kross'
+fi &&
optional_depends openexr \
'' \
'' \
diff --git a/kde-apps/koffice/DETAILS b/kde-apps/koffice/DETAILS
index 318805f..aea2f69 100755
--- a/kde-apps/koffice/DETAILS
+++ b/kde-apps/koffice/DETAILS
@@ -1,7 +1,7 @@
source $SECTION_DIRECTORY/KDE_DETAILS
SPELL=koffice
- VERSION=1.6.1
-
SOURCE_HASH=sha512:aaddac4b75fc1552da091a2aa3c72b5b3c5fdc7b264b577ac1267b18383f61f7fa45b908d060650a91fbc33cee8ff36474e5bffb158e7d808088cc905a4f373a:UPSTREAM_HASH
+ VERSION=1.6.2
+
SOURCE_HASH=sha512:40ed3940b72225c3980749bd9b415704d6cd5bd65183f95ea9d0a411722f5163061e1b875d17596a15d253f9702c10f0b0d87f6285a480f26dc73497d47859a9
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$KDE_URL/stable/$SPELL-$VERSION/src/$SOURCE
diff --git a/kde-apps/koffice/HISTORY b/kde-apps/koffice/HISTORY
index 1fd82f8..6e75315 100644
--- a/kde-apps/koffice/HISTORY
+++ b/kde-apps/koffice/HISTORY
@@ -1,3 +1,8 @@
+2007-02-14 Treeve Jelbert <treeve AT pi.be>
+ * DETAILS: version 1.6.2
+ * CONFIGURE: reactivate KOFFICE_KROSS
+ * DEPENDS: ruby & python only need by Kross
+
2006-12-14 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: Removed depends kdelibs (now in KDE_DEPENDS).




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (389ce60484fdf338a84670222bf792c3fcb86c32), Treeve Jelbert, 02/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page