Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4fd211e5698c8a0b775a7139b22f55fc4be47d4f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4fd211e5698c8a0b775a7139b22f55fc4be47d4f)
  • Date: Sun, 7 Apr 2019 18:11:52 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
x11/xplugd/DEPENDS | 3 +++
x11/xplugd/DETAILS | 18 ++++++++++++++++++
x11/xplugd/HISTORY | 2 ++
4 files changed, 27 insertions(+)

New commits:
commit 4fd211e5698c8a0b775a7139b22f55fc4be47d4f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xplugd: new spell, monitor, keyboard, and mouse plug/unplug helper for X

diff --git a/ChangeLog b/ChangeLog
index 90b3aed..c1a932e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * x11/xplugd: new spell, monitor, keyboard, and mouse plug/unplug
+ helper for X
+
2019-04-06 Vlad Glagolev <stealth AT sourcemage.org>
* audio-plugins/bluez-alsa: new spell, Bluetooth audio ALSA backend

diff --git a/x11/xplugd/DEPENDS b/x11/xplugd/DEPENDS
new file mode 100755
index 0000000..a2cfbe3
--- /dev/null
+++ b/x11/xplugd/DEPENDS
@@ -0,0 +1,3 @@
+depends libx11 &&
+depends libxrandr &&
+depends libxi
diff --git a/x11/xplugd/DETAILS b/x11/xplugd/DETAILS
new file mode 100755
index 0000000..39b9485
--- /dev/null
+++ b/x11/xplugd/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=xplugd
+ VERSION=1.3
+ SOURCE=${SPELL}-${VERSION}.tar.xz
+
SOURCE_URL[0]=https://github.com/troglobit/${SPELL}/releases/download/v${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:8be3cb7774d2a2e44c9910fea779ccbbf9fd6b3dfcda7457d1974b00bb6237a64e49f8f0d2c9cc5aafaafcb8b2d639084d5cef85c99e4c28ccf1414ba06a9f89
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/troglobit/xplugd
+ LICENSE[0]=MIT
+ ENTERED=20190407
+ SHORT="monitor, keyboard, and mouse plug/unplug helper for X"
+cat << EOF
+xplugd is a UNIX daemon that executes a script on X input and RandR changes,
+i.e., when a, keyboard, mouse. or a monitor is plugged in or unplugged.
+
+Useful in combination with lightweight setups, e.g. when running an X window
+manager like Awesome, Fluxbox, or similar to detect when docking or undocking
+a laptop.
+EOF
diff --git a/x11/xplugd/HISTORY b/x11/xplugd/HISTORY
new file mode 100644
index 0000000..5623a76
--- /dev/null
+++ b/x11/xplugd/HISTORY
@@ -0,0 +1,2 @@
+2019-04-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 1.3



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4fd211e5698c8a0b775a7139b22f55fc4be47d4f), Vlad Glagolev, 04/07/2019

Archive powered by MHonArc 2.6.24.

Top of Page