summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xwm-addons/xwinmosaic/BUILD3
-rwxr-xr-xwm-addons/xwinmosaic/CONFIGURE3
-rwxr-xr-xwm-addons/xwinmosaic/DEPENDS3
-rwxr-xr-xwm-addons/xwinmosaic/DETAILS13
-rw-r--r--wm-addons/xwinmosaic/HISTORY2
6 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8df51da6de..e17204eb93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-06-05 Vlad Glagolev <stealth@sourcemage.org>
+ * wm-addons/xwinmosaic: new spell, X11 window switcher with fancy look
+
2018-06-03 Vlad Glagolev <stealth@sourcemage.org>
* python-pypi/acme-tiny: new spell, tiny script to issue and renew TLS
certs from Let's Encrypt
diff --git a/wm-addons/xwinmosaic/BUILD b/wm-addons/xwinmosaic/BUILD
new file mode 100755
index 0000000000..f26e0663f7
--- /dev/null
+++ b/wm-addons/xwinmosaic/BUILD
@@ -0,0 +1,3 @@
+OPTS="${XWINMOSAIC_OPTS} ${OPTS}" &&
+
+cmake_build
diff --git a/wm-addons/xwinmosaic/CONFIGURE b/wm-addons/xwinmosaic/CONFIGURE
new file mode 100755
index 0000000000..2e97563f88
--- /dev/null
+++ b/wm-addons/xwinmosaic/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option XWINMOSAIC_OPTS "Install extra scripts?" n \
+ "-DWITH_SCRIPTS=ON" \
+ "-DWITH_SCRIPTS=OFF"
diff --git a/wm-addons/xwinmosaic/DEPENDS b/wm-addons/xwinmosaic/DEPENDS
new file mode 100755
index 0000000000..cd070c7db3
--- /dev/null
+++ b/wm-addons/xwinmosaic/DEPENDS
@@ -0,0 +1,3 @@
+depends cmake &&
+depends libx11 &&
+depends gtk+2
diff --git a/wm-addons/xwinmosaic/DETAILS b/wm-addons/xwinmosaic/DETAILS
new file mode 100755
index 0000000000..7d7cc0dcf5
--- /dev/null
+++ b/wm-addons/xwinmosaic/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=xwinmosaic
+ VERSION=0.4.2
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/soulthreads/${SPELL}/archive/v${VERSION}.tar.gz
+ SOURCE_HASH=sha512:c58fcf778bc42dca7b0218fe6154f488f9b3e4afb410244786e8fa63311d619e42239bcb9a6c99cde2bbf86c7a6ba40b67fce0418df2bfcfb907d1f016180059
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/soulthreads/xwinmosaic
+ LICENSE[0]=BSD
+ ENTERED=20180605
+ SHORT="X11 window switcher with fancy look"
+cat << EOF
+X11 window switcher that draws windows list as a colourful mosaic.
+EOF
diff --git a/wm-addons/xwinmosaic/HISTORY b/wm-addons/xwinmosaic/HISTORY
new file mode 100644
index 0000000000..e6ff0c8114
--- /dev/null
+++ b/wm-addons/xwinmosaic/HISTORY
@@ -0,0 +1,2 @@
+2018-06-05 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, CONFIGURE: created spell, version 0.4.2