Skip to Content.
Sympa Menu

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

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 (4869ad238c0ef821e22aab461f27fa20c6f5cd5a)
  • Date: Tue, 5 Jun 2018 18:12:51 +0000

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

ChangeLog | 3 +++
wm-addons/xwinmosaic/BUILD | 3 +++
wm-addons/xwinmosaic/CONFIGURE | 3 +++
wm-addons/xwinmosaic/DEPENDS | 3 +++
wm-addons/xwinmosaic/DETAILS | 13 +++++++++++++
wm-addons/xwinmosaic/HISTORY | 2 ++
6 files changed, 27 insertions(+)

New commits:
commit 4869ad238c0ef821e22aab461f27fa20c6f5cd5a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xwinmosaic: new spell, X11 window switcher with fancy look

diff --git a/ChangeLog b/ChangeLog
index 8df51da..e17204e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-06-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * wm-addons/xwinmosaic: new spell, X11 window switcher with fancy look
+
2018-06-03 Vlad Glagolev <stealth AT 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 0000000..f26e066
--- /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 0000000..2e97563
--- /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 0000000..cd070c7
--- /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 0000000..7d7cc0d
--- /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 0000000..e6ff0c8
--- /dev/null
+++ b/wm-addons/xwinmosaic/HISTORY
@@ -0,0 +1,2 @@
+2018-06-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, CONFIGURE: created spell, version 0.4.2



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4869ad238c0ef821e22aab461f27fa20c6f5cd5a), Vlad Glagolev, 06/05/2018

Archive powered by MHonArc 2.6.24.

Top of Page