From 4869ad238c0ef821e22aab461f27fa20c6f5cd5a Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Tue, 5 Jun 2018 14:12:11 -0400 Subject: xwinmosaic: new spell, X11 window switcher with fancy look --- 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 ++ 5 files changed, 24 insertions(+) create mode 100755 wm-addons/xwinmosaic/BUILD create mode 100755 wm-addons/xwinmosaic/CONFIGURE create mode 100755 wm-addons/xwinmosaic/DEPENDS create mode 100755 wm-addons/xwinmosaic/DETAILS create mode 100644 wm-addons/xwinmosaic/HISTORY (limited to 'wm-addons') 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 + * DEPENDS, DETAILS, BUILD, CONFIGURE: created spell, version 0.4.2 -- cgit v1.2.3