Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7daaa0b93d9c11d21c2e20aa8870e45851850f59)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7daaa0b93d9c11d21c2e20aa8870e45851850f59)
  • Date: Sun, 15 Oct 2017 17:52:44 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 7 +++++--
xorg-app/xkbset/BUILD | 4 ++++
xorg-app/xkbset/DEPENDS | 4 ++++
xorg-app/xkbset/DETAILS | 26 ++++++++++++++++++++++++++
xorg-app/xkbset/HISTORY | 2 ++
5 files changed, 41 insertions(+), 2 deletions(-)

New commits:
commit 7daaa0b93d9c11d21c2e20aa8870e45851850f59
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

xorg-app/xkbset: new spell, a simple program to set up AccessX

diff --git a/ChangeLog b/ChangeLog
index a8818e9..fd94621 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-10-15 Pavel Vinogradov <public AT sourcemage.org>
+ * xorg-app/xkbset: new spell, a simple program to set up AccessX
+
2017-10-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* crypto/keepassxc: new spell, community fork of keepassx

@@ -30,10 +33,10 @@
* xorg.gpg: add CAAA50B2 "Adam Jackson <ajax AT nwnk.net>"

2017-09-30 Ismael Luceno <ismael AT sourcemage.org>
- * disk/lufs: removed, the project is dead
+ * disk/lufs: removed, the project is dead

2017-09-29 Ismael Luceno <ismael AT sourcemage.org>
- * crypto/shfs: removed, the project is dead
+ * crypto/shfs: removed, the project is dead

2017-09-29 Vlad Glagolev <stealth AT sourcemage.org>
* security/oath-toolkit: new spell, toolkit for OATH/HOTP, TOTP and
PSKC
diff --git a/xorg-app/xkbset/BUILD b/xorg-app/xkbset/BUILD
new file mode 100755
index 0000000..c7968db
--- /dev/null
+++ b/xorg-app/xkbset/BUILD
@@ -0,0 +1,4 @@
+sed -e "s;/usr/X11R6;${INSTALL_ROOT}/usr;" \
+ -e "s;man/;share/&;" -i Makefile &&
+
+make
diff --git a/xorg-app/xkbset/DEPENDS b/xorg-app/xkbset/DEPENDS
new file mode 100755
index 0000000..eb74e13
--- /dev/null
+++ b/xorg-app/xkbset/DEPENDS
@@ -0,0 +1,4 @@
+depends libx11 &&
+depends perl &&
+
+suggest_depends perl-tk "" "" "for xkbset-gui program"
diff --git a/xorg-app/xkbset/DETAILS b/xorg-app/xkbset/DETAILS
new file mode 100755
index 0000000..ef39fb2
--- /dev/null
+++ b/xorg-app/xkbset/DETAILS
@@ -0,0 +1,26 @@
+ SPELL="xkbset"
+ VERSION="0.5"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]="https://faculty.missouri.edu/~stephen/software/${SPELL}/${SOURCE}";
+ SOURCE_HINTS="no-check-certificate"
+
SOURCE_HASH="sha512:64de1a18076c0e0fd3e3189444b6033880028f53777566286caf935bfafcf062ccbd408d20926e2a4febb77d15b026349e0288f2aa93c815ddd9437b96589d8c"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://faculty.missouri.edu/~stephen/software#xkbset";
+ LICENSE[0]="BSD"
+ ENTERED="20171015"
+ SHORT="a simple program to set up AccessX"
+cat << EOF
+xkbset is a program rather like xset in that it allows you to set
+various features of the X window interface. It allows one to configure
+most of the options connected with the XKB extensions. They are described
+in Section 10 of XKBlib.ps.
+
+This includes customizing the following:
+ MouseKeys: using the numeric pad keys to move the mouse;
+ StickyKeys: where modifiers like control and shift will lock until the
+ next key press (good for one finger typing);
+ SlowKeys: The keys will not work unless they are pressed for a certain
+ amount of time;
+ BounceKeys: If a key is pressed more than once rapidly, only one key
+ press will be registered.
+EOF
diff --git a/xorg-app/xkbset/HISTORY b/xorg-app/xkbset/HISTORY
new file mode 100644
index 0000000..7718067
--- /dev/null
+++ b/xorg-app/xkbset/HISTORY
@@ -0,0 +1,2 @@
+2017-10-15 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: created spell



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (7daaa0b93d9c11d21c2e20aa8870e45851850f59), Pavel Vinogradov, 10/15/2017

Archive powered by MHonArc 2.6.24.

Top of Page