Skip to Content.
Sympa Menu

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

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 (a873dbaabf6c266306ffcb12a894c5504a5820d2)
  • Date: Wed, 8 May 2024 23:19:32 +0000

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

ChangeLog | 1 +
x11/xsettingsd/CONFIGURE | 1 +
x11/xsettingsd/DEPENDS | 3 +++
x11/xsettingsd/DETAILS | 21 +++++++++++++++++++++
x11/xsettingsd/HISTORY | 3 +++
5 files changed, 29 insertions(+)

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

x11/xsettingsd: new spell, xsettings daemon

diff --git a/ChangeLog b/ChangeLog
index a67d98c..652940e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
* wm-addons/scenefx: new spell, wlroots scene api replacement
* windowmanagers/swayfx: new spell, sway with eye candy
* fonts-x11/noto-color-emoji: deprecated in favor of ttf-noto-emoji
+ * x11/xsettingsd: new spell, xsettings daemon

2024-05-06 Pavel Vinogradov <public AT sourcemage.org>
* wm-addons/hypridle: new spell. Hyprland's idle daemon
diff --git a/x11/xsettingsd/CONFIGURE b/x11/xsettingsd/CONFIGURE
new file mode 100755
index 0000000..90942b1
--- /dev/null
+++ b/x11/xsettingsd/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/x11/xsettingsd/DEPENDS b/x11/xsettingsd/DEPENDS
new file mode 100755
index 0000000..72d2c06
--- /dev/null
+++ b/x11/xsettingsd/DEPENDS
@@ -0,0 +1,3 @@
+. "${GRIMOIRE}/CMAKE_DEPENDS" &&
+depends PKG-CONFIG &&
+depends libx11
diff --git a/x11/xsettingsd/DETAILS b/x11/xsettingsd/DETAILS
new file mode 100755
index 0000000..eb1a7fd
--- /dev/null
+++ b/x11/xsettingsd/DETAILS
@@ -0,0 +1,21 @@
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
+ SPELL=xsettingsd
+ VERSION=1.0.2
+ SOURCE=$SPELL-v$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
+
SOURCE_URL[0]=https://codeberg.org/derat/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:a2923b4f2201677c5e31a716eb8a27b3f7e9c8cc74fa5ba20f1bb2151c88cbd7152155ad3b7c75ff6c5c1ce2ef162bcb6ccb5332d0d6a58086ff784ba9dbf818
+ LICENSE[0]=BSD
+ WEB_SITE=https://codeberg.org/derat/xsettingsd
+ ENTERED=20240508
+ KEYWORDS="utils x11"
+ SHORT="configure x11 apps via xsettings specification"
+cat << EOF
+xsettingsd is a daemon that implements the XSETTINGS specification.
+
+It is intended to be small, fast, and minimally dependent on
+other libraries. It can serve as an alternative to gnome-settings-daemon
+for users who are not using the GNOME desktop environment but who still
+run GTK+ applications and want to configure things such as themes,
+font antialiasing/hinting, and UI sound effects.
+EOF
diff --git a/x11/xsettingsd/HISTORY b/x11/xsettingsd/HISTORY
new file mode 100644
index 0000000..711a32d
--- /dev/null
+++ b/x11/xsettingsd/HISTORY
@@ -0,0 +1,3 @@
+2023-05-08 Conner Clere <xenanthropy AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: version 1.0.2, new spell
+


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

Archive powered by MHonArc 2.6.24.

Top of Page