Skip to Content.
Sympa Menu

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

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 (ae22aa061e70edbb82e09d671c008ffe12e135d9)
  • Date: Wed, 29 Mar 2023 23:33:14 +0000

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

ChangeLog | 3 +++
gnome4-apps/dconf-editor/CONFIGURE | 1 +
gnome4-apps/dconf-editor/DEPENDS | 7 +++++++
gnome4-apps/dconf-editor/DETAILS | 15 +++++++++++++++
gnome4-apps/dconf-editor/FINAL | 1 +
gnome4-apps/dconf-editor/HISTORY | 3 +++
6 files changed, 30 insertions(+)

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

dconf-editor: new spell, gsettings editor for gnome

diff --git a/ChangeLog b/ChangeLog
index 69fdccb..bc5bf51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-03-29 Conner Clere <xenanthropy AT sourcemage.org>
+ * gnome4-apps/dconf-editor: new spell, gsettings editor for gnome
+
2023-03-29 Treeve Jelbert <treeve AT sourcemage.org>
* utils/strig: deleted, obsolete unmaintained

diff --git a/gnome4-apps/dconf-editor/CONFIGURE
b/gnome4-apps/dconf-editor/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/gnome4-apps/dconf-editor/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/gnome4-apps/dconf-editor/DEPENDS
b/gnome4-apps/dconf-editor/DEPENDS
new file mode 100755
index 0000000..8d30af9
--- /dev/null
+++ b/gnome4-apps/dconf-editor/DEPENDS
@@ -0,0 +1,7 @@
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends PKG-CONFIG &&
+depends vala &&
+depends dconf &&
+depends glib2 &&
+depends gtk+3 &&
+depends libhandy
diff --git a/gnome4-apps/dconf-editor/DETAILS
b/gnome4-apps/dconf-editor/DETAILS
new file mode 100755
index 0000000..e79295e
--- /dev/null
+++ b/gnome4-apps/dconf-editor/DETAILS
@@ -0,0 +1,15 @@
+. ${GRIMOIRE}/MESON_FUNCTIONS
+ SPELL=dconf-editor
+ VERSION=43.0
+ 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:9c74aaaa37beb55c94df160ff26b18004c9f601e6af4c5cc33fb421b74245218
+ LICENSE[0]=GPL
+ WEB_SITE=https://wiki.gnome.org/Apps/DconfEditor
+ ENTERED=20230329
+ KEYWORDS="gnome dconf editor gsettings"
+ SHORT="GSettings editor for GNOME"
+cat << EOF
+GSettings editor for GNOME
+EOF
diff --git a/gnome4-apps/dconf-editor/FINAL b/gnome4-apps/dconf-editor/FINAL
new file mode 100755
index 0000000..6ba5ccf
--- /dev/null
+++ b/gnome4-apps/dconf-editor/FINAL
@@ -0,0 +1 @@
+glib-compile-schemas /usr/share/glib-2.0/schemas
diff --git a/gnome4-apps/dconf-editor/HISTORY
b/gnome4-apps/dconf-editor/HISTORY
new file mode 100644
index 0000000..73da2e9
--- /dev/null
+++ b/gnome4-apps/dconf-editor/HISTORY
@@ -0,0 +1,3 @@
+2023-03-29 Conner Clere <xenanthropy AT sourcemage.org>
+ * FINAL, DEPENDS, CONFIGURE, DETAILS: version 43.0, new spell
+



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

Archive powered by MHonArc 2.6.24.

Top of Page