Skip to Content.
Sympa Menu

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

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 (213ee220bed61a4b3a26502785015928ebe734c5)
  • Date: Thu, 4 May 2023 03:33:54 +0000

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

ChangeLog | 1 +
utils/swhkd/BUILD | 1 +
utils/swhkd/DEPENDS | 5 +++++
utils/swhkd/DETAILS | 22 ++++++++++++++++++++++
utils/swhkd/FINAL | 3 +++
utils/swhkd/HISTORY | 3 +++
6 files changed, 35 insertions(+)

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

utils/swhkd: new spell, sxhkd clone for wayland

diff --git a/ChangeLog b/ChangeLog
index 16e7444..ec9bdd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2023-05-03 Conner Clere <xenanthropy AT sourcemage.org>
* utils/nvtop: new spell, gpu process monitoring program
+ * utils/swhkd: new spell, sxhkd clone for wayland

2023-04-30 Pavel Vinogradov <public AT sourcemage.org>
* rust-crates/tuigreet: new spell, a graphical console greeter for
greetd
diff --git a/utils/swhkd/BUILD b/utils/swhkd/BUILD
new file mode 100755
index 0000000..c978eaf
--- /dev/null
+++ b/utils/swhkd/BUILD
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr"
diff --git a/utils/swhkd/DEPENDS b/utils/swhkd/DEPENDS
new file mode 100755
index 0000000..c66231c
--- /dev/null
+++ b/utils/swhkd/DEPENDS
@@ -0,0 +1,5 @@
+depends rust &&
+depends PKG-CONFIG &&
+depends policykit &&
+
+optional_depends scdoc '' '' 'Build documentation?'
diff --git a/utils/swhkd/DETAILS b/utils/swhkd/DETAILS
new file mode 100755
index 0000000..b215e1b
--- /dev/null
+++ b/utils/swhkd/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=swhkd
+ VERSION=1.2.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://github.com/waycrate/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha256:e74b7b2dc6ab3a31d7bdc4ece09da6ed7f959c7369112a6a45a435a8a0adf195
+ LICENSE[0]=BSD
+ WEB_SITE=https://github.com/waycrate/swhkd
+ ENTERED=20230503
+ KEYWORDS="utils wayland sxhkd hotkey"
+ SHORT="sxhkd clone for wayland"
+cat << EOF
+swhkd is a display protocol-independent hotkey daemon made in Rust.
+swhkd uses an easy-to-use configuration system inspired by sxhkd so you can
+easily add or remove hotkeys.
+
+It also attempts to be a drop-in replacement for sxhkd, meaning your sxhkd
+config file is also compatible with swhkd.
+
+Because swhkd can be used anywhere, the same swhkd config can be used across
+Xorg or Wayland desktops, and you can even use swhkd in a tty.
+EOF
diff --git a/utils/swhkd/FINAL b/utils/swhkd/FINAL
new file mode 100755
index 0000000..45fbafd
--- /dev/null
+++ b/utils/swhkd/FINAL
@@ -0,0 +1,3 @@
+message "${MESSAGE_COLOR}To use swhkd, run:\n" \
+ "${YELLOW}swhks &\n" \
+ "pkexec swhkd${DEFAULT_COLOR}"
diff --git a/utils/swhkd/HISTORY b/utils/swhkd/HISTORY
new file mode 100644
index 0000000..cf08a1f
--- /dev/null
+++ b/utils/swhkd/HISTORY
@@ -0,0 +1,3 @@
+2023-05-03 Conner Clere <xenanthropy AT sourcemage.org>
+ * FINAL, BUILD, DEPENDS, DETAILS: ver 1.2.1, new spell
+



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

Archive powered by MHonArc 2.6.24.

Top of Page