Skip to Content.
Sympa Menu

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

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 (424838527423acd7dc34e4f24161c9bfe71a1db1)
  • Date: Wed, 26 Aug 2015 14:02:48 +0000

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

ChangeLog | 3 +++
FUNCTIONS | 4 ++--
plasma/plasma-workspace/HISTORY | 3 +++
plasma/plasma-workspace/PRE_BUILD | 1 +
4 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 424838527423acd7dc34e4f24161c9bfe71a1db1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

FUNCTIONS - fix cmake_build - bad SYSCONFIG - breaks plasma-workspace

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

plasma-workspace - fix PRE_BUILD

diff --git a/ChangeLog b/ChangeLog
index 36344d4..bf4d67b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-08-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * FUNCTIONS: fix cmake_build - bad SYSCONFIG
+
2015-08-25 Treeve Jelbert <treeve AT sourcemage.org>
* /plasma/kwallet-pam: added
* plasma/kwayland-integration: added
diff --git a/FUNCTIONS b/FUNCTIONS
index eb49dac..5bd70bb 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -556,8 +556,8 @@ cmake_build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_MANDIR=share/man \
-DCMAKE_PREFIX_PATH=share/apps/cmake/modules \
- -DSYSCONFDIR="$INSTALL_ROOT"/etc \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_SYSCONFDIR=$INSTALL_ROOT/etc \
+ -DCMAKE_BUILD_TYPE=$CM_BUILD_TYPE \
-DCMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-DCMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
$OPTS ../ &&
diff --git a/plasma/plasma-workspace/HISTORY b/plasma/plasma-workspace/HISTORY
index 461d593..5d51c95 100644
--- a/plasma/plasma-workspace/HISTORY
+++ b/plasma/plasma-workspace/HISTORY
@@ -1,3 +1,6 @@
+2015-08-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: add missing create_group
+
2015-08-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.4.0
* nm.patch: update
diff --git a/plasma/plasma-workspace/PRE_BUILD
b/plasma/plasma-workspace/PRE_BUILD
index 127f48a..8f30ec2 100755
--- a/plasma/plasma-workspace/PRE_BUILD
+++ b/plasma/plasma-workspace/PRE_BUILD
@@ -1,3 +1,4 @@
+create_group plasma &&
default_pre_build &&
cd $SOURCE_DIRECTORY &&
patch -p1 < $SPELL_DIRECTORY/nm.patch



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (424838527423acd7dc34e4f24161c9bfe71a1db1), Treeve Jelbert, 08/26/2015

Archive powered by MHonArc 2.6.24.

Top of Page