Skip to Content.
Sympa Menu

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

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 (5fe6e1dfb2cef7e588e0bbf3244c2d242e83fbcf)
  • Date: Thu, 4 May 2023 03:38:08 +0000

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

ChangeLog | 1 +
utils/waynergy/CONFIGURE | 1 +
utils/waynergy/DEPENDS | 10 ++++++++++
utils/waynergy/DETAILS | 17 +++++++++++++++++
utils/waynergy/HISTORY | 3 +++
5 files changed, 32 insertions(+)

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

utils/waynergy: new spell, synergy client for wayland

diff --git a/ChangeLog b/ChangeLog
index ec9bdd5..259b326 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
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
+ * utils/waynergy: new spell, synergy client for wayland compositors

2023-04-30 Pavel Vinogradov <public AT sourcemage.org>
* rust-crates/tuigreet: new spell, a graphical console greeter for
greetd
diff --git a/utils/waynergy/CONFIGURE b/utils/waynergy/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/utils/waynergy/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/utils/waynergy/DEPENDS b/utils/waynergy/DEPENDS
new file mode 100755
index 0000000..c6fcdd1
--- /dev/null
+++ b/utils/waynergy/DEPENDS
@@ -0,0 +1,10 @@
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends PKG-CONFIG &&
+depends wayland &&
+depends wayland-protocols &&
+depends libxkbcommon &&
+depends LIBTLS &&
+depends wlroots &&
+
+optional_depends wl-clipboard '' '' 'for clipboard support'
+
diff --git a/utils/waynergy/DETAILS b/utils/waynergy/DETAILS
new file mode 100755
index 0000000..12396eb
--- /dev/null
+++ b/utils/waynergy/DETAILS
@@ -0,0 +1,17 @@
+. "${GRIMOIRE}/MESON_FUNCTIONS"
+ SPELL=waynergy
+ VERSION=0.0.16
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=https://github.com/r-c-f/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha256:f1b62544aaa962d46729a5d4092bbd9c3ad02ea40e4aeac05da4e26b457ffc9f
+ LICENSE[0]=MIT
+ WEB_SITE=https://github.com/r-c-f/waynergy
+ ENTERED=20230503
+ KEYWORDS="utils synergy barrier wayland kvm"
+ SHORT="synergy client for wayland compositors"
+cat << EOF
+An implementation of a synergy client for wayland compositors.
+Based on the upstream uSynergy library
+(heavily modified for more protocol support and a bit of paranoia).
+EOF
diff --git a/utils/waynergy/HISTORY b/utils/waynergy/HISTORY
new file mode 100644
index 0000000..f6c4b2e
--- /dev/null
+++ b/utils/waynergy/HISTORY
@@ -0,0 +1,3 @@
+2023-05-03 Conner Clere <xenanthropy AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: ver 0.0.16, new spell
+



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

Archive powered by MHonArc 2.6.24.

Top of Page