From 6c0ab692b13d569c6d101e18eac45ec544f4c1e2 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Wed, 14 Aug 2013 14:51:27 -0500 Subject: shellinabox: change onscreen keyboard to default on. --- abs/extra/shellinabox/PKGBUILD | 6 +++++- abs/extra/shellinabox/__changelog | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) 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 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 -- cgit v0.12