Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-kde47 grimoire by Treeve Jelbert (12fd0dab439ee99b0306c51dfcb0dea1d63821fd)

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 devel-kde47 grimoire by Treeve Jelbert (12fd0dab439ee99b0306c51dfcb0dea1d63821fd)
  • Date: Thu, 26 May 2011 14:18:08 -0500

GIT changes to devel-kde47 grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

kde4-apps/calligra/BUILD | 2 +
kde4-apps/calligra/CONFIGURE | 3 ++
kde4-apps/calligra/CONFLICTS | 1
kde4-apps/calligra/DEPENDS | 49
+++++++++++++++++++++++++++++++++++++++++++
kde4-apps/calligra/DETAILS | 14 ++++++++++++
kde4-apps/calligra/HISTORY | 12 ++++++++++
6 files changed, 81 insertions(+)

New commits:
commit 12fd0dab439ee99b0306c51dfcb0dea1d63821fd
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

new spell - kde4-apps/calligra

diff --git a/kde4-apps/calligra/BUILD b/kde4-apps/calligra/BUILD
new file mode 100755
index 0000000..305886e
--- /dev/null
+++ b/kde4-apps/calligra/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" $KTINY" &&
+default_build
diff --git a/kde4-apps/calligra/CONFIGURE b/kde4-apps/calligra/CONFIGURE
new file mode 100755
index 0000000..fcedf7c
--- /dev/null
+++ b/kde4-apps/calligra/CONFIGURE
@@ -0,0 +1,3 @@
+source $SECTION_DIRECTORY/KDE_CONFIGURE &&
+config_query_option KTINY 'build tiny suite - Words/Tables/Stage' y
'-DTINY=1' ''
+
diff --git a/kde4-apps/calligra/CONFLICTS b/kde4-apps/calligra/CONFLICTS
new file mode 100755
index 0000000..c844b39
--- /dev/null
+++ b/kde4-apps/calligra/CONFLICTS
@@ -0,0 +1 @@
+conflicts koffice2
diff --git a/kde4-apps/calligra/DEPENDS b/kde4-apps/calligra/DEPENDS
new file mode 100755
index 0000000..3392274
--- /dev/null
+++ b/kde4-apps/calligra/DEPENDS
@@ -0,0 +1,49 @@
+source $SECTION_DIRECTORY/KDE_DEPENDS &&
+depends perl &&
+depends libpng &&
+depends zlib &&
+depends automoc &&
+depends OPENGL &&
+optional_depends freetype2 '' '' 'font support' &&
+optional_depends fontconfig '' '' '' &&
+
+if [[ -z "$KTINY" ]];then
+#Karbon
+optional_depends pstoedit '' '' 'Karbon eps import filter' &&
+# Kexi
+depends bzip2 &&
+optional_depends sqlite '' '' 'kexi database' &&
+optional_depends mysql '' '' 'import MySql to Kexi' &&
+optional_depends postgresql '' '' 'import Postgresql to Kexi' &&
+optional_depends xbase '' '' 'import dbase to Kexi' &&
+#Krita
+optional_depends kdegraphics4 '' '' 'process RAW photos' &&
+optional_depends glew '' '' 'OpenGL shaders in Krita' &&
+optional_depends gmm '' '' 'Krita panorama plugin' &&
+optional_depends exiv2 '' '' 'decode photo tags' &&
+optional_depends lcms2 '' '' 'colour management' &&
+optional_depends tiff '' '' 'graphics support' &&
+optional_depends openexr '' '' 'Krita EXR filter' &&
+optional_depends openjpeg '' '' 'Krita graphics filters' &&
+optional_depends glpk '' '' 'painterly mixer plugin' &&
+optional_depends tiff '' '' 'graphics support' &&
+optional_depends create '' '' 'creative resources, brushes,
palettes etc' &&
+optional_depends fftw '' '' 'faster image manipulation' &&
+#Plan
+optional_depends kdepimlibs4 '' '' 'PIM support'
+fi &&
+
+# multiple things
+optional_depends poppler '' '' 'PDF support' &&
+optional_depends soprano '' '' 'handle RDF metadata in ODF' &&
+#Stage
+optional_depends boost '' '' 'for Stage' &&
+#Tables
+optional_depends eigen2 '-DEIGEN2_INCLUDE_DIR=/usr/include/eigen2'
'' \
+ 'for Tables' &&
+optional_depends gsl '' '' 'improved maths' &&
+#Words
+optional_depends libgsf '' '' 'msword import filter' &&
+optional_depends libwpg '' '' 'WordPerfect graphics' &&
+optional_depends libwpd '' '' 'WordPerfect import'
+#
diff --git a/kde4-apps/calligra/DETAILS b/kde4-apps/calligra/DETAILS
new file mode 100755
index 0000000..1891611
--- /dev/null
+++ b/kde4-apps/calligra/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=calligra
+ VERSION=4.3.71
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_HASH=sha512:
+ SOURCE_URL=$KDE_URL/unstable/$SPELL-$VERSION/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.calligra-suite.org/
+ ENTERED=20070707
+ LICENSE[0]=GPL
+ KEYWORDS="kde office"
+ SHORT="Full office suite"
+cat << EOF
+
+EOF
diff --git a/kde4-apps/calligra/HISTORY b/kde4-apps/calligra/HISTORY
new file mode 100644
index 0000000..ac8f9ad
--- /dev/null
+++ b/kde4-apps/calligra/HISTORY
@@ -0,0 +1,12 @@
+2011-05-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.3.71
+
+2011-05-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: remove qca2
+
+2011-02-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add automoc
+
+2010-12-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version git
+ this is a new spell derived from the koffice2 spell



  • [SM-Commit] GIT changes to devel-kde47 grimoire by Treeve Jelbert (12fd0dab439ee99b0306c51dfcb0dea1d63821fd), Treeve Jelbert, 05/26/2011

Archive powered by MHonArc 2.6.24.

Top of Page