Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0907395f37cf30901e5eec24bba90e71f8c00dd8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0907395f37cf30901e5eec24bba90e71f8c00dd8)
  • Date: Wed, 9 Jan 2019 16:58:23 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

gnome2-libs/glib2/DEPENDS | 16 ++++++++++++----
gnome2-libs/glib2/DETAILS | 4 ++--
gnome2-libs/glib2/HISTORY | 4 ++++
3 files changed, 18 insertions(+), 6 deletions(-)

New commits:
commit 0907395f37cf30901e5eec24bba90e71f8c00dd8
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

gnome2-libs/glib2: devel version 2.59.0

diff --git a/gnome2-libs/glib2/DEPENDS b/gnome2-libs/glib2/DEPENDS
index b9e7c04..1ce440e 100755
--- a/gnome2-libs/glib2/DEPENDS
+++ b/gnome2-libs/glib2/DEPENDS
@@ -39,10 +39,18 @@ optional_depends attr \
"xattr=false" \
"Build with xattr support" &&

-optional_depends libselinux \
- "selinux=true" \
- "selinux=false" \
- "Build with selinux support" &&
+# Merge on next stable release
+if [[ "${GLIB_VER}" == "devel" ]];then
+ optional_depends libselinux \
+ "selinux=enabled" \
+ "selinux=disabled" \
+ "Build with selinux support"
+else
+ optional_depends libselinux \
+ "selinux=true" \
+ "selinux=false" \
+ "Build with selinux support"
+fi &&

optional_depends gtk-doc \
"gtk_doc=true" \
diff --git a/gnome2-libs/glib2/DETAILS b/gnome2-libs/glib2/DETAILS
index 5858979..f33a562 100755
--- a/gnome2-libs/glib2/DETAILS
+++ b/gnome2-libs/glib2/DETAILS
@@ -1,8 +1,8 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=glib2
if [[ $GLIB_VER == devel ]];then
- VERSION=2.58.2
-
SOURCE_HASH=sha256:c7b24ed6536f1a10fc9bce7994e55c427b727602e78342821f1f07fb48753d4b:UPSTREAM_HASH
+ VERSION=2.59.0
+
SOURCE_HASH=sha256:664a5dee7307384bb074955f8e5891c7cecece349bbcc8a8311890dc185b428e:UPSTREAM_HASH
else
VERSION=2.58.2

SOURCE_HASH=sha256:c7b24ed6536f1a10fc9bce7994e55c427b727602e78342821f1f07fb48753d4b:UPSTREAM_HASH
diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index 7f4f632..2c6ed45 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,3 +1,7 @@
+2019-01-09 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: devel version 2.59.0
+ * DEPENDS: split libselinux flags
+
2018-12-18 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.58.2




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0907395f37cf30901e5eec24bba90e71f8c00dd8), Pavel Vinogradov, 01/09/2019

Archive powered by MHonArc 2.6.24.

Top of Page