summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xwm-addons/xdo/BUILD1
-rwxr-xr-xwm-addons/xdo/DEPENDS3
-rwxr-xr-xwm-addons/xdo/DETAILS14
-rw-r--r--wm-addons/xdo/HISTORY2
-rwxr-xr-xwm-addons/xdo/INSTALL1
6 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e38e7ade88..95bbc085d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-28 Vlad Glagolev <stealth@sourcemage.org>
+ * wm-addons/xdo: small X utility to perform elementary actions on
+ windows
+
2018-03-27 Thomas Orgis <sobukus@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 0000000000..8f58e6df93
--- /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 0000000000..3c9516070c
--- /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 0000000000..666dfb5429
--- /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 0000000000..6ff2e00060
--- /dev/null
+++ b/wm-addons/xdo/HISTORY
@@ -0,0 +1,2 @@
+2018-03-28 Vlad Glagolev <stealth@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 0000000000..e72b41d353
--- /dev/null
+++ b/wm-addons/xdo/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install