summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abs/extra/shellinabox/PKGBUILD6
-rw-r--r--abs/extra/shellinabox/__changelog1
2 files changed, 6 insertions, 1 deletions
diff --git a/abs/extra/shellinabox/PKGBUILD b/abs/extra/shellinabox/PKGBUILD
index 680de85..0fbe1e4 100644
--- a/abs/extra/shellinabox/PKGBUILD
+++ b/abs/extra/shellinabox/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Brian Moore <archlinux@cptl.org>
pkgname=shellinabox
pkgver=2.14
-pkgrel=4
+pkgrel=5
pkgdesc="A web-based ssh client."
arch=('i686' 'x86_64')
url="http://shellinabox.com/"
@@ -22,6 +22,10 @@ prepare() {
build() {
cd "$srcdir/$pkgname-$pkgver"
+ #change default to show onscreen keyboard
+ sed -i "s/this.softKeyboard = false;/this.softKeyboard = true;/g" ./shellinabox/vt100.js
+ sed -i "s/this.softKeyboard = false;/this.softKeyboard = true;/g" ./shellinabox/vt100.jspp
+
./configure --prefix=/usr
make
diff --git a/abs/extra/shellinabox/__changelog b/abs/extra/shellinabox/__changelog
index efedcc7..d0d35bb 100644
--- a/abs/extra/shellinabox/__changelog
+++ b/abs/extra/shellinabox/__changelog
@@ -6,3 +6,4 @@ add shellinaboxd.install
# 8/14/2013
add proxy config to PKGBUILD & .install
add shellinaboxd.include and shellinaboxd.gen_light_conf.d
+change default onscreen keyboard to true