Skip to Content.
Sympa Menu

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

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 (c9ec0e563e066ea619dbece58b10bca97ef302c3)
  • Date: Mon, 27 Feb 2023 22:24:54 +0000

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

ChangeLog | 1 +
utils/ydotool/CONFIGURE | 1 +
utils/ydotool/DEPENDS | 4 ++++
utils/ydotool/DETAILS | 20 ++++++++++++++++++++
utils/ydotool/HISTORY | 3 +++
5 files changed, 29 insertions(+)

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

ydotool: new spell, command-line automation tool

diff --git a/ChangeLog b/ChangeLog
index 48bdb61..aca270e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* libs/libappindicator: new spell, menu exporting library
* windowmanagers/labwc: new spell, wayland window-stacking compositor
* net/nm-tray: new spell, qt network-manager tray icon
+ * utils/ydotool: new spell, command-line automation tool

2023-02-23 Treeve Jelbert <treeve AT sourcemage.org>
* kde5-extra/tokodon: added, Mastadon client
diff --git a/utils/ydotool/CONFIGURE b/utils/ydotool/CONFIGURE
new file mode 100755
index 0000000..90942b1
--- /dev/null
+++ b/utils/ydotool/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/utils/ydotool/DEPENDS b/utils/ydotool/DEPENDS
new file mode 100755
index 0000000..d60e02b
--- /dev/null
+++ b/utils/ydotool/DEPENDS
@@ -0,0 +1,4 @@
+depends PKG-CONFIG &&
+depends scdoc &&
+
+optional_depends systemd '' '' 'Install systemd service?'
diff --git a/utils/ydotool/DETAILS b/utils/ydotool/DETAILS
new file mode 100755
index 0000000..e20084a
--- /dev/null
+++ b/utils/ydotool/DETAILS
@@ -0,0 +1,20 @@
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
+ SPELL=ydotool
+ VERSION=1.0.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://github.com/ReimuNotMoe/ydotool/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha256:ba075a43aa6ead51940e892ecffa4d0b8b40c241e4e2bc4bd9bd26b61fde23bd
+ LICENSE[0]=AGPL
+ WEB_SITE=https://github.com/ReimuNotMoe/ydotool/
+ ENTERED=20230227
+ KEYWORDS="automation tool xdotool"
+ SHORT="generic command-line automation tool"
+cat << EOF
+Generic Linux command-line automation tool (no X!)
+
+ydotool is not limited to Wayland. You can use it on anything as long
+as it accepts keyboard/mouse/whatever input. For example, X11,
+text console, "RetroArch OS",
+fbdev apps (fbterm/mplayer/SDL1/LittleVGL/Qt Embedded), etc.
+EOF
diff --git a/utils/ydotool/HISTORY b/utils/ydotool/HISTORY
new file mode 100644
index 0000000..18a1695
--- /dev/null
+++ b/utils/ydotool/HISTORY
@@ -0,0 +1,3 @@
+2023-02-27 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS, CONFIGURE, DEPENDS: version 1.0.4, new spell
+



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (c9ec0e563e066ea619dbece58b10bca97ef302c3), Conner Clere, 02/27/2023

Archive powered by MHonArc 2.6.24.

Top of Page