Skip to Content.
Sympa Menu

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

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 (56516e0a3a9627c6faffddcb72bf9c0d0d2bbf99)
  • Date: Sat, 27 Jan 2018 15:38:35 +0000

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

ChangeLog | 4 +++
kde5-apps/calligraplan/BUILD | 3 ++
kde5-apps/calligraplan/CONFIGURE | 1
kde5-apps/calligraplan/DEPENDS | 46
+++++++++++++++++++++++++++++++++++++++
kde5-apps/calligraplan/DETAILS | 17 ++++++++++++++
kde5-apps/calligraplan/HISTORY | 3 ++
6 files changed, 74 insertions(+)

New commits:
commit 56516e0a3a9627c6faffddcb72bf9c0d0d2bbf99
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

calligraplan-3.1.0

diff --git a/ChangeLog b/ChangeLog
index f736987..3b2efe5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * kde5-apps/calligraplan: added, project planning tool
+ was part of calligra
+
2018-01-26 Vlad Glagolev <stealth AT sourcemage.org>
* net/packit: new spell, network injection and capture tool

diff --git a/kde5-apps/calligraplan/BUILD b/kde5-apps/calligraplan/BUILD
new file mode 100755
index 0000000..47242dc
--- /dev/null
+++ b/kde5-apps/calligraplan/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" -DCMAKE_CXX_STANDARD=14" &&
+OPTS+=" -DPACKAGERS_BUILD=OFF" &&
+default_build
diff --git a/kde5-apps/calligraplan/CONFIGURE
b/kde5-apps/calligraplan/CONFIGURE
new file mode 100755
index 0000000..5a2f514
--- /dev/null
+++ b/kde5-apps/calligraplan/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-apps/calligraplan/DEPENDS b/kde5-apps/calligraplan/DEPENDS
new file mode 100755
index 0000000..43b31d5
--- /dev/null
+++ b/kde5-apps/calligraplan/DEPENDS
@@ -0,0 +1,46 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtx11extras &&
+depends qtsvg &&
+depends perl &&
+depends zlib &&
+
+depends karchive &&
+depends kconfig &&
+depends kconfigwidgets &&
+depends kcoreaddons &&
+depends kdeclarative &&
+depends kdelibs4support &&
+#depends kdoctools &&
+depends kguiaddons &&
+depends khtml &&
+depends ki18n &&
+depends kiconthemes &&
+depends kio &&
+depends kitemviews &&
+depends kjobwidgets &&
+depends knotifications &&
+depends kparts &&
+depends ktextwidgets &&
+depends kwidgetsaddons &&
+depends kwindowsystem &&
+depends kxmlgui &&
+
+depends libx11 &&
+
+optional_depends kholidays '' '' 'holidays support' &&
+
+optional_depends kactivities5 '' '' 'Activities support' &&
+
+# Plan
+depends kdiagram &&
+#depends kproperty
+#depends kreport
+optional_depends kcalcore '' '' 'PIM support' &&
+optional_depends kcontacts '' '' 'PIM support' &&
+# optional_depends kproperty '' '' 'Reporting for Plan' &&
+# optional_depends kreport '' '' 'Reporting for Plan' &&
+
+optional_depends akonadi-contacts '' '' 'PIM support' &&
+if is_depends_enabled $SPELL akonadi-contacts;then
+ depends akonadi
+fi
diff --git a/kde5-apps/calligraplan/DETAILS b/kde5-apps/calligraplan/DETAILS
new file mode 100755
index 0000000..44b4b83
--- /dev/null
+++ b/kde5-apps/calligraplan/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=calligraplan
+ VERSION=3.1.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+
SOURCE_URL=https://download.kde.org/stable/${SPELL%plan}/${VERSION}/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://www.calligra-suite.org/
+ ENTERED=20180127
+ LICENSE[0]=GPL
+ KEYWORDS="kde"
+ SHORT="project planner for kde5"
+cat << EOF
+project planner for kde5
+EOF
diff --git a/kde5-apps/calligraplan/HISTORY b/kde5-apps/calligraplan/HISTORY
new file mode 100644
index 0000000..4654cc2
--- /dev/null
+++ b/kde5-apps/calligraplan/HISTORY
@@ -0,0 +1,3 @@
+2018-01-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.1.0
+ this was previously part of calligra. it is now separate



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (56516e0a3a9627c6faffddcb72bf9c0d0d2bbf99), Treeve Jelbert, 01/27/2018

Archive powered by MHonArc 2.6.24.

Top of Page