Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (de39952148c86ea7dc5b76fc0a64a75561183209)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <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 Treeve Jelbert (de39952148c86ea7dc5b76fc0a64a75561183209)
  • Date: Thu, 3 Apr 2025 12:28:24 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 5 +++++
dfl/dfl-clipboard/CONFIGURE | 1 +
dfl/dfl-clipboard/DEPENDS | 2 ++
dfl/dfl-clipboard/DETAILS | 16 ++++++++++++++++
dfl/dfl-clipboard/HISTORY | 3 +++
dfl/dfl-color-utils/CONFIGURE | 1 +
dfl/dfl-color-utils/DEPENDS | 2 ++
dfl/dfl-color-utils/DETAILS | 18 ++++++++++++++++++
dfl/dfl-color-utils/HISTORY | 3 +++
dfl/dfl-config-parser/CONFIGURE | 1 +
dfl/dfl-config-parser/DEPENDS | 3 +++
dfl/dfl-config-parser/DETAILS | 17 +++++++++++++++++
dfl/dfl-config-parser/HISTORY | 3 +++
dfl/dfl-gamma-effects/CONFIGURE | 1 +
dfl/dfl-gamma-effects/DEPENDS | 2 ++
dfl/dfl-gamma-effects/DETAILS | 16 ++++++++++++++++
dfl/dfl-gamma-effects/HISTORY | 3 +++
dfl/dfl-inotify/CONFIGURE | 1 +
dfl/dfl-inotify/DEPENDS | 2 ++
dfl/dfl-inotify/DETAILS | 17 +++++++++++++++++
dfl/dfl-inotify/HISTORY | 3 +++
dfl/dfl-keyring/CONFIGURE | 1 +
dfl/dfl-keyring/DEPENDS | 4 ++++
dfl/dfl-keyring/DETAILS | 19 +++++++++++++++++++
dfl/dfl-keyring/HISTORY | 3 +++
dfl/dfl-notification/CONFIGURE | 1 +
dfl/dfl-notification/DEPENDS | 2 ++
dfl/dfl-notification/DETAILS | 19 +++++++++++++++++++
dfl/dfl-notification/HISTORY | 3 +++
dfl/dfl-storage/CONFIGURE | 1 +
dfl/dfl-storage/DEPENDS | 2 ++
dfl/dfl-storage/DETAILS | 17 +++++++++++++++++
dfl/dfl-storage/HISTORY | 3 +++
dfl/dfl-volume/CONFIGURE | 1 +
dfl/dfl-volume/DEPENDS | 3 +++
dfl/dfl-volume/DETAILS | 16 ++++++++++++++++
dfl/dfl-volume/HISTORY | 3 +++
37 files changed, 218 insertions(+)

New commits:
commit de39952148c86ea7dc5b76fc0a64a75561183209
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

yet more dfl

commit 6257f1cf9e8d852388287e00f8c066cee945e304
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

more dfl/* spells

diff --git a/ChangeLog b/ChangeLog
index 56e38cd..e94d4ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-04-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * dfl-color-utils dfl-config-parser dfl-inotify dfl-keyring
+ dfl-notification dfl-storage: added
+ dfl-clipboard dfl-gamma-effects dfl-volume: added
+
2025-04-01 Vlad Glagolev <stealth AT sourcemage.org>
* accounts, groups: add beszel, beszel-agent

diff --git a/dfl/dfl-clipboard/CONFIGURE b/dfl/dfl-clipboard/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/dfl/dfl-clipboard/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/dfl/dfl-clipboard/DEPENDS b/dfl/dfl-clipboard/DEPENDS
new file mode 100755
index 0000000..f35844b
--- /dev/null
+++ b/dfl/dfl-clipboard/DEPENDS
@@ -0,0 +1,2 @@
+source $GRIMOIRE/DFL_DEPENDS &&
+depends dfl-wayqt
diff --git a/dfl/dfl-clipboard/DETAILS b/dfl/dfl-clipboard/DETAILS
new file mode 100755
index 0000000..c943395
--- /dev/null
+++ b/dfl/dfl-clipboard/DETAILS
@@ -0,0 +1,16 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=dfl-clipboard
+ VERSION=0.2.0
+
SOURCE_HASH=sha512:b2ebea42d38e28340bc4d47aa7e0b3af6b24e0cf33192280d54c9a819c1635115852c510c6ff13170ff3297cde61af198f8145101d451180d5cb370cc2fa5762
+ SPELLX=clipboard
+ SOURCE=$SPELLX-v$VERSION.tar.bz2
+ WEB_SITE=https://gitlab.com/desktop-frameworks
+ SOURCE_URL=$WEB_SITE/$SPELLX/-/archive/v$VERSION/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-v$VERSION
+ LICENSE[0]=GPL3
+ ENTERED=20250403
+ KEYWORDS=""
+ SHORT="Clipboard Manager"
+cat << EOF
+Clipboard Manager based on wlroots data control protocol
+EOF
diff --git a/dfl/dfl-clipboard/HISTORY b/dfl/dfl-clipboard/HISTORY
new file mode 100644
index 0000000..cf7879b
--- /dev/null
+++ b/dfl/dfl-clipboard/HISTORY
@@ -0,0 +1,3 @@
+2025-04-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.0
+
diff --git a/dfl/dfl-color-utils/CONFIGURE b/dfl/dfl-color-utils/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/dfl/dfl-color-utils/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/dfl/dfl-color-utils/DEPENDS b/dfl/dfl-color-utils/DEPENDS
new file mode 100755
index 0000000..5440ae8
--- /dev/null
+++ b/dfl/dfl-color-utils/DEPENDS
@@ -0,0 +1,2 @@
+source $GRIMOIRE/DFL_DEPENDS
+
diff --git a/dfl/dfl-color-utils/DETAILS b/dfl/dfl-color-utils/DETAILS
new file mode 100755
index 0000000..a73e8f4
--- /dev/null
+++ b/dfl/dfl-color-utils/DETAILS
@@ -0,0 +1,18 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=dfl-color-utils
+ VERSION=0.2.0
+
SOURCE_HASH=sha512:f61400fe6a324d4bddc4858948f5138948142c27289e88da285bbacee2c809e264de9b007300a6fc08d8f7878bd661c900747bafb4778f3b193ba5297c95c168
+ SPELLX=color-utils
+ SOURCE=$SPELLX-v$VERSION.tar.bz2
+ WEB_SITE=https://gitlab.com/desktop-frameworks
+ SOURCE_URL=$WEB_SITE/$SPELLX/-/archive/v$VERSION/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-v$VERSION
+ LICENSE[0]=GPL3
+ ENTERED=20250403
+ KEYWORDS=""
+ SHORT="implementation of the cylindrical color space model"
+cat << EOF
+A simple pure Qt/C++ implementation of the cylindrical color space model
characterized by Hue-Chroma-Luma.
+The HCL (or HCY) color space is better suited to calculate contrast ratios
than the sRGB color space. The library
+also contains some functions that are useful in creating colors with good
contrast ratios.
+EOF
diff --git a/dfl/dfl-color-utils/HISTORY b/dfl/dfl-color-utils/HISTORY
new file mode 100644
index 0000000..cf7879b
--- /dev/null
+++ b/dfl/dfl-color-utils/HISTORY
@@ -0,0 +1,3 @@
+2025-04-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.0
+
diff --git a/dfl/dfl-config-parser/CONFIGURE b/dfl/dfl-config-parser/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/dfl/dfl-config-parser/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/dfl/dfl-config-parser/DEPENDS b/dfl/dfl-config-parser/DEPENDS
new file mode 100755
index 0000000..44e36ab
--- /dev/null
+++ b/dfl/dfl-config-parser/DEPENDS
@@ -0,0 +1,3 @@
+source $GRIMOIRE/DFL_DEPENDS &&
+depends wayfire &&
+depends wf-config
diff --git a/dfl/dfl-config-parser/DETAILS b/dfl/dfl-config-parser/DETAILS
new file mode 100755
index 0000000..81477e2
--- /dev/null
+++ b/dfl/dfl-config-parser/DETAILS
@@ -0,0 +1,17 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=dfl-config-parser
+ VERSION=0.2.0
+ SOURCE_HASH=sha512:
+ SPELLX= config-parser
+ SOURCE=$SPELLX-v$VERSION.tar.bz2
+ WEB_SITE=https://gitlab.com/desktop-frameworks
+ SOURCE_URL=$WEB_SITE/$SPELLX/-/archive/v$VERSION/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-v$VERSION
+ LICENSE[0]=GPL3
+ ENTERED=20250403
+ KEYWORDS=""
+ SHORT="parsers for various config files"
+cat << EOF
+this library provides simple to use parsers for various config files.
+Currently, a color scheme parser implementation is available which can parse
KDE and Qt5Ct color schemes.
+EOF
diff --git a/dfl/dfl-config-parser/HISTORY b/dfl/dfl-config-parser/HISTORY
new file mode 100644
index 0000000..cf7879b
--- /dev/null
+++ b/dfl/dfl-config-parser/HISTORY
@@ -0,0 +1,3 @@
+2025-04-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.0
+
diff --git a/dfl/dfl-gamma-effects/CONFIGURE b/dfl/dfl-gamma-effects/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/dfl/dfl-gamma-effects/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/dfl/dfl-gamma-effects/DEPENDS b/dfl/dfl-gamma-effects/DEPENDS
new file mode 100755
index 0000000..f35844b
--- /dev/null
+++ b/dfl/dfl-gamma-effects/DEPENDS
@@ -0,0 +1,2 @@
+source $GRIMOIRE/DFL_DEPENDS &&
+depends dfl-wayqt
diff --git a/dfl/dfl-gamma-effects/DETAILS b/dfl/dfl-gamma-effects/DETAILS
new file mode 100755
index 0000000..e91d774
--- /dev/null
+++ b/dfl/dfl-gamma-effects/DETAILS
@@ -0,0 +1,16 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=dfl-gamma-effects
+ VERSION=0.2.0
+ SOURCE_HASH=sha512:
+ SPELLX=gamma-effects
+ SOURCE=$SPELLX-v$VERSION.tar.bz2
+ WEB_SITE=https://gitlab.com/desktop-frameworks
+ SOURCE_URL=$WEB_SITE/$SPELLX/-/archive/v$VERSION/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-v$VERSION
+ LICENSE[0]=GPL3
+ ENTERED=20250403
+ KEYWORDS=""
+ SHORT="handle various display effects"
+cat << EOF
+GammaEffects is a class to handle various display effects that can be
performed using wlr-gamma-control protocol.
+EOF
diff --git a/dfl/dfl-gamma-effects/HISTORY b/dfl/dfl-gamma-effects/HISTORY
new file mode 100644
index 0000000..cf7879b
--- /dev/null
+++ b/dfl/dfl-gamma-effects/HISTORY
@@ -0,0 +1,3 @@
+2025-04-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.0
+
diff --git a/dfl/dfl-inotify/CONFIGURE b/dfl/dfl-inotify/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/dfl/dfl-inotify/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/dfl/dfl-inotify/DEPENDS b/dfl/dfl-inotify/DEPENDS
new file mode 100755
index 0000000..5440ae8
--- /dev/null
+++ b/dfl/dfl-inotify/DEPENDS
@@ -0,0 +1,2 @@
+source $GRIMOIRE/DFL_DEPENDS
+
diff --git a/dfl/dfl-inotify/DETAILS b/dfl/dfl-inotify/DETAILS
new file mode 100755
index 0000000..bbd2a9a
--- /dev/null
+++ b/dfl/dfl-inotify/DETAILS
@@ -0,0 +1,17 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=dfl-inotify
+ VERSION=0.2.0
+VX=a631b307a9cddb010f1a93d51708dd6be281d168
+
SOURCE_HASH=sha512:7501064e479e5c9cbda7d432b2de21aa97604dd73fcb20cab59279cafa6d27325c98b98fe461a6d40db543f73a0e5bfb32a214234c7581ce5ba129e7f432255a
+ SPELLX=Inotify
+ SOURCE=$SPELLX-v$VERSION.tar.bz2
+ WEB_SITE=https://gitlab.com/desktop-frameworks
+ SOURCE_URL=$WEB_SITE/$SPELLX/-/archive/v$VERSION/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/inotify-v$VERSION-$VX
+ LICENSE[0]=GPL3
+ ENTERED=20250403
+ KEYWORDS=""
+ SHORT="A thin wrapper around inotify"
+cat << EOF
+A thin wrapper around inotify.
+EOF
diff --git a/dfl/dfl-inotify/HISTORY b/dfl/dfl-inotify/HISTORY
new file mode 100644
index 0000000..cf7879b
--- /dev/null
+++ b/dfl/dfl-inotify/HISTORY
@@ -0,0 +1,3 @@
+2025-04-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.0
+
diff --git a/dfl/dfl-keyring/CONFIGURE b/dfl/dfl-keyring/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/dfl/dfl-keyring/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/dfl/dfl-keyring/DEPENDS b/dfl/dfl-keyring/DEPENDS
new file mode 100755
index 0000000..3361665
--- /dev/null
+++ b/dfl/dfl-keyring/DEPENDS
@@ -0,0 +1,4 @@
+source $GRIMOIRE/DFL_DEPENDS &&
+suggest_depends gnome-keyring &&
+suggest_depends kwallet &&
+suggest_depends lxqt_wallet
diff --git a/dfl/dfl-keyring/DETAILS b/dfl/dfl-keyring/DETAILS
new file mode 100755
index 0000000..15581e7
--- /dev/null
+++ b/dfl/dfl-keyring/DETAILS
@@ -0,0 +1,19 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=dfl-keyring
+ VERSION=0.2.0
+
SOURCE_HASH=sha512:531737307b753fa7b3b64f73aa4641ed614008d65446c4b1686821f14d365fcc64a3182bba23a62bb1a94ae10c7a753b97be4d3226bd2589d9f69f6bca20e7db
+ SPELLX=keyring
+ SOURCE=$SPELLX-v$VERSION.tar.bz2
+ WEB_SITE=https://gitlab.com/desktop-frameworks
+ SOURCE_URL=$WEB_SITE/$SPELLX/-/archive/v$VERSION/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-v$VERSION
+ LICENSE[0]=GPL3
+ ENTERED=20250403
+ KEYWORDS=""
+ SHORT=""
+cat << EOF
+this library provides a simple and easy to use implementation of Keyring.
+Apart from the Inbuilt Key Store, this library allows you to use KWallet,
LXQt Keyring,
+and Gnome Keyring backends.
+Additionally, Secrets API implementation is also available.
+EOF
diff --git a/dfl/dfl-keyring/HISTORY b/dfl/dfl-keyring/HISTORY
new file mode 100644
index 0000000..cf7879b
--- /dev/null
+++ b/dfl/dfl-keyring/HISTORY
@@ -0,0 +1,3 @@
+2025-04-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.0
+
diff --git a/dfl/dfl-notification/CONFIGURE b/dfl/dfl-notification/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/dfl/dfl-notification/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/dfl/dfl-notification/DEPENDS b/dfl/dfl-notification/DEPENDS
new file mode 100755
index 0000000..5440ae8
--- /dev/null
+++ b/dfl/dfl-notification/DEPENDS
@@ -0,0 +1,2 @@
+source $GRIMOIRE/DFL_DEPENDS
+
diff --git a/dfl/dfl-notification/DETAILS b/dfl/dfl-notification/DETAILS
new file mode 100755
index 0000000..2aac5cc
--- /dev/null
+++ b/dfl/dfl-notification/DETAILS
@@ -0,0 +1,19 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=dfl-notification
+ VERSION=0.2.0
+
SOURCE_HASH=sha512:edaaf48c064f9734c394dfa91b88c9db8cdd2a58a8c2833abac1b156d687d1826c7637f6ccc61553c33508a2a4e58596b08062d4079b1bf75a1f728838df6d4a
+ SPELLX=notification
+ SOURCE=$SPELLX-v$VERSION.tar.bz2
+ WEB_SITE=https://gitlab.com/desktop-frameworks
+ SOURCE_URL=$WEB_SITE/$SPELLX/-/archive/v$VERSION/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-v$VERSION
+ LICENSE[0]=GPL3
+ ENTERED=20250403
+ KEYWORDS=""
+ SHORT="dbus implementation of the XDG Desktop Notification
specifications"
+cat << EOF
+DFL::NotifyWatcher is a dbus implementation of the XDG Desktop Notification
specifications. This class watches
+for the incoming notification requests from the client and relays them to
the notification manager.
+DFL::Notification is a convenience class that helps clients to create a
notification. It uses dbus to relay the
+notification to the notification daemon.
+EOF
diff --git a/dfl/dfl-notification/HISTORY b/dfl/dfl-notification/HISTORY
new file mode 100644
index 0000000..cf7879b
--- /dev/null
+++ b/dfl/dfl-notification/HISTORY
@@ -0,0 +1,3 @@
+2025-04-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.0
+
diff --git a/dfl/dfl-storage/CONFIGURE b/dfl/dfl-storage/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/dfl/dfl-storage/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/dfl/dfl-storage/DEPENDS b/dfl/dfl-storage/DEPENDS
new file mode 100755
index 0000000..5440ae8
--- /dev/null
+++ b/dfl/dfl-storage/DEPENDS
@@ -0,0 +1,2 @@
+source $GRIMOIRE/DFL_DEPENDS
+
diff --git a/dfl/dfl-storage/DETAILS b/dfl/dfl-storage/DETAILS
new file mode 100755
index 0000000..34202c5
--- /dev/null
+++ b/dfl/dfl-storage/DETAILS
@@ -0,0 +1,17 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=dfl-storage
+ VERSION=0.2.0
+
SOURCE_HASH=sha512:a28763e3369773e1c66fe667ec25fe139e57a186fc4808ab8676691973faa88fb0996f788aa64784512ea8f1181a8695c282bcbf33b243351f0d1702d77a596c
+ SPELLX=storage
+ SOURCE=$SPELLX-v$VERSION.tar.bz2
+ WEB_SITE=https://gitlab.com/desktop-frameworks
+ SOURCE_URL=$WEB_SITE/$SPELLX/-/archive/v$VERSION/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-v$VERSION
+ LICENSE[0]=GPL3
+ ENTERED=20250403
+ KEYWORDS=""
+ SHORT="easy access to attached storage devices"
+cat << EOF
+The DFL::Storage provides easy access to the attached storage devices.
+Additionally, it also provides functions to mount/unmount drives.
+EOF
diff --git a/dfl/dfl-storage/HISTORY b/dfl/dfl-storage/HISTORY
new file mode 100644
index 0000000..cf7879b
--- /dev/null
+++ b/dfl/dfl-storage/HISTORY
@@ -0,0 +1,3 @@
+2025-04-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.0
+
diff --git a/dfl/dfl-volume/CONFIGURE b/dfl/dfl-volume/CONFIGURE
new file mode 100755
index 0000000..d0bac55
--- /dev/null
+++ b/dfl/dfl-volume/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/MESON_CONFIGURE
diff --git a/dfl/dfl-volume/DEPENDS b/dfl/dfl-volume/DEPENDS
new file mode 100755
index 0000000..39dbdca
--- /dev/null
+++ b/dfl/dfl-volume/DEPENDS
@@ -0,0 +1,3 @@
+source $GRIMOIRE/DFL_DEPENDS &&
+depends libcanberra &&
+depends pipewire
diff --git a/dfl/dfl-volume/DETAILS b/dfl/dfl-volume/DETAILS
new file mode 100755
index 0000000..e072f7c
--- /dev/null
+++ b/dfl/dfl-volume/DETAILS
@@ -0,0 +1,16 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=dfl-volume
+ VERSION=0.2.0
+
SOURCE_HASH=sha512:4651ec3727f4da377eafcdff82858150a68c90aeb6f233417b56ef56e426e544afcf2c890e50367a7f3b7729fd40364a42102ce5c65e9842404e76cf7f0e1dc2
+ SPELLX=volume
+ SOURCE=$SPELLX-v$VERSION.tar.bz2
+ WEB_SITE=https://gitlab.com/desktop-frameworks
+ SOURCE_URL=$WEB_SITE/$SPELLX/-/archive/v$VERSION/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-v$VERSION
+ LICENSE[0]=GPL3
+ ENTERED=20250403
+ KEYWORDS=""
+ SHORT="Volume control"
+cat << EOF
+Volume control to allow users to choose devices and control the volume
+EOF
diff --git a/dfl/dfl-volume/HISTORY b/dfl/dfl-volume/HISTORY
new file mode 100644
index 0000000..cf7879b
--- /dev/null
+++ b/dfl/dfl-volume/HISTORY
@@ -0,0 +1,3 @@
+2025-04-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.0
+


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (de39952148c86ea7dc5b76fc0a64a75561183209), Treeve Jelbert, 04/03/2025

Archive powered by MHonArc 2.6.24.

Top of Page