Skip to Content.
Sympa Menu

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

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 (662ff6f0427bfe9ecdc2adb9ea644ca58c154d0a)
  • Date: Thu, 10 May 2012 07:20:47 -0500

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

ChangeLog | 3 ++
kde4-apps/KDE_DEPENDS | 6 ++--
kde4-apps/calligra/BUILD | 6 ++++
kde4-apps/calligra/CONFIGURE | 3 ++
kde4-apps/calligra/DEPENDS | 58
+++++++++++++++++++++++++++++++++++++++++++
kde4-apps/calligra/DETAILS | 15 +++++++++++
kde4-apps/calligra/HISTORY | 3 ++
kde4-apps/kcm-grub2/DEPENDS | 2 +
kde4-apps/kcm-grub2/DETAILS | 15 +++++++++++
kde4-apps/kcm-grub2/HISTORY | 10 +++++++
10 files changed, 118 insertions(+), 3 deletions(-)

New commits:
commit 662ff6f0427bfe9ecdc2adb9ea644ca58c154d0a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

calligra-2.4.1 - new spell

diff --git a/ChangeLog b/ChangeLog
index 2b4fd15..44d1cc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-05-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * kde4-apps/calligra: new spell - office suite for kde
+
2012-05-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* science/mkgmap: new spell, a tool for generating Garmin img files
from
OpenStreetMap data
diff --git a/kde4-apps/KDE_DEPENDS b/kde4-apps/KDE_DEPENDS
index fae9b61..4ea0397 100755
--- a/kde4-apps/KDE_DEPENDS
+++ b/kde4-apps/KDE_DEPENDS
@@ -1,5 +1,5 @@
depends -sub CXX gcc &&
-depends cmake &&
+depends cmake

-depends kdebase4-runtime &&
-optional_depends kdebase-workspace4 '' '' 'kde desktop'
+#depends kdebase4-runtime &&
+#optional_depends kdebase-workspace4 '' '' 'kde desktop'
diff --git a/kde4-apps/calligra/BUILD b/kde4-apps/calligra/BUILD
new file mode 100755
index 0000000..2b28a23
--- /dev/null
+++ b/kde4-apps/calligra/BUILD
@@ -0,0 +1,6 @@
+OPTS+=" $KTINY" &&
+OPTS+=" -DQT3SUPPORT=$QT3" &&
+if [[ $KDE_NEPOMUK == n ]];then
+ OPTS+=" -DNEPOMUK=off"
+fi &&
+default_build
diff --git a/kde4-apps/calligra/CONFIGURE b/kde4-apps/calligra/CONFIGURE
new file mode 100755
index 0000000..30e5172
--- /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' ''
+config_query_option QT3 'build parts which use Qt3 support?' n 'on' 'off'
diff --git a/kde4-apps/calligra/DEPENDS b/kde4-apps/calligra/DEPENDS
new file mode 100755
index 0000000..0c2325a
--- /dev/null
+++ b/kde4-apps/calligra/DEPENDS
@@ -0,0 +1,58 @@
+source $SECTION_DIRECTORY/KDE_DEPENDS &&
+depends perl &&
+depends libpng &&
+depends zlib &&
+depends automoc &&
+depends OPENGL &&
+depends boost &&
+depends shared-mime-info &&
+if [[ $QT3 == on ]];then
+ sub_depends qt4 QT3
+fi &&
+
+if [[ $KDE_NEPOMUK == y ]];then
+ depends soprano &&
+ shared-desktop-ontologies
+fi &&
+optional_depends freetype2 '' '' 'font support' &&
+optional_depends fontconfig '' '' '' &&
+
+if [[ -z "$KTINY" ]];then
+optional_depends attica 'DGHNS=1' '-DGHNS=0' 'GetHotNewStufff
support' &&
+#Karbon
+optional_depends pstoedit '' '' 'Karbon eps import filter' &&
+# Kexi
+depends bzip2 &&
+depends icu &&
+depends sqlite &&
+optional_depends mysql '' '' 'import MySql to Kexi' &&
+optional_depends postgresql '' '' 'import Postgresql to Kexi' &&
+#Krita
+optional_depends libkdcraw '' '' 'process RAW photos' &&
+optional_depends glew '' '' 'OpenGL shaders in Krita' &&
+optional_depends gmm '' '' 'Krita panorama plugin' &&
+optional_depends exiv2 '' '' 'decode photo tags' &&
+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 lcms2 '' '' 'colour management' &&
+optional_depends poppler '' '' 'PDF support' &&
+optional_depends marble '' '' 'show locations on a map' &&
+#Stage
+#Tables
+optional_depends eigen2 '-DEIGEN2_INCLUDE_DIR=/usr/include/eigen2'
'' \
+ 'for Tables' &&
+optional_depends gsl '' '' 'improved maths' &&
+#Words
+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..a68ff9d
--- /dev/null
+++ b/kde4-apps/calligra/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=calligra
+ VERSION=2.4.1
+
SOURCE_HASH=sha512:f04e0543bd3a36c3efad4bd7accd6a7c2c2bfc8eed55e592e7e1f8d7065363529b7fa0e9f734ed64d79c09fcbfe1279079d43103ec8c773daa8d73bed412051f
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://www.calligra-suite.org/
+ SOURCE_URL=$KDE_URL/stable/$SPELL-$VERSION/$SOURCE
+ ENTERED=2012-05-10
+ LICENSE[0]=GPL
+ KEYWORDS="kde office"
+ SHORT="Full office suite"
+cat << EOF
+The Calligra Suite is Calligra for the desktop. It offers a comprehensive
set
+of 8 applications which satisfies the office, graphics and management needs.
+EOF
diff --git a/kde4-apps/calligra/HISTORY b/kde4-apps/calligra/HISTORY
new file mode 100644
index 0000000..267efde
--- /dev/null
+++ b/kde4-apps/calligra/HISTORY
@@ -0,0 +1,3 @@
+2012-05-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.4.1
+ this is a new spell derived from the koffice2 spell
diff --git a/kde4-apps/kcm-grub2/DEPENDS b/kde4-apps/kcm-grub2/DEPENDS
new file mode 100755
index 0000000..4debe9b
--- /dev/null
+++ b/kde4-apps/kcm-grub2/DEPENDS
@@ -0,0 +1,2 @@
+source $SECTION_DIRECTORY/KDE_DEPENDS &&
+depends grub2
diff --git a/kde4-apps/kcm-grub2/DETAILS b/kde4-apps/kcm-grub2/DETAILS
new file mode 100755
index 0000000..5177e1a
--- /dev/null
+++ b/kde4-apps/kcm-grub2/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=kcm-grub2
+ VERSION=0.5.5
+
SOURCE_HASH=sha512:c408fe15e60ed438724796628c19d2c067910b35ceffc3e659237998b41d9e60b3f9ee24bdbecff8c03e85a68b0e592e381ced51fa7ff2202782ffd8a85aa601
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://sf.net/projects/$SPELL/files/$VERSION/$SOURCE
+ WEB_SITE=http://$SPELL.SourceForge.net
+ LICENSE[0]=GPL
+ ENTERED=20110331
+ KEYWORDS="kde4 boot"
+ SHORT="KCModule for configuring the GRUB2 bootloader"
+cat << EOF
+This is a KCModule for configuring the GRUB2 bootloader. Smoothly integrated
in KDE System
+Settings, it is the central place for managing your GRUB2 configuration
+EOF
diff --git a/kde4-apps/kcm-grub2/HISTORY b/kde4-apps/kcm-grub2/HISTORY
new file mode 100644
index 0000000..f36fa9f
--- /dev/null
+++ b/kde4-apps/kcm-grub2/HISTORY
@@ -0,0 +1,10 @@
+2012-01-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.5
+
+2011-04-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.5
+
+2011-03-31 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.0
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (662ff6f0427bfe9ecdc2adb9ea644ca58c154d0a), Treeve Jelbert, 05/10/2012

Archive powered by MHonArc 2.6.24.

Top of Page