Skip to Content.
Sympa Menu

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

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 (366ddfde3ae2e756264fbc606b2c478866fe64a4)
  • Date: Mon, 13 Mar 2023 23:18:18 +0000

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

ChangeLog | 3 +++
gnome4-libs/libadwaita/CONFIGURE | 1 +
gnome4-libs/libadwaita/DEPENDS | 21 +++++++++++++++++++++
gnome4-libs/libadwaita/DETAILS | 13 +++++++++++++
gnome4-libs/libadwaita/HISTORY | 2 ++
5 files changed, 40 insertions(+)

New commits:
commit 366ddfde3ae2e756264fbc606b2c478866fe64a4
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

libadwaita: new spell, library for modern adaptive gnome apps

diff --git a/ChangeLog b/ChangeLog
index 77c7c95..db910d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-03-13 Conner Clere <xenanthropy AT sourcemage.org>
+ * gnome4-libs/libadwaita: new spell, library for modern adaptive
gnome apps
+
2023-03-12 Conner Clere <xenanthropy AT sourcemage.org>
* libs/chrono-date: new spell, date and time library
* utils/wofi: new spell, rofi for wayland
diff --git a/gnome4-libs/libadwaita/CONFIGURE
b/gnome4-libs/libadwaita/CONFIGURE
new file mode 100755
index 0000000..18ea11f
--- /dev/null
+++ b/gnome4-libs/libadwaita/CONFIGURE
@@ -0,0 +1 @@
+. ${GRIMOIRE}/MESON_CONFIGURE
diff --git a/gnome4-libs/libadwaita/DEPENDS b/gnome4-libs/libadwaita/DEPENDS
new file mode 100755
index 0000000..43e01e8
--- /dev/null
+++ b/gnome4-libs/libadwaita/DEPENDS
@@ -0,0 +1,21 @@
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends PKG-CONFIG &&
+depends python3 &&
+depends glib2 &&
+depends gtk+4 &&
+depends fribidi &&
+
+optional_depends gobject-introspection \
+ "introspection=enabled" \
+ "introspection=disabled" \
+ "Enable introspection?" &&
+
+optional_depends gtk-doc \
+ "gtk_doc=true" \
+ "gtk_doc=false" \
+ "Build documentation?" &&
+
+optional_depends vala \
+ 'vapi=true' \
+ 'vapi=false' \
+ 'Build vala bindings?'
diff --git a/gnome4-libs/libadwaita/DETAILS b/gnome4-libs/libadwaita/DETAILS
new file mode 100755
index 0000000..75a2a47
--- /dev/null
+++ b/gnome4-libs/libadwaita/DETAILS
@@ -0,0 +1,13 @@
+. ${GRIMOIRE}/MESON_FUNCTIONS
+ SPELL=libadwaita
+ VERSION=1.2.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://gitlab.gnome.org/GNOME/${SPELL}/-/archive/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha256:926bd3740aa93ddaea2dfc189011d023f636b8c1c1016d28eaeeda755bcdce82
+ LICENSE[0]=GPL
+ WEB_SITE=https://gnome.pages.gitlab.gnome.org/libadwaita/
+ ENTERED=20230313
+ SHORT="building blocks for modern GNOME applications"
+cat << EOF
+EOF
diff --git a/gnome4-libs/libadwaita/HISTORY b/gnome4-libs/libadwaita/HISTORY
new file mode 100644
index 0000000..21b1d4b
--- /dev/null
+++ b/gnome4-libs/libadwaita/HISTORY
@@ -0,0 +1,2 @@
+2023-03-13 Conner Clere <xenanthropy AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: version 1.2.3, new spell



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (366ddfde3ae2e756264fbc606b2c478866fe64a4), Conner Clere, 03/13/2023

Archive powered by MHonArc 2.6.24.

Top of Page