Skip to Content.
Sympa Menu

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

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 (60795ac1367de551a698cf7bf2001107bf1085f2)
  • Date: Mon, 19 Feb 2018 09:05:28 +0000

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

crypto/cryptsetup-luks/DETAILS | 4 ++--
crypto/cryptsetup-luks/HISTORY | 3 +++
kde5-apps/calligra/DEPENDS | 15 +--------------
kde5-apps/calligra/DETAILS | 4 ++--
kde5-apps/calligra/HISTORY | 4 ++++
5 files changed, 12 insertions(+), 18 deletions(-)

New commits:
commit 60795ac1367de551a698cf7bf2001107bf1085f2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

calligra tweaks

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

cryptsetup-luks: => 2.0.1

diff --git a/crypto/cryptsetup-luks/DETAILS b/crypto/cryptsetup-luks/DETAILS
index 24250a3..83d4e51 100755
--- a/crypto/cryptsetup-luks/DETAILS
+++ b/crypto/cryptsetup-luks/DETAILS
@@ -1,9 +1,9 @@
SPELL=cryptsetup-luks
- VERSION=2.0.0
+ VERSION=2.0.1
BRANCH=v$(echo $VERSION | cut -f 1 -d .).$(echo $VERSION | cut -f
2 -d .)
SOURCE_DIRECTORY=$BUILD_DIRECTORY/cryptsetup-$VERSION
SOURCE=cryptsetup-$VERSION.tar.xz
-
SOURCE_HASH=sha512:195e9c0b6429d21ec0cc7c5faddfde85cb71eee09d348fa50df6779693a2dc05fce04bada4c835150964e08b2e8af30e4194155e0f6366b24c7812f48477a249
+
SOURCE_HASH=sha512:b0c16de67169aefe861e0d6692dfa7ff1d7cf34990611c71edb82606ebf39a529511b36f7c452da591bdc39c4125a4355b7444d268680458219f2cad63e0f74b

SOURCE_URL[0]=https://www.kernel.org/pub/linux/utils/cryptsetup/$BRANCH/$SOURCE
WEB_SITE=https://gitlab.com/cryptsetup/cryptsetup
ENTERED=20060117
diff --git a/crypto/cryptsetup-luks/HISTORY b/crypto/cryptsetup-luks/HISTORY
index 6de624d..b68f71d 100644
--- a/crypto/cryptsetup-luks/HISTORY
+++ b/crypto/cryptsetup-luks/HISTORY
@@ -1,3 +1,6 @@
+2018-02-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.1
+
2017-12-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.0

diff --git a/kde5-apps/calligra/DEPENDS b/kde5-apps/calligra/DEPENDS
index a341cec..a434e36 100755
--- a/kde5-apps/calligra/DEPENDS
+++ b/kde5-apps/calligra/DEPENDS
@@ -41,26 +41,13 @@ optional_depends lcms2 '' ' -DWITH_LCMS2=OFF'
'colour management' &
#optional_depends vc ' -DWITH_Vc=ON' ' -DWITH_Vc=OFF'
'vectorisation code for pigment' &&

optional_depends poppler -sub QT5 '' '' 'PDF support' &&
-optional_depends khtml '' '
-DCMAKE_DISABLE_FIND_PACKAGE_KF5KHtml=1' 'HTML2ODS import filter + Plan' &&
+optional_depends khtml '' '
-DCMAKE_DISABLE_FIND_PACKAGE_KF5KHtml=1' 'HTML2ODS import filter' &&
optional_depends kross '' '
-DCMAKE_DISABLE_FIND_PACKAGE_KF5Kross=1' 'scripting support' &&
optional_depends marble '' ' -DWITH_Marble=OFF' 'show locations on a
map' &&
optional_depends qca-qt5 '' ' -DWITH_Qca-Qt5=OFF' 'Crypro support' &&
optional_depends libodfgen '' '' 'various import filters' &&
optional_depends librevenge '' '' 'various document import filters' &&

-# Plan
-# optional_depends kdiagram '' ' -DWITH_KChart=OFF -DWITH_KGantt=OFF'
'charting' &&
-# optional_depends kcalcore '' '' 'PIM support' &&
-# optional_depends kcontacts '' '' 'PIM support' &&
-# optional_depends kholidays '' '' 'Public holidays (Plan)' &&
-# 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 &&
-
# Stage
optional_depends okular '' '' 'OpenDocument Presenter plugin' &&
optional_depends phonon4qt5 '' '' 'for Stage' &&
diff --git a/kde5-apps/calligra/DETAILS b/kde5-apps/calligra/DETAILS
index 6c817d4..ec62436 100755
--- a/kde5-apps/calligra/DETAILS
+++ b/kde5-apps/calligra/DETAILS
@@ -11,7 +11,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
ENTERED=201601205
LICENSE[0]=GPL
KEYWORDS="kde office"
- SHORT="Full office suite"
+ SHORT="word processor and spreadsheet for KDE5"
cat << EOF
-Office suite for KDE5
+word processor and spreadsheet for KDE5
EOF
diff --git a/kde5-apps/calligra/HISTORY b/kde5-apps/calligra/HISTORY
index 9522339..dccbe75 100644
--- a/kde5-apps/calligra/HISTORY
+++ b/kde5-apps/calligra/HISTORY
@@ -1,3 +1,7 @@
+2018-02-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: remove plan related stuff (now separate)
+ * DETAILS: update description
+
2018-01-30 Treeve Jelbert <treeve AT sourcemage.org>
* patches/0003-kross-optional.patch: added
* DEPENDS: cleanup, kross optional



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (60795ac1367de551a698cf7bf2001107bf1085f2), Treeve Jelbert, 02/19/2018

Archive powered by MHonArc 2.6.24.

Top of Page