Skip to Content.
Sympa Menu

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

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 (e8c39b2553f2b80427543697493528e548ace179)
  • Date: Thu, 29 Jun 2017 15:09:38 +0000

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

ChangeLog | 3 +
QT5_DEPENDS | 2
devel/ninja-build-system/BUILD | 2
devel/ninja-build-system/HISTORY | 3 +
libs/re2/DETAILS | 4 -
libs/re2/HISTORY | 3 +
plasma/user-manager/DEPENDS | 8 ++-
plasma/user-manager/HISTORY | 3 +
qt5-cmake/webkitqt/BUILD | 3 -
qt5-cmake/webkitqt/DEPENDS | 8 ++-
qt5-cmake/webkitqt/DETAILS | 4 -
qt5-cmake/webkitqt/HISTORY | 6 ++
qt5-cmake/webkitqt/PRE_BUILD | 3 -
qt5-cmake/webkitqt/patches/0003-more-functioanl.h-fixes.patch | 24
++++++++++
security-libs/libpwquality/DETAILS | 8 +--
security-libs/libpwquality/HISTORY | 4 +
16 files changed, 69 insertions(+), 19 deletions(-)

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

tweak QT5_DEPENDS

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

webkitqt: => 5.212.0-alpha2

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

re2: => 2017-06-01

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

libpwquality: => 1.4.0

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

user-manager - update depends

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

ninja-build-system - use recommended build process

diff --git a/ChangeLog b/ChangeLog
index 99126e8..e638057 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2017-06-29 Vlad Glagolev <stealth AT sourcemage.org>
* shell-term-fm/nnn: the missing terminal file browser for X

+2017-06-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * QT5_DEPENDS: also use CMAKE_DEPENDS
+
2017-06-27 Treeve Jelbert <treeve AT sourcemage.org>
* MESON_FUNCTIONS: added, for use with meson builds

diff --git a/QT5_DEPENDS b/QT5_DEPENDS
index 0c3827d..93a7121 100755
--- a/QT5_DEPENDS
+++ b/QT5_DEPENDS
@@ -1,3 +1,3 @@
+source $GRIMOIRE/CMAKE_DEPENDS &&
depends -sub CXX gcc &&
-depends cmake &&
depends qtbase
diff --git a/devel/ninja-build-system/BUILD b/devel/ninja-build-system/BUILD
index b8c0107..aed5184 100755
--- a/devel/ninja-build-system/BUILD
+++ b/devel/ninja-build-system/BUILD
@@ -1 +1 @@
-./bootstrap.py
+./configure.py --bootstrap
diff --git a/devel/ninja-build-system/HISTORY
b/devel/ninja-build-system/HISTORY
index 47705ac..aca3a7b 100644
--- a/devel/ninja-build-system/HISTORY
+++ b/devel/ninja-build-system/HISTORY
@@ -1,3 +1,6 @@
+2017-06-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: use recommended build process
+
2016-11-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.7.2

diff --git a/libs/re2/DETAILS b/libs/re2/DETAILS
index efd21cf..93643e3 100755
--- a/libs/re2/DETAILS
+++ b/libs/re2/DETAILS
@@ -1,6 +1,6 @@
SPELL=re2
- VERSION=2017-04-01
-
SOURCE_HASH=sha512:59aa92582b2bbd44311ea92aa6bbeb5d3e8d9b115b7fb83f911b6e5680a650c2b22759d935298e1b1b3f5c44014bcc2defb22b136473ad9ed7c4ea006834a700
+ VERSION=2017-06-01
+
SOURCE_HASH=sha512:b0bdb333ff1385f1118a9bfcf4f85acfbcb8db4b33c0820636eac33b48d7dae3da08531234a05953247bc79b3c8118204b441ceaeb37f21e55c9006cb82f3da0
SOURCE=$SPELL-v$VERSION.tar.gz
SOURCE_URL=https://github.com/google/re2/archive/$VERSION.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/libs/re2/HISTORY b/libs/re2/HISTORY
index 2647e55..5eeef8e 100644
--- a/libs/re2/HISTORY
+++ b/libs/re2/HISTORY
@@ -1,3 +1,6 @@
+2017-06-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2017-06-01
+
2017-04-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2017-04-01

diff --git a/plasma/user-manager/DEPENDS b/plasma/user-manager/DEPENDS
index d19bc00..64e42f4 100755
--- a/plasma/user-manager/DEPENDS
+++ b/plasma/user-manager/DEPENDS
@@ -1,3 +1,9 @@
source $GRIMOIRE/KDE5_DEPENDS
-depends kdelibs4support &&
+depends kauth &&
+depends kconfig &&
+depends kconfigwidgets &&
+depends kcmutils &&
+depends ki18n &&
+depends kio &&
+depends kiconthemes &&
depends libpwquality
diff --git a/plasma/user-manager/HISTORY b/plasma/user-manager/HISTORY
index b247b6e..cc05150 100644
--- a/plasma/user-manager/HISTORY
+++ b/plasma/user-manager/HISTORY
@@ -1,3 +1,6 @@
+2017-06-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: update
+
2017-06-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.10.3

diff --git a/qt5-cmake/webkitqt/BUILD b/qt5-cmake/webkitqt/BUILD
index 5b8c110..66609fa 100755
--- a/qt5-cmake/webkitqt/BUILD
+++ b/qt5-cmake/webkitqt/BUILD
@@ -1,5 +1,4 @@
OPTS+=" -DUSE_LD_GOLD=0" &&
-CXXFLAGS+=" -fno-delete-null-pointer-checks" &&
CFLAGS="${CFLAGS/-ffast-math}" &&

OPTS+=" -DPORT=Qt -DSHARED_CORE=1 -DUSE_SYSTEM_MALLOC=1"
@@ -9,7 +8,5 @@ OPTS+=" -DENABLE_SAMPLING_PROFILER=0"
OPTS+=" -DENABLE_TOUCH_EVENTS=0"
OPTS+=" -DENABLE_ALLINONE_BUILD=0"
OPTS+=" -DENABLE_GAMEPAD_DEPRECATED=0"
-OPTS+=" -DSHARED_CORE=0" #??
-OPTS+=" -DUSE_QT_MULTIMEDIA=0"
OPTS+=" -Wno-dev"
default_build
diff --git a/qt5-cmake/webkitqt/DEPENDS b/qt5-cmake/webkitqt/DEPENDS
index 708f22b..8568b3f 100755
--- a/qt5-cmake/webkitqt/DEPENDS
+++ b/qt5-cmake/webkitqt/DEPENDS
@@ -1,4 +1,6 @@
source $GRIMOIRE/QT5_DEPENDS &&
+depends qtdeclarative &&
+depends qtwebchannel &&
depends perl &&
depends bison &&
depends flex &&
@@ -20,12 +22,12 @@ depends mesalib &&
depends sqlite &&
depends zlib &&
optional_depends gstreamer-1.0 ' -DUSE_GSTREAMER=1' ' -DUSE_GSTREAMER=0'
'GStreamer support' &&
+if ! is_depends_enabled $SPELL gstreamer-1.0;then
+ optional_depends qtmultimedia ' -DUSE_QT_MULTIMEDIA=1' '
-DUSE_QT_MULTIMEDIA=0' 'multimedias support'
+fi &&
optional_depends hyphen ' -DUSE_LIBHYPHEN=1' ' -DUSE_LIBHYPHEN=0'
'hyphenation support' &&
optional_depends qtlocation ' -DENABLE_GEOLOCATION=1' '
-DENABLE_GEOLOCATION=0' '' &&
-#optional_depends qtmultimedia ' -DUSE_QT_MULTIMEDIA=1' '
-DUSE_QT_MULTIMEDIA=0' 'multimedias support' &&
optional_depends qtsensors ' -DENABLE_DEVICE_ORIENTATION=1' '
-DENABLE_DEVICE_ORIENTATION=0' 'device orientation/motion features'
#optional_depends DEVICE-MANAGER '' '' 'hardware detection' &&
-#optional_depends qtdeclarative '' '' 'QML support' &&
-#optional_depends qtwebchannel '' '' ''

# wayland libx11
diff --git a/qt5-cmake/webkitqt/DETAILS b/qt5-cmake/webkitqt/DETAILS
index 7406565..9491f03 100755
--- a/qt5-cmake/webkitqt/DETAILS
+++ b/qt5-cmake/webkitqt/DETAILS
@@ -1,7 +1,7 @@
SPELL=webkitqt
SPELLX=qtwebkit
- VERSION=tp5
-
SOURCE_HASH=sha512:62d3eb97e01cff204f401b06b8aa7f0d9e1d86d62f27b07990699867f135a908a6b669ca1bbabd5ee01d5b6263404d443cdce6819a7d99345e9f4bae9f9e8045
+ VERSION=5.212.0-alpha2
+
SOURCE_HASH=sha512:b15985aab20c5618dc1f71a0d91f02dbed993516272090a4a12990714bf4c9554ccbdcf9d6a143bf46fcc2c170f691e571114d61686fe49791f8d5c540785758
SOURCE=$SPELLX-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE="https://github.com/annulen/webkit";
diff --git a/qt5-cmake/webkitqt/HISTORY b/qt5-cmake/webkitqt/HISTORY
index edafc1a..63f5df6 100644
--- a/qt5-cmake/webkitqt/HISTORY
+++ b/qt5-cmake/webkitqt/HISTORY
@@ -1,3 +1,9 @@
+2017-06-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.212.0-alpha2
+ * PRE_BUILD: remove sed usage
+ * BUILD DEPNDS: tweak
+ * patches: add one
+
2017-04-21 Treeve Jelbert <treeve AT sourcemage.org>
* PRE_BUILD, patches/*: fixes for icu-59

diff --git a/qt5-cmake/webkitqt/PRE_BUILD b/qt5-cmake/webkitqt/PRE_BUILD
index 73aab20..127cc54 100755
--- a/qt5-cmake/webkitqt/PRE_BUILD
+++ b/qt5-cmake/webkitqt/PRE_BUILD
@@ -3,5 +3,4 @@ cd $SOURCE_DIRECTORY &&
rm -r Source/WebCore/icu &&
rm -r Source/WTF/icu &&
rm -r Source/JavaScriptCore/icu &&
-apply_patch_dir &&
-sed -i '/ASSERT(dynamic_cast/D'
Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.cpp
+apply_patch_dir
diff --git a/qt5-cmake/webkitqt/patches/0003-more-functioanl.h-fixes.patch
b/qt5-cmake/webkitqt/patches/0003-more-functioanl.h-fixes.patch
new file mode 100644
index 0000000..266df56
--- /dev/null
+++ b/qt5-cmake/webkitqt/patches/0003-more-functioanl.h-fixes.patch
@@ -0,0 +1,24 @@
+From 5aabcb01e7b6cf814f9076cb6f591859c97d0b2f Mon Sep 17 00:00:00 2001
+From: Treeve Jelbert <treeve AT sourcemage.org>
+Date: Thu, 29 Jun 2017 09:01:18 +0200
+Subject: [PATCH 3/3] more functioanl.h fixes
+
+---
+ Source/WebCore/dom/SlotAssignment.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Source/WebCore/dom/SlotAssignment.h
b/Source/WebCore/dom/SlotAssignment.h
+index 0fcd4dfa..9edd068f 100644
+--- a/Source/WebCore/dom/SlotAssignment.h
++++ b/Source/WebCore/dom/SlotAssignment.h
+@@ -33,6 +33,7 @@
+ #include <wtf/Vector.h>
+ #include <wtf/text/AtomicString.h>
+ #include <wtf/text/AtomicStringHash.h>
++#include <functional>
+
+ namespace WebCore {
+
+--
+2.13.2
+
diff --git a/security-libs/libpwquality/DETAILS
b/security-libs/libpwquality/DETAILS
index b7586c5..eb74d75 100755
--- a/security-libs/libpwquality/DETAILS
+++ b/security-libs/libpwquality/DETAILS
@@ -1,10 +1,10 @@
SPELL=libpwquality
- VERSION=1.3.0
-
SOURCE_HASH=sha512:c3817c7a5ca962b161911b97b413a0db7c34a99ba2cd191435024abdbe060e248c0f88436f24d3992dcb1b00d34b88afb731ef1fd23efc3ad1abe56d4d7d53ea
+ VERSION=1.4.0
+
SOURCE_HASH=sha512:b8049f8b71bbfd4d345dbd4c4cffd29e9029b0fca4c95527af54d11a3b06e4708236b630df6c66738368298679c96cb3bf26b1b5d95cb3c5f7e1073cab8a98d9
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=https://fedorahosted.org/releases/l/i/$SPELL/$SOURCE
- WEB_SITE=https://fedorahosted.org/libpwquality/
+ WEB_SITE=https://github.com/libpwquality/libpwquality
+ SOURCE_URL[0]=$WEB_SITE/releases/download/$SPELL-$VERSION/$SOURCE
ENTERED=20121022
LICENSE[0]=GPL
SHORT="password quality checking library"
diff --git a/security-libs/libpwquality/HISTORY
b/security-libs/libpwquality/HISTORY
index f2683eb..33a08a4 100644
--- a/security-libs/libpwquality/HISTORY
+++ b/security-libs/libpwquality/HISTORY
@@ -1,3 +1,7 @@
+2017-06-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.0
+ now at github
+
2016-01-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e8c39b2553f2b80427543697493528e548ace179), Treeve Jelbert, 06/29/2017

Archive powered by MHonArc 2.6.24.

Top of Page