Skip to Content.
Sympa Menu

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

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 (903136c369de4cb159976175ed9c5de17c8f8dc7)
  • Date: Wed, 28 Mar 2018 14:15:28 +0000

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

ChangeLog | 4 ++++
wm-addons/xdo/BUILD | 1 +
wm-addons/xdo/DEPENDS | 3 +++
wm-addons/xdo/DETAILS | 14 ++++++++++++++
wm-addons/xdo/HISTORY | 2 ++
wm-addons/xdo/INSTALL | 1 +
6 files changed, 25 insertions(+)

New commits:
commit 903136c369de4cb159976175ed9c5de17c8f8dc7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xdo: small X utility to perform elementary actions on windows

diff --git a/ChangeLog b/ChangeLog
index e38e7ad..95bbc08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * wm-addons/xdo: small X utility to perform elementary actions on
+ windows
+
2018-03-27 Thomas Orgis <sobukus AT sourcemage.org>
* FUNCTIONS: add --libdir to waf_build to avoid lib64 use

diff --git a/wm-addons/xdo/BUILD b/wm-addons/xdo/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/wm-addons/xdo/BUILD
@@ -0,0 +1 @@
+make
diff --git a/wm-addons/xdo/DEPENDS b/wm-addons/xdo/DEPENDS
new file mode 100755
index 0000000..3c95160
--- /dev/null
+++ b/wm-addons/xdo/DEPENDS
@@ -0,0 +1,3 @@
+depends libxcb &&
+depends xcb-util &&
+depends xcb-util-wm
diff --git a/wm-addons/xdo/DETAILS b/wm-addons/xdo/DETAILS
new file mode 100755
index 0000000..666dfb5
--- /dev/null
+++ b/wm-addons/xdo/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=xdo
+ VERSION=0.5.7
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/baskerville/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:0978a8571a35899c916495c9d38458adb6c766db4d498dfacf2f0a46e373f7caa3c3e227096b3e60e03c67b972777cf7519e5b6eee7ebb91f82d4450ac0ff98d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOC_DIRS=""
+ WEB_SITE=https://github.com/baskerville/xdo
+ LICENSE[0]=BSD
+ ENTERED=20180328
+ SHORT="small X utility to perform elementary actions on windows"
+cat << EOF
+xdo performs actions on windows.
+EOF
diff --git a/wm-addons/xdo/HISTORY b/wm-addons/xdo/HISTORY
new file mode 100644
index 0000000..6ff2e00
--- /dev/null
+++ b/wm-addons/xdo/HISTORY
@@ -0,0 +1,2 @@
+2018-03-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL: created spell, version 0.5.7
diff --git a/wm-addons/xdo/INSTALL b/wm-addons/xdo/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/wm-addons/xdo/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (903136c369de4cb159976175ed9c5de17c8f8dc7), Vlad Glagolev, 03/28/2018

Archive powered by MHonArc 2.6.24.

Top of Page