diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-08-14 19:51:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-08-14 19:51:27 (GMT) |
commit | 6c0ab692b13d569c6d101e18eac45ec544f4c1e2 (patch) | |
tree | f9faeb4700e873f36535a2f514f8ad8344f9a39e | |
parent | 79d1a8112c1c10fb769dd325e6ae93f154cdd557 (diff) | |
download | linhes_pkgbuild-6c0ab692b13d569c6d101e18eac45ec544f4c1e2.zip linhes_pkgbuild-6c0ab692b13d569c6d101e18eac45ec544f4c1e2.tar.gz linhes_pkgbuild-6c0ab692b13d569c6d101e18eac45ec544f4c1e2.tar.bz2 |
shellinabox: change onscreen keyboard to default on.
-rw-r--r-- | abs/extra/shellinabox/PKGBUILD | 6 | ||||
-rw-r--r-- | abs/extra/shellinabox/__changelog | 1 |
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 |