Skip to Content.
Sympa Menu

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

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 (3c61a25d99fe29d5800a33e8bbf1001bace2e90c)
  • Date: Sun, 12 May 2024 15:53:25 +0000

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

ChangeLog | 3 +++
wm-addons/swaync/CONFIGURE | 1 +
wm-addons/swaync/DEPENDS | 40 ++++++++++++++++++++++++++++++++++++++++
wm-addons/swaync/DETAILS | 17 +++++++++++++++++
wm-addons/swaync/HISTORY | 3 +++
5 files changed, 64 insertions(+)

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

wm-addons/swaync: new spell, sway notif. daemon

diff --git a/ChangeLog b/ChangeLog
index 439f167..3814b9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * wm-addons/swaync: new spell, sway notification center
+
2024-05-09 Treeve Jelbert <treeve AT sourcemage.org>
* SSO: added, for use by accounts-sso spells

diff --git a/wm-addons/swaync/CONFIGURE b/wm-addons/swaync/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/wm-addons/swaync/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/wm-addons/swaync/DEPENDS b/wm-addons/swaync/DEPENDS
new file mode 100755
index 0000000..b0e02ee
--- /dev/null
+++ b/wm-addons/swaync/DEPENDS
@@ -0,0 +1,40 @@
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends PKG-CONFIG &&
+depends vala &&
+depends scdoc &&
+depends sassc &&
+depends gtk+3 &&
+depends gtk-layer-shell &&
+depends dbus &&
+depends glib2 &&
+depends gobject-introspection &&
+depends libgee &&
+depends json-glib &&
+depends libhandy &&
+depends gvfs &&
+depends granite &&
+
+optional_depends systemd \
+ 'systemd-service=true' \
+ 'systemd-service=false' \
+ 'Install systemd service file?' &&
+
+optional_depends pulseaudio \
+ 'pulse-audio=true' \
+ 'pulse-audio=false' \
+ 'Enable pulseaudio widget?' &&
+
+optional_depends zsh \
+ 'zsh-completions=true' \
+ 'zsh-completions=false' \
+ 'Install zsh completion files?' &&
+
+optional_depends fish \
+ 'fish-completions=true' \
+ 'fish-completions=false' \
+ 'Install fish completion files?' &&
+
+optional_depends bash-completion \
+ 'bash-completions=true' \
+ 'bash-completions=false' \
+ 'Install bash completion files?'
diff --git a/wm-addons/swaync/DETAILS b/wm-addons/swaync/DETAILS
new file mode 100755
index 0000000..4efd3fa
--- /dev/null
+++ b/wm-addons/swaync/DETAILS
@@ -0,0 +1,17 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
+ SPELL=swaync
+ SPELLX=SwayNotificationCenter
+ VERSION=0.10.1
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+
SOURCE_URL[0]=https://github.com/ErikReider/${SPELLX}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:fa753ee60ab180186d852f69c0ecf22d64b8c3aba280dce7c53f86c04a694abdb9570546fab46d4a32cade3a6eed5599ae2794afc56d5b141d4ea5fde976b49a
+ LICENSE[0]=GPL
+ WEB_SITE=https://github.com/ErikReider/SwayNotificationCenter
+ ENTERED=20240512
+ KEYWORDS="sway utils notification"
+ SHORT="gtk-based notification daemon for sway"
+cat << EOF
+A simple notification daemon with a GTK gui for
+notifications and the control center
+EOF
diff --git a/wm-addons/swaync/HISTORY b/wm-addons/swaync/HISTORY
new file mode 100644
index 0000000..861b730
--- /dev/null
+++ b/wm-addons/swaync/HISTORY
@@ -0,0 +1,3 @@
+2024-05-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: version 0.10.1, new spell
+


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

Archive powered by MHonArc 2.6.24.

Top of Page