Skip to Content.
Sympa Menu

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

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 (92b00e3957d255f37d9609a8bd76e3fbc045ea38)
  • Date: Tue, 4 Apr 2017 19:16:13 +0000

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

crypto/gpgme/DEPENDS | 2 +-
crypto/gpgme/HISTORY | 3 +++
kde5-apps/calligra/DEPENDS | 2 +-
kde5-apps/calligra/HISTORY | 1 +
libs/pyqt5/DETAILS | 6 +++---
libs/pyqt5/HISTORY | 3 +++
libs/sip/DETAILS | 8 ++++----
libs/sip/HISTORY | 3 +++
8 files changed, 19 insertions(+), 9 deletions(-)

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

gpgme - fix depends

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

pyqt5: => 5.8.2

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

sip: => 4.19.2

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

calligra - fix khtml flags

diff --git a/crypto/gpgme/DEPENDS b/crypto/gpgme/DEPENDS
index 7b8f0b4..50282f9 100755
--- a/crypto/gpgme/DEPENDS
+++ b/crypto/gpgme/DEPENDS
@@ -14,7 +14,7 @@ case $GPGME_BRANCH in
;;
esac &&
case $GPGME_BRANCH in
- 1.7 | 1.8)
+ 1.7 | 1.8 | 1.9)
if list_find "$GPG_LANG" qt; then
depends qtbase &&
depends -sub CXX gcc
diff --git a/crypto/gpgme/HISTORY b/crypto/gpgme/HISTORY
index cb11868..724cf02 100644
--- a/crypto/gpgme/HISTORY
+++ b/crypto/gpgme/HISTORY
@@ -1,3 +1,6 @@
+2017-04-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: fix
+
2017-04-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.9.0
* CONFIGURE: adjusted
diff --git a/kde5-apps/calligra/DEPENDS b/kde5-apps/calligra/DEPENDS
index c48a429..1e0c79d 100755
--- a/kde5-apps/calligra/DEPENDS
+++ b/kde5-apps/calligra/DEPENDS
@@ -41,7 +41,7 @@ optional_depends lcms2 '' ' -DWITH_LCMS2=OFF'
'colour management' &
optional_depends vc '' ' -DWITH_Vc=OFF' 'vectorisation code' &&

optional_depends poppler -sub QT5 '' '' 'PDF support' &&
-optional_depends khtml '' ' -DWITH_KF5KHtml=OFF' 'HTML2ODS import
filter + Plan' &&
+optional_depends khtml '' '
-DCMAKE_DISABLE_FIND_PACKAGE_KF5KHtml=1' 'HTML2ODS import filter + Plan' &&
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' &&
diff --git a/kde5-apps/calligra/HISTORY b/kde5-apps/calligra/HISTORY
index d00759c..99ecab0 100644
--- a/kde5-apps/calligra/HISTORY
+++ b/kde5-apps/calligra/HISTORY
@@ -1,5 +1,6 @@
2017-04-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.1
+ * DEPENDS: fix khtml flags

2017-03-23 Treeve Jelbert <treeve AT sourcemage.org>
* CONFIGURE PRE_BUILD BUILD: no product sets
diff --git a/libs/pyqt5/DETAILS b/libs/pyqt5/DETAILS
index 7a9931d..5811c50 100755
--- a/libs/pyqt5/DETAILS
+++ b/libs/pyqt5/DETAILS
@@ -1,11 +1,11 @@
SPELL=pyqt5
SPELLX=PyQt5_gpl
- VERSION=5.7.1
-
SOURCE_HASH=sha512:7498713f73807522e58ae38ff58548cf80c2f2c418d6c55e20ce613cdc997e4ee7139076f1f152c7c3edb970bde14febc3496009f934e31ff71f01a1605f558f
+ VERSION=5.8.2
+
SOURCE_HASH=sha512:8b765b9ae6210b7312a2dc6ed94d2664ae569625fe8a27443bae4230d9d9c00e0cf3b4be6904c66ebceff5cd5bbd19a5a9794a0b3222c8098a55f0b94fc8d89b
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX_$VERSION

SOURCE_URL[0]=https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-${VERSION}/${SOURCE}
- WEB_SITE=http://www.riverbankcomputing.co.uk/software/pyqt/
+ WEB_SITE=https://www.riverbankcomputing.co.uk/software/pyqt/
ENTERED=20140213
LICENSE[0]=GPL
KEYWORDS="qt5 python libs"
diff --git a/libs/pyqt5/HISTORY b/libs/pyqt5/HISTORY
index 1e9c54b..4861dc9 100644
--- a/libs/pyqt5/HISTORY
+++ b/libs/pyqt5/HISTORY
@@ -1,3 +1,6 @@
+2017-04-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.8.2
+
2017-01-13 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: qtwebkit => WEBKIT_QT

diff --git a/libs/sip/DETAILS b/libs/sip/DETAILS
index ff63d0e..976e7a3 100755
--- a/libs/sip/DETAILS
+++ b/libs/sip/DETAILS
@@ -1,11 +1,11 @@
SPELL=sip
- VERSION=4.19
-
SOURCE_HASH=sha512:0df39c2e004f5077439bdb4b4e463cdf0c141ce4e5dc65a957123801c122d6e3a30e238c0a77559d7202002a396d521be5517a8417b34c4092ab8319fa1d054c
+ VERSION=4.19.2
+
SOURCE_HASH=sha512:6f14f387a899130cf15820d2b58d937d134a2eefd53c65a82af060e88a6ca039442b21f822880c4a3742d6f26328853a552239873c55d7b22de62a6cc5037b3e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/pyqt/$SPELL/$SPELL-$VERSION/$SOURCE
+
SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/pyqt/$SPELL/$SPELL-$VERSION/$SOURCE
LICENSE[0]=GPL
- WEB_SITE=http://www.riverbankcomputing.co.uk/software/$SPELL
+ WEB_SITE=https://www.riverbankcomputing.co.uk/software/$SPELL
ENTERED=20020721
KEYWORDS="python libs"
SHORT="SIP is a Python module used to create Python bindings."
diff --git a/libs/sip/HISTORY b/libs/sip/HISTORY
index 22ba833..1ed7fbb 100644
--- a/libs/sip/HISTORY
+++ b/libs/sip/HISTORY
@@ -1,3 +1,6 @@
+2017-04-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.19.2
+
2017-01-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.19




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (92b00e3957d255f37d9609a8bd76e3fbc045ea38), Treeve Jelbert, 04/04/2017

Archive powered by MHonArc 2.6.24.

Top of Page