Skip to Content.
Sympa Menu

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

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 (73d597432d15d2ea23ae1587f1f8c5d778590217)
  • Date: Sun, 15 Dec 2019 12:34:32 +0000

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

accounts-sso/libaccounts-glib/DETAILS | 10 +++++-----
accounts-sso/libaccounts-glib/HISTORY | 3 +++
accounts-sso/libaccounts-qt/DETAILS | 6 +++---
accounts-sso/libaccounts-qt/HISTORY | 3 +++
accounts-sso/signond/DETAILS | 6 +++---
accounts-sso/signond/HISTORY | 3 +++
graphics/mesademos/BUILD | 4 +++-
graphics/mesademos/DEPENDS | 3 ++-
graphics/mesademos/HISTORY | 6 ++++++
graphics/mesademos/PRE_BUILD | 3 ---
graphics/mesademos/clear.patch | 21 ---------------------
kde5-net/kaccounts-integration/DEPENDS | 7 +------
kde5-net/kaccounts-integration/HISTORY | 3 +++
13 files changed, 35 insertions(+), 43 deletions(-)

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

mesademos - tweak

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

kaccounts-integration - improve depends

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

signond: => 8.60

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

libaccounts-qt: => 1.16

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

libaccounts-glib: => 1.23

diff --git a/accounts-sso/libaccounts-glib/DETAILS
b/accounts-sso/libaccounts-glib/DETAILS
index 9bf3454..24ae5e5 100755
--- a/accounts-sso/libaccounts-glib/DETAILS
+++ b/accounts-sso/libaccounts-glib/DETAILS
@@ -1,7 +1,7 @@
SPELL=libaccounts-glib
- VERSION=1.22
- VX=85651363482ea185a86348892b6cf925c4540572
-
SOURCE_HASH=sha512:a8be233bbc657088ccf94db7ddd4719a88ec8d03765dd96e7ce2fcbbf947486695c6b16b615abc43698594eac8bf21636c1621102013293c477e93a75fc88bfc
+ VERSION=1.23
+ VX=8d14b10652b2fe6c25d8ad8334e2d5023d254313
+
SOURCE_HASH=sha512:2c52fec83784225c3f9d0a276d83cd7a6d0061840b47d23d77485bd360277319fc5d63d0bf785e12c888132228b46ff9e34ff92a9bc3fe29eab0a4746986b7d5
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL=https://gitlab.com/accounts-sso/$SPELL/repository/archive.tar.bz2?ref=VERSION_${VERSION}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-VERSION_$VERSION-$VX
@@ -11,10 +11,10 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-VERSION_$VERSION-$VX
KEYWORDS=""
SHORT=""
cat << EOF
-Accounts management library for GLib applications
+Accounts management library for GLib release-service
-------------------------------------------------

This project is a library for managing accounts which can be used from GLib
-applications. It is part of the accounts-sso project:
+release-service. It is part of the accounts-sso project:

EOF
diff --git a/accounts-sso/libaccounts-glib/HISTORY
b/accounts-sso/libaccounts-glib/HISTORY
index 643fac8..f3719b1 100644
--- a/accounts-sso/libaccounts-glib/HISTORY
+++ b/accounts-sso/libaccounts-glib/HISTORY
@@ -1,3 +1,6 @@
+2019-12-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.23
+
2016-06-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.22

diff --git a/accounts-sso/libaccounts-qt/DETAILS
b/accounts-sso/libaccounts-qt/DETAILS
index 7892d8d..9ab3a24 100755
--- a/accounts-sso/libaccounts-qt/DETAILS
+++ b/accounts-sso/libaccounts-qt/DETAILS
@@ -1,7 +1,7 @@
SPELL=libaccounts-qt
- VERSION=1.14
- VX=a34ca4b6d250529c900b0382559553b6e5885918
-
SOURCE_HASH=sha512:818a457d9faa4db670874ac6f84a5f7980004ac7740dba78b45d4fcc9acd80a6103f9453fdd36035e40e40bb8552eb36c148c9784def8da96baf9680049768a2
+ VERSION=1.16
+ VX=525ec684cfa8d234f797d7e49e21c476eea04d8e
+
SOURCE_HASH=sha512:d80a640f1b147fdcdc88e9759997877050214a7d601d2ea9a794169f313ccae730f0da2c1c4efb39ab0a53f7a4d77296747bf5cb13b98c3f42020cdabd1a75d4
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL=https://gitlab.com/accounts-sso/libaccounts-qt/repository/archive.tar.bz2?ref=VERSION_${VERSION}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-VERSION_$VERSION-$VX
diff --git a/accounts-sso/libaccounts-qt/HISTORY
b/accounts-sso/libaccounts-qt/HISTORY
index abb7a20..cd7ff1e 100644
--- a/accounts-sso/libaccounts-qt/HISTORY
+++ b/accounts-sso/libaccounts-qt/HISTORY
@@ -1,3 +1,6 @@
+2019-12-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.16
+
2015-10-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: use properly named tarball

diff --git a/accounts-sso/signond/DETAILS b/accounts-sso/signond/DETAILS
index 7346956..46b1acd 100755
--- a/accounts-sso/signond/DETAILS
+++ b/accounts-sso/signond/DETAILS
@@ -1,7 +1,7 @@
SPELL=signond
- VERSION=8.59
- VX=14f058c36208a551c80d0e98d76164fb87b2b8af
-
SOURCE_HASH=sha512:1dfe15e786a5b8bf3aa3fd880767a784018fd21c90518a68048571ee94f4de0e72192f532576abc37f2965236c268986d6f7c669e43c47342884ff4ab9cb2075
+ VERSION=8.60
+ VX=4d195e4dc7a47ff5cb51e36a83d4d05808c5befe
+
SOURCE_HASH=sha512:75209cbf290ae3f536d5efafdedfb7eb4c0aa9a6e047ee6b4e7a9f1a3877b577da61ce7015a3747b088679ec67969986bbc4f817bdb095226805c02571817216
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL=https://gitlab.com/accounts-sso/$SPELL/repository/archive.tar.bz2?ref=VERSION_${VERSION}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-VERSION_$VERSION-$VX
diff --git a/accounts-sso/signond/HISTORY b/accounts-sso/signond/HISTORY
index cb2ec8e..1caea7c 100644
--- a/accounts-sso/signond/HISTORY
+++ b/accounts-sso/signond/HISTORY
@@ -1,3 +1,6 @@
+2019-12-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.60
+
2016-06-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.59

diff --git a/graphics/mesademos/BUILD b/graphics/mesademos/BUILD
index e647f0a..b9cf9bf 100755
--- a/graphics/mesademos/BUILD
+++ b/graphics/mesademos/BUILD
@@ -1,2 +1,4 @@
-glselect mesa &&
+if is_depends_enabled $SPELL smgl-gl_select;then
+ glselect mesa
+fi &&
default_build
diff --git a/graphics/mesademos/DEPENDS b/graphics/mesademos/DEPENDS
index 0a17749..3fa7f30 100755
--- a/graphics/mesademos/DEPENDS
+++ b/graphics/mesademos/DEPENDS
@@ -1,4 +1,5 @@
depends glew &&
depends OPENGL &&

-optional_depends GLUT "" "" "for GLUT-based tests"
+optional_depends GLUT "" "" "for GLUT-based tests" &&
+optional_depends smgl-gl_select '' '' 'switch opengl provider'
diff --git a/graphics/mesademos/HISTORY b/graphics/mesademos/HISTORY
index 25fa521..cac61dd 100644
--- a/graphics/mesademos/HISTORY
+++ b/graphics/mesademos/HISTORY
@@ -1,3 +1,9 @@
+2019-12-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * clear.patch: deleted
+ * PRE_BUILD: adjust
+ * DEPENDS: add optional smgl-gl_select
+ * BUILD: adjust
+
2018-08-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 8.4.0
* BUILD: switch to mesa before build
diff --git a/graphics/mesademos/PRE_BUILD b/graphics/mesademos/PRE_BUILD
index b795112..c338269 100755
--- a/graphics/mesademos/PRE_BUILD
+++ b/graphics/mesademos/PRE_BUILD
@@ -1,8 +1,5 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-message "${MESSAGE_COLOR}Apply duplicate /usr/bin/clear
patch...${DEFAULT_COLOR}" &&
-patch -p1 < "$SPELL_DIRECTORY"/clear.patch
-
message "${MESSAGE_COLOR}Disable egl...${DEFAULT_COLOR}" &&
patch -p1 < "$SPELL_DIRECTORY"/egl.patch
diff --git a/graphics/mesademos/clear.patch b/graphics/mesademos/clear.patch
deleted file mode 100644
index ee989a5..0000000
--- a/graphics/mesademos/clear.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur mesa-demos-8.0.1.orig/src/trivial/Makefile.in
mesa-demos-8.0.1/src/trivial/Makefile.in
---- mesa-demos-8.0.1.orig/src/trivial/Makefile.in 2010-10-06
17:09:29.101000005 -0700
-+++ mesa-demos-8.0.1/src/trivial/Makefile.in 2010-10-06 17:13:24.339001231
-0700
-@@ -58,7 +58,7 @@
- POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
--@HAVE_GLUT_TRUE@bin_PROGRAMS = clear$(EXEEXT) clear-fbo$(EXEEXT) \
-+@HAVE_GLUT_TRUE@bin_PROGRAMS = clear-gl$(EXEEXT) clear-fbo$(EXEEXT) \
- @HAVE_GLUT_TRUE@ clear-fbo-tex$(EXEEXT) clear-random$(EXEEXT) \
- @HAVE_GLUT_TRUE@ clear-repeat$(EXEEXT) clear-scissor$(EXEEXT) \
- @HAVE_GLUT_TRUE@ clear-undefined$(EXEEXT) createwin$(EXEEXT) \
-@@ -1001,7 +1001,7 @@
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f" $$list; \
- rm -f $$list
--clear$(EXEEXT): $(clear_OBJECTS) $(clear_DEPENDENCIES)
-+clear-gl$(EXEEXT): $(clear_OBJECTS) $(clear_DEPENDENCIES)
- @rm -f clear$(EXEEXT)
- $(AM_V_CCLD)$(LINK) $(clear_OBJECTS) $(clear_LDADD) $(LIBS)
- clear-fbo$(EXEEXT): $(clear_fbo_OBJECTS) $(clear_fbo_DEPENDENCIES)
diff --git a/kde5-net/kaccounts-integration/DEPENDS
b/kde5-net/kaccounts-integration/DEPENDS
index 6e7824a..68e337a 100755
--- a/kde5-net/kaccounts-integration/DEPENDS
+++ b/kde5-net/kaccounts-integration/DEPENDS
@@ -1,14 +1,9 @@
source $GRIMOIRE/KDE5_DEPENDS &&
depends kcmutils &&
-depends kconfig &&
depends kcoreaddons &&
+depends kdeclarative &&
depends kdbusaddons &&
-#depends kdepimlibs5 &&
-depends kiconthemes &&
depends ki18n &&
-depends kio &&
-depends kwidgetsaddons &&
-depends kwallet5 &&
depends libaccounts-qt &&
depends pkgconfig &&
depends signond
diff --git a/kde5-net/kaccounts-integration/HISTORY
b/kde5-net/kaccounts-integration/HISTORY
index 20332b3..8e423fc 100644
--- a/kde5-net/kaccounts-integration/HISTORY
+++ b/kde5-net/kaccounts-integration/HISTORY
@@ -1,3 +1,6 @@
+2019-12-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: simplify
+
2019-12-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 19.12.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (73d597432d15d2ea23ae1587f1f8c5d778590217), Treeve Jelbert, 12/15/2019

Archive powered by MHonArc 2.6.24.

Top of Page