add mu, fix tor
authorIan Kelling <ian@iankelling.org>
Thu, 30 Mar 2017 23:28:31 +0000 (16:28 -0700)
committerIan Kelling <ian@iankelling.org>
Thu, 30 Mar 2017 23:28:46 +0000 (16:28 -0700)
emacs
tor-browser

diff --git a/emacs b/emacs
index abab8652212101d186b9a79d5d9cc33b3397c7ba..350f9bac55e928149bfb6b183d0255f9db9b016b 100755 (executable)
--- a/emacs
+++ b/emacs
@@ -35,6 +35,7 @@ done
 
 e() { echo "$*"; "$@"; }
 
+# Og = optmize, but keep gdb working
 export CFLAGS="-Og -g3"
 
 # gawk and attr were no longer automatically installed in stretch
@@ -49,6 +50,11 @@ case $(distro-name) in
         logq pi texlive-dvipng
         ;;&
     debian|ubuntu)
+               # todo: unknown for other distros, this will fail
+        logq p -y build-dep maildir-utils
+# due to autogen error message
+p install autoconf-archive
+
         # oddly, on ubuntu 14.04 this installs postfix, but I dun care
         # ubuntu 14.04 gave this error message
         # Unable to satisfy the build-depends: Build-Depends: libpng-dev
@@ -120,6 +126,13 @@ logq sudo make install
 s lnf /usr/local/bin/emacs /usr/bin
 
 
+#git clone https://github.com/djcb/mu
+# from its HACKING file
+cd /a/opt/mu
+./autogen.sh
+make
+s make install
+# note uninstall is implemented
 
 logq emacs --batch -l ~/.emacs.d/init.el -l ~/.emacs.d/compile-init-dir.el
 
index 69547ec31e77f08970e91104c6bfa1c087fc3713..518d8a99e820ad0cebb78f660d54b751b8dfc994 100755 (executable)
@@ -33,12 +33,11 @@ f=tor-browser-linux64-${ver}_en-US.tar.xz
 timestamp=$(stat -c %Y $f) ||:
 wget -N https://www.torproject.org/dist/torbrowser/$ver/$f
 new_timestamp=$(stat -c %Y $f) ||:
-if [[ $timestamp == $new_timestamp && -e /a/opt/tor-browser_en-US/Browser/start-tor-browser ]]; then
-    # already installed
-    exit 0
+if [[ $timestamp != $new_timestamp || ! -e /a/opt/tor-browser_en-US/Browser/start-tor-browser ]]; then
+   # not already installed
+    rm -rf tor-browser_en-US
+    ex $f
 fi
-rm -rf tor-browser_en-US
-ex $f
 
 for x in tor-*.tar.xz; do
     # cleanup old tarballs