# Default to Ninja cmake generator if it's installed, otherwise the standard
Unix way
-if spell_ok ninja; then
+if spell_ok ninja-build-system; then
message
"${MESSAGE_COLOR}${SPELL_COLOR}${SPELL}${DEFAULT_COLOR}${MESSAGE_COLOR} is
using ${SPELL_COLOR}ninja${DEFAULT_COLOR}${MESSAGE_COLOR} for CMAKE
GENERATOR." &&
CMAKE_GEN='Ninja'
else
diff --git a/ChangeLog b/ChangeLog
index 7a307d2..998f8d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-03-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * CMAKE_CONFIGURE: ninja => ninja-build-system
+
2016-03-11 Eric Sandall <sandalle AT sourcemage.org>
* CMAKE_CONFIGURE: Default to "Unix Makefiles" for CMAKE_GEN
Error: CMake was unable to find a build program corresponding to
"Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a
different build tool.
diff --git a/kde-frameworks/attica5/DETAILS b/kde-frameworks/attica5/DETAILS
index 6bd4da4..8ad78b4 100755
--- a/kde-frameworks/attica5/DETAILS
+++ b/kde-frameworks/attica5/DETAILS
@@ -1,8 +1,8 @@
SPELL=attica5
SPELLX=attica
- VERSION=5.19.0
+ VERSION=5.20.0
VX=${VERSION%.?}
-
SOURCE_HASH=sha512:1dcdda6927c9a0e5eaff96f7bd32de30565758f037745baaa06206e5af52b819fa89d94623a9dbac5d40127012a4072e21bd66a338d37bc39eda0b7a58f3aa37
+
SOURCE_HASH=sha512:d09e5004e0ee69f164addaad69535d2c6f2aa92aad9c0e020a50e13390a859a24195deccce6ba41ed8ada1f62894556adcf8fb18a7663ac2caf204909971b6c5
SOURCE=$SPELLX-$VERSION.tar.xz
SOURCE_URL=http://download.kde.org/stable/frameworks/$VX/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
diff --git a/kde-frameworks/attica5/HISTORY b/kde-frameworks/attica5/HISTORY
index b0858a1..729cccd 100644
--- a/kde-frameworks/attica5/HISTORY
+++ b/kde-frameworks/attica5/HISTORY
@@ -1,3 +1,6 @@
+2016-03-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.20.0
+
2016-02-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.19.0