Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (779b20a877c0c455aa65254677a3076a668cf3cf)
  • Date: Sun, 8 Jul 2007 03:14:24 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 ++
graphics-libs/poppler/DEPENDS | 12 ++++++---
graphics-libs/poppler/HISTORY | 3 ++
kde4/koffice2/CONFIGURE | 7 +++++
kde4/koffice2/DEPENDS | 18 +++++++++++++
kde4/koffice2/DETAILS | 28 +++++++++++++++++++++
kde4/koffice2/HISTORY | 3 ++
kde4/koffice2/TRIGGERS | 1
kde4/koffice2/b | 4 +++
kde4/koffice2/d | 56
++++++++++++++++++++++++++++++++++++++++++
10 files changed, 131 insertions(+), 4 deletions(-)

New commits:
commit 779b20a877c0c455aa65254677a3076a668cf3cf
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

koffice2-1.9.91

commit d32f9f80c0f6eb47f5de2d090fbcf76d8fe4b197
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

poppler - add qt4 support

diff --git a/ChangeLog b/ChangeLog
index 1eb2f83..ab806b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2007-07-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * kde4/koffice2: new spell qt4/kde4 version of koffice
+
+2007-07-08 Treeve Jelbert <treeve AT sourcemage.org>
* science-libs/eigen: new spell, linear algebra

2007-07-07 Ladislav Hagara <hgr AT vabo.cz>
diff --git a/graphics-libs/poppler/DEPENDS b/graphics-libs/poppler/DEPENDS
index 39f659b..fe5134e 100755
--- a/graphics-libs/poppler/DEPENDS
+++ b/graphics-libs/poppler/DEPENDS
@@ -17,10 +17,14 @@ optional_depends glib2 \
"--enable-poppler-glib" \
"--disable-poppler-glib" \
"for glib wrapper" &&
-optional_depends qt-x11 \
- "--enable-poppler-qt" \
- "--disable-poppler-qt --disable-poppler-qt4" \
- "for QT wrapper" &&
+optional_depends qt4 \
+ "--enable-poppler-qt4" \
+ "--disable-poppler-qt4" \
+ "for QT wrapper" &&
+optional_depends qt-x11 \
+ "--enable-poppler-qt" \
+ "--disable-poppler-qt" \
+ "for QT wrapper" &&
optional_depends cairo \
"--enable-cairo-output" \
"--disable-cairo-output" \
diff --git a/graphics-libs/poppler/HISTORY b/graphics-libs/poppler/HISTORY
index 6a20b63..8bdf4c2 100644
--- a/graphics-libs/poppler/HISTORY
+++ b/graphics-libs/poppler/HISTORY
@@ -1,3 +1,6 @@
+2007-07-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add full qt4 support
+
2007-07-03 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.5.9

diff --git a/kde4/koffice2/CONFIGURE b/kde4/koffice2/CONFIGURE
new file mode 100755
index 0000000..6fab675
--- /dev/null
+++ b/kde4/koffice2/CONFIGURE
@@ -0,0 +1,7 @@
+source $SECTION_DIRECTORY/KDE_CONFIGURE
+
+#
+# Fails to build
+#
+#config_query_option KOFFICE_KROSS 'build Kross scripting support' n \
+# '--enable-scripting' '--disable-scripting'
diff --git a/kde4/koffice2/DEPENDS b/kde4/koffice2/DEPENDS
new file mode 100755
index 0000000..8ae770b
--- /dev/null
+++ b/kde4/koffice2/DEPENDS
@@ -0,0 +1,18 @@
+source $SECTION_DIRECTORY/KDE_DEPENDS &&
+depends OPENGL &&
+optional_depends eigen '' '' 'for KSpread' &&
+optional_depends freetype2 '' '' '' &&
+optional_depends fontconfig '' '' '' &&
+optional_depends lcms '' '' 'colour management' &&
+optional_depends libexif '' '' 'photo tags' &&
+optional_depends mysql '' '' 'kexi database' &&
+optional_depends postgresql '' '' 'kexi database' &&
+optional_depends sqlite '' '' 'kexi database' &&
+optional_depends glew '' '' 'OpenGL shader support' &&
+optional_depends exiv2 '' '' 'decode photo tags' &&
+optional_depends poppler '' '' 'PDF support' &&
+optional_depends wv2 '' '' 'for MS word importing' &&
+optional_depends tiff '' '' 'graphics support' &&
+optional_depends graphicsmagick '' '' 'various Krita filters' &&
+optional_depends openexr '' '' 'Krita EXR filter' &&
+optional_depends qca2 '' '' 'crypto support'
diff --git a/kde4/koffice2/DETAILS b/kde4/koffice2/DETAILS
new file mode 100755
index 0000000..5fd472e
--- /dev/null
+++ b/kde4/koffice2/DETAILS
@@ -0,0 +1,28 @@
+#source $SECTION_DIRECTORY/KDE_DETAILS
+ SPELL=koffice2
+ VERSION=1.9.91
+ KDEVER=3.91.0
+
SOURCE_HASH=sha512:0a43dc7abbe8215eea35e78d51c83bea53b73826a8474f133fcbe5878c02475f47f87b5689fe00f4679d529e980a0cfd94ef939a7c7565c6cdefb57dfa3a0a96
+ SOURCE=${SPELL//2}-${VERSION}.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL//2}-${VERSION}
+ SOURCE_URL[0]=$KDE_URL/unstable/$KDEVER/src/$SOURCE
+ WEB_SITE=http://www.koffice.org
+ ENTERED=20070707
+ LICENSE[0]=GPL
+ KEYWORDS="kde office"
+ SHORT="Full office suite"
+cat << EOF
+KOffice is a free, integrated office suite for KDE, the K Desktop
Environment.
+
+In the KOffice suite the following parts are being developed:
+ * KWord - A frame-based word processor capable of professional standard
+ documents
+ * KSpread - A powerful spreadsheet application.
+ * KPresenter - A full-featured presentation program.
+ * Kivio - A Visio(R)-style flowcharting application.
+ * Karbon14 - A vector drawing application.
+ * Krita - A raster-based image manipulation program like The GIMP or
Adobe(C)
+ Photoshop(R).
+ * Kugar - A tool for generating business quality reports.
+ * KChart - An integrated graph and chart drawing tool.
+EOF
diff --git a/kde4/koffice2/HISTORY b/kde4/koffice2/HISTORY
new file mode 100644
index 0000000..d2c7c54
--- /dev/null
+++ b/kde4/koffice2/HISTORY
@@ -0,0 +1,3 @@
+2007-07-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.9.91
+ first attempt at kde4 version
diff --git a/kde4/koffice2/TRIGGERS b/kde4/koffice2/TRIGGERS
new file mode 100755
index 0000000..ee20139
--- /dev/null
+++ b/kde4/koffice2/TRIGGERS
@@ -0,0 +1 @@
+on_cast kdelibs check_self
diff --git a/kde4/koffice2/b b/kde4/koffice2/b
new file mode 100755
index 0000000..c6f42f3
--- /dev/null
+++ b/kde4/koffice2/b
@@ -0,0 +1,4 @@
+OPTS="$KOFFICE_KROSS \
+ $OPTS" &&
+
+source $SECTION_DIRECTORY/KDE_BUILD
diff --git a/kde4/koffice2/d b/kde4/koffice2/d
new file mode 100755
index 0000000..4ed9276
--- /dev/null
+++ b/kde4/koffice2/d
@@ -0,0 +1,56 @@
+depends kdebase &&
+depends libxslt &&
+
+source "$SECTION_DIRECTORY/KDE_DEPENDS" &&
+
+optional_depends mysql \
+ '--enable-mysql' \
+ '--disable-mysql' \
+ 'for MySQL plug-in' &&
+
+optional_depends postgresql \
+ '--enable-pgsql' \
+ '--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)"
\
+ ''
\
+ 'for Python scripting in Kivio module'
&&
+
+optional_depends ruby \
+ '' \
+ '' \
+ 'ruby scripting support in kross'
+fi &&
+optional_depends openexr \
+ '' \
+ '' \
+ 'for kivio' &&
+
+optional_depends imagemagick \
+ '' \
+ '' \
+ 'to have Krita compiled into KOffice' &&
+
+optional_depends lcms \
+ '' \
+ '' \
+ 'to have Krita compiled into KOffice' &&
+
+optional_depends kdebindings \
+ '' \
+ '' \
+ 'for additional DCOP bindings' &&
+
+optional_depends wv2 \
+ "--with-libwv2=${TRACK_ROOT}/usr/lib" \
+ "" \
+ "for MS word importing" &&
+
+optional_depends libwmf
\
+ ''
\
+ ''
\
+ 'for reading/converting images embedded in Windows
documents'




Archive powered by MHonArc 2.6.24.

Top of Page