Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (774015a45330eaf9cabb7b139b372bcb465ec1a6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (774015a45330eaf9cabb7b139b372bcb465ec1a6)
  • Date: Thu, 9 May 2024 00:19:59 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

gnome3-libs/graphene/BUILD | 2 +-
gnome3-libs/graphene/DEPENDS | 29 +++++++++++++----------------
gnome3-libs/graphene/DETAILS | 4 ++--
gnome3-libs/graphene/HISTORY | 5 +++++
4 files changed, 21 insertions(+), 19 deletions(-)

New commits:
commit 774015a45330eaf9cabb7b139b372bcb465ec1a6
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

gnome3-libs/graphene: version 1.10.8

diff --git a/gnome3-libs/graphene/BUILD b/gnome3-libs/graphene/BUILD
index da6d540..42ffc75 100755
--- a/gnome3-libs/graphene/BUILD
+++ b/gnome3-libs/graphene/BUILD
@@ -1,3 +1,3 @@
-OPTS+=" ${GRAPHENE_OPTS}" &&
+OPTS="${GRAPHENE_OPTS} ${OPTS}" &&

default_build
diff --git a/gnome3-libs/graphene/DEPENDS b/gnome3-libs/graphene/DEPENDS
index 16b4778..7cd8d27 100755
--- a/gnome3-libs/graphene/DEPENDS
+++ b/gnome3-libs/graphene/DEPENDS
@@ -2,25 +2,22 @@

depends python3 &&

-optional_depends glib2 \
- "gobject_types=true" \
- "gobject_types=false" \
- "to enable Gobject types" &&
+optional_depends glib2 \
+ "gobject_types=true" \
+ "gobject_types=false" \
+ "to enable Gobject types" &&

if is_depends_enabled "${SPELL}" "glib2"; then
- config_query_option GRAPHENE_OPTS "Build tests?" "n" \
- "tests=true" "tests=false" &&
-
- config_query_option GRAPHENE_OPTS "Build beenchmarks?" "n" \
- "benchmarks=true" "benchmarks=false"
+ config_query_option GRAPHENE_OPTS "Build tests?" "n" \
+ "tests=true" "tests=false"
fi &&

-optional_depends gobject-introspection \
- "introspection=true" \
- "introspection=false" \
- "to enable introspection support" &&
+optional_depends gobject-introspection \
+ "introspection=enabled" \
+ "introspection=disabled" \
+ "to enable introspection support" &&

-optional_depends gtk-doc \
- "gtk_doc=true" \
- "gtk_doc=false" \
+optional_depends gtk-doc \
+ "gtk_doc=true" \
+ "gtk_doc=false" \
"Build documentation with gtk-doc"
diff --git a/gnome3-libs/graphene/DETAILS b/gnome3-libs/graphene/DETAILS
index 43ee74e..fae6ae1 100755
--- a/gnome3-libs/graphene/DETAILS
+++ b/gnome3-libs/graphene/DETAILS
@@ -1,7 +1,7 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL="graphene"
- VERSION="1.9.2"
-
SOURCE_HASH="sha256:2ea0566ef746d6ca4709ae9fa6a7567178516d12a6be0cd27fd8a43f714e3dbc:UPSTREAM_HASH"
+ VERSION="1.10.8"
+
SOURCE_HASH=sha512:c56dab6712cf58387d0512a213cd0cd456679e46a495ee5cfd9bc25440cda2d72d56974af4e462f3c863869a1e2e506b702f468933045609d35fdf006212c67d
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SOURCE_URL[0]="${GNOME_URL}/sources/${SPELL}/${VERSION%.*}/${SOURCE}"
diff --git a/gnome3-libs/graphene/HISTORY b/gnome3-libs/graphene/HISTORY
index 93d26b9..1c34bc1 100644
--- a/gnome3-libs/graphene/HISTORY
+++ b/gnome3-libs/graphene/HISTORY
@@ -1,3 +1,8 @@
+2024-05-08 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 1.10.8
+ * DEPENDS: update gobj dep flag; fix typo
+ remove benchmark option
+
2022-05-28 Florian Franzmann <bwlf AT bandrate.org>
* DEPENDS: use MESON_DEPENDS



  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (774015a45330eaf9cabb7b139b372bcb465ec1a6), Conner Clere, 05/08/2024

Archive powered by MHonArc 2.6.24.

Top of Page