Skip to Content.
Sympa Menu

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

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 (96564dd09f3d20d37775b29069f9f63adfe874d6)
  • Date: Wed, 23 Jan 2019 22:27:26 +0000

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

gnome3-libs/graphene/DEPENDS | 4 ++--
gnome3-libs/graphene/HISTORY | 3 +++
x11-toolkits/gtk+4/CONFIGURE | 4 ++--
x11-toolkits/gtk+4/HISTORY | 3 +++
4 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 96564dd09f3d20d37775b29069f9f63adfe874d6
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

x11-toolkits/gtk+4: fixed some typos in CONFIGURE

commit c6b618639480cc799c08a86a1de4745d95e9ec37
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

gnome3-libs/graphene: fixed some typos in DEPENDS

diff --git a/gnome3-libs/graphene/DEPENDS b/gnome3-libs/graphene/DEPENDS
index 2a15743..6d56337 100755
--- a/gnome3-libs/graphene/DEPENDS
+++ b/gnome3-libs/graphene/DEPENDS
@@ -7,12 +7,12 @@ optional_depends glib2 \
"gobject_types=false" \
"to enable Gobject types" &&

-if is_depends_enabled "${SPELL}" "glib2"; then
+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" "benchmarkss=false"
+ "benchmarks=true" "benchmarks=false"
fi &&

optional_depends gobject-introspection \
diff --git a/gnome3-libs/graphene/HISTORY b/gnome3-libs/graphene/HISTORY
index 182bf78..0e7ee29 100644
--- a/gnome3-libs/graphene/HISTORY
+++ b/gnome3-libs/graphene/HISTORY
@@ -1,3 +1,6 @@
+2019-01-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: fixed typos
+
2019-01-22 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS: created spell

diff --git a/x11-toolkits/gtk+4/CONFIGURE b/x11-toolkits/gtk+4/CONFIGURE
index 437bb85..0a76f45 100755
--- a/x11-toolkits/gtk+4/CONFIGURE
+++ b/x11-toolkits/gtk+4/CONFIGURE
@@ -4,13 +4,13 @@ config_query_option GTK4_OPTS "Build the broadway (HTML5)
backend?" "n" \
"broadway-backend=true"
"broadway-backend=false" &&

config_query_option GTK4_OPTS "Build demos?" "n" \
- "build-demoss=true" "build-demos=false" &&
+ "build-demos=true" "build-demos=false" &&

config_query_option GTK4_OPTS "Build examples?" "n" \
"build-examples=true" "build-examples=false" &&

config_query_option GTK4_OPTS "Build tests?" "n" \
- "build-tests=true" "build-test=false" &&
+ "build-tests=true" "build-tests=false" &&

if list_find "${GTK4_OPTS}" "build-tests=true"; then
config_query_option GTK4_OPTS "Install tests?" "n" \
diff --git a/x11-toolkits/gtk+4/HISTORY b/x11-toolkits/gtk+4/HISTORY
index 182bf78..258c29d 100644
--- a/x11-toolkits/gtk+4/HISTORY
+++ b/x11-toolkits/gtk+4/HISTORY
@@ -1,3 +1,6 @@
+2019-01-23 Pavel Vinogradov <public AT sourcemage.org>
+ * CONFIGURE: fixed typos
+
2019-01-22 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS: created spell




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (96564dd09f3d20d37775b29069f9f63adfe874d6), Pavel Vinogradov, 01/23/2019

Archive powered by MHonArc 2.6.24.

Top of Page