Skip to Content.
Sympa Menu

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

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 (cccd2f16f79eeaa851f9e5593dbd92bc4514d487)
  • Date: Fri, 12 Jun 2020 19:37:05 +0000

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

ChangeLog | 3 +++
utils/screenkey/BUILD | 1 +
utils/screenkey/DEPENDS | 8 ++++++++
utils/screenkey/DETAILS | 25 +++++++++++++++++++++++++
utils/screenkey/HISTORY | 2 ++
utils/screenkey/INSTALL | 1 +
6 files changed, 40 insertions(+)

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

screenkey: new spell, keyboard screencasting tool

diff --git a/ChangeLog b/ChangeLog
index e56f825..518c557 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-06-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/screenkey: new spell, keyboard screencasting tool
+
2020-06-11 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/libtmux: new spell, Python API for tmux

diff --git a/utils/screenkey/BUILD b/utils/screenkey/BUILD
new file mode 100755
index 0000000..a05d2aa
--- /dev/null
+++ b/utils/screenkey/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/utils/screenkey/DEPENDS b/utils/screenkey/DEPENDS
new file mode 100755
index 0000000..c9b6aa9
--- /dev/null
+++ b/utils/screenkey/DEPENDS
@@ -0,0 +1,8 @@
+depends python &&
+depends setuptools &&
+depends python-distutils-extra &&
+
+runtime_depends libx11 &&
+runtime_depends pygtk2 &&
+
+suggest_depends slop "" "" "for custom area selection"
diff --git a/utils/screenkey/DETAILS b/utils/screenkey/DETAILS
new file mode 100755
index 0000000..6ca47de
--- /dev/null
+++ b/utils/screenkey/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=screenkey
+ VERSION=0.9
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://www.thregr.org/~wavexx/software/${SPELL}/releases/${SOURCE}
+
SOURCE_HASH=sha512:99f069f6f64d0812b526b7550b713bcd99e39756b07591d4e546273efcd085790e44f1586b6562f71f5a8dd22e755f17076f3e6c44bf0ed9b43b05c10d7fcbfa
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://www.thregr.org/~wavexx/software/screenkey/
+ LICENSE=GPL
+ ENTERED=20200612
+ KEYWORDS="utils"
+ SHORT="keyboard screencasting tool"
+cat << EOF
+A screencast tool to display your keys, inspired by Screenflick.
+
+- Several keyboard translation methods
+- Key composition/input method support
+- Configurable font/size/position
+- Highlighting of recent keystrokes
+- Improved backspace processing
+- Normal/Emacs/Mac caps modes
+- Multi-monitor support
+- Dynamic recording control
+- Switch for visible shift and modifier sequences only
+- Repeats compression
+EOF
diff --git a/utils/screenkey/HISTORY b/utils/screenkey/HISTORY
new file mode 100644
index 0000000..d2e0d2c
--- /dev/null
+++ b/utils/screenkey/HISTORY
@@ -0,0 +1,2 @@
+2020-06-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version 0.9
diff --git a/utils/screenkey/INSTALL b/utils/screenkey/INSTALL
new file mode 100755
index 0000000..46c6fba
--- /dev/null
+++ b/utils/screenkey/INSTALL
@@ -0,0 +1 @@
+default_install_python



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cccd2f16f79eeaa851f9e5593dbd92bc4514d487), Vlad Glagolev, 06/12/2020

Archive powered by MHonArc 2.6.24.

Top of Page