From dee21dc4882891ef038d9a22ae6639cf1d9672e7 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Sat, 9 Jan 2021 16:07:22 -0500 Subject: [PATCH] [provisioning] Update email tools --- recipes/email | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/email b/recipes/email index daab9fe..3240b3d 100644 --- a/recipes/email +++ b/recipes/email @@ -2,12 +2,11 @@ # Description: Email syncing tools plus the mu4e client set -e -_recipe brew -_brew isync - _recipe emacs case $_PLATFORM in darwin) + _recipe brew + _brew isync EMACS=$(which emacs) _brew mu --HEAD ;; *) @@ -18,12 +17,13 @@ case $_PLATFORM in automake \ libtool \ texinfo \ - libgmime-2.6-dev \ + libgmime-3.0-dev \ libxapian-dev \ guile-2.0-dev \ html2text \ xdg-utils \ - libwebkit-dev + libwebkitgtk-dev \ + isync do _apt $dep done @@ -34,7 +34,7 @@ case $_PLATFORM in | tar xz --strip 1 && \ echo "[tgz] Configuring mu" && \ ./autogen.sh >/dev/null 2>&1 && \ - ./configure >/dev/null 2>&1 && \ + ./configure --prefix=/usr >/dev/null 2>&1 && \ echo "[tgz] Building mu" && \ make >/dev/null 2>&1 && \ echo "[tgz] Installing mu" && \