From 0c05f7c5a297ad150eaac524a9c9836da0d3d09e Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Thu, 10 Jul 2014 14:17:07 +0200 Subject: [PATCH] Install braille system. --- install-debpkgs-graphic.sh | 13 +++++++++++-- install-debpkgs.sh | 3 ++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/install-debpkgs-graphic.sh b/install-debpkgs-graphic.sh index 37dce0e..07cf94c 100755 --- a/install-debpkgs-graphic.sh +++ b/install-debpkgs-graphic.sh @@ -22,15 +22,24 @@ apt-get install \ rsync arandr openbox gsetroot tint2 menu menu-l10n gmrun \ nmap seahorse simple-scan libxml2-dev libxslt1-dev \ psutils python-git bc htop highlight code2html pipelight-multi \ - ipython ipython3 python-pip python3-pip \ + ipython ipython3 python-pip python3-pip mbrola mbrola-fr1 mbrola-fr4 mbrola-en1 \ doxygen doxygen-gui doxygen-latex doxypy doxyqml gaphor graphviz imagemagick \ nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \ - uwsgi-extra uwsgi-plugin-jvm-openjdk-6 \ + uwsgi-extra uwsgi-plugin-jvm-openjdk-6 autogen libtool scons python-espeak \ numix-gtk-theme numix-kde-theme numix-icon-theme numix-icon-theme-circle numix-icon-theme-shine \ numix-icon-theme-utouch coffeescript node-less node node-cli node-backbone node-uglify npm npm install -g jshint npm install -g coffeelint ln -s /usr/bin/nodejs /usr/bin/node +cd /tmp +git clone https://github.com/Nalin-x-Linux/ibus-sharada-braille.git +cd ibus-sharada-braille +./autogen.sh +make +make install +cd .. +rm -rf ibus-sharada-braille + pipelight-multi --unlock x64-flash pipelight-multi --enable x64-flash diff --git a/install-debpkgs.sh b/install-debpkgs.sh index f55eb34..a91e83f 100755 --- a/install-debpkgs.sh +++ b/install-debpkgs.sh @@ -13,10 +13,11 @@ apt-get install \ keyboard-configuration console-braille dots \ kakasi rsync nmap psutils python-git bc htop highlight code2html \ ipython ipython3 python-pip python3-pip \ - synfig synfigstudio synfig-examples \ + synfig synfigstudio synfig-examples autogen libtool scons \ doxygen doxygen-latex doxypy doxyqml graphviz imagemagick \ nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \ uwsgi-extra uwsgi-plugin-jvm-openjdk-6 coffeescript node-less node node-cli node-backbone node-uglify npm npm install -g jshint npm install -g coffeelint ln -s /usr/bin/nodejs /usr/bin/node +