Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (782622f2ae1e5cb97255d0aecfbc16c00bebc8d8)
  • Date: Sun, 12 May 2024 15:39:23 +0000

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

gnome3-libs/libhandy/BUILD | 2 +-
gnome3-libs/libhandy/DEPENDS | 34 +++++++++++++++++++++-------------
gnome3-libs/libhandy/DETAILS | 6 +++---
gnome3-libs/libhandy/HISTORY | 5 +++++
4 files changed, 30 insertions(+), 17 deletions(-)

New commits:
commit 782622f2ae1e5cb97255d0aecfbc16c00bebc8d8
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

gnome3-libs/libhandy: version 1.8.3

diff --git a/gnome3-libs/libhandy/BUILD b/gnome3-libs/libhandy/BUILD
index 16b8f4d..4420e40 100755
--- a/gnome3-libs/libhandy/BUILD
+++ b/gnome3-libs/libhandy/BUILD
@@ -1,3 +1,3 @@
# don't build examples nor unit tests
-OPTS+=' tests=false examples=false' &&
+OPTS="tests=false examples=false $OPTS" &&
default_build
diff --git a/gnome3-libs/libhandy/DEPENDS b/gnome3-libs/libhandy/DEPENDS
index 83edfe6..c073148 100755
--- a/gnome3-libs/libhandy/DEPENDS
+++ b/gnome3-libs/libhandy/DEPENDS
@@ -1,14 +1,22 @@
. "$GRIMOIRE"/MESON_DEPENDS &&
-depends gtk+3 &&
-optional_depends gtk-doc \
- gtk_doc={true,false} \
- 'to generate the API reference' &&
-optional_depends gobject-introspection \
- introspection={enabled,disabled} \
- 'for language bindings' &&
-optional_depends libglade2 \
- glade_catalog={enabled,disabled} \
- 'to install a GLADE catalog file' &&
-optional_depends vala \
- vapi={true,false} \
- 'for Vala support'
+depends gtk+3 &&
+
+optional_depends gtk-doc \
+ 'gtk_doc=true' \
+ 'gtk_doc=false' \
+ 'Generate API references?' &&
+
+optional_depends gobject-introspection \
+ 'introspection=enabled' \
+ 'introspection=disabled' \
+ 'Enable introspection?' &&
+
+optional_depends libglade2 \
+ 'glade_catalog=enabled' \
+ 'glade_catalog=disabled' \
+ 'Enable glade catalog?' &&
+
+optional_depends vala \
+ 'vapi=true' \
+ 'vapi=false' \
+ 'Enable vala bindings?'
diff --git a/gnome3-libs/libhandy/DETAILS b/gnome3-libs/libhandy/DETAILS
index 8e21ba1..be5f11d 100755
--- a/gnome3-libs/libhandy/DETAILS
+++ b/gnome3-libs/libhandy/DETAILS
@@ -1,14 +1,14 @@
. "$GRIMOIRE"/MESON_FUNCTIONS
SPELL=libhandy
- VERSION=1.6.2
+ VERSION=1.8.3
SOURCE="$SPELL-$VERSION.tar.xz"
SOURCE_URL[0]="$GNOME_URL/sources/$SPELL/${VERSION%.*}/$SOURCE"
-
SOURCE_HASH=sha512:482a848ec5b085e2c5dcc94a1a9be618de22f779dc8c8cc07945f6269d1061e96009700ee9e3ddf0ccac0ce2ac01ccb4da3a8d366f1b3b9ceecc282a46021a6d
+
SOURCE_HASH=sha512:1e0ae363d2a4993c9667243715256b27cb0ecb898fa8f4ea1a914fbeb36c0a9c26447f8f13f92f5a855e45ada49f732adeb30b88d81f3ee5f984bca48db3ae65
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://gitlab.gnome.org/GNOME/libhandy/";
LICENSE[0]="LGPL-2.1-or-later"
ENTERED=20210509
- KEYWORDS=""
+ KEYWORDS="libs gtk"
SHORT="Building blocks for modern adaptive GNOME apps"
cat << EOF
The aim of the Handy library is to help with developing UI for mobile devices
diff --git a/gnome3-libs/libhandy/HISTORY b/gnome3-libs/libhandy/HISTORY
index 37d663e..bfc1620 100644
--- a/gnome3-libs/libhandy/HISTORY
+++ b/gnome3-libs/libhandy/HISTORY
@@ -1,3 +1,8 @@
+2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 1.8.3
+ * DEPENDS: refactor to meet code standards
+ * BUILD: refactor OPTS to meet code standards
+
2022-04-28 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.6.2
* DEPENDS: switched to MESON_DEPENDS


  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (782622f2ae1e5cb97255d0aecfbc16c00bebc8d8), Conner Clere, 05/12/2024

Archive powered by MHonArc 2.6.24.

Top of Page