done
pkgs=(gawk attr autoconf-archive git)
+##### warning, apt-rdepends seems to look at the newest version of the package,
+##### not the one that build-dep would install.
if $show_pkgs; then
echo ${pkgs[*]}
for x in $latest_emacs maildir-utils; do
if ! type -p apt-rdepends &>/dev/null; then
sudo apt-get -y install --purge --auto-remove apt-rdepends
fi
- apt-rdepends --build-depends --follow=DEPENDS $x|sed -rn 's/^\s*Build-Depends: (\S+).*/\1/p'
+ apt-rdepends -p --build-depends --follow=DEPENDS $x|sed -rn 's/^\s*Build-Depends: (\S+).*/\1/p'
done
exit 0
fi
#git clone https://github.com/djcb/mu
# note: master failed, i moved back to the commit before a bug https://github.com/djcb/mu/issues/1400
# from its HACKING file
+
cd /a/opt/mu
+if [[ $(distro-name) == trisquel ]]; then
+ git checkout flidas
+else
+ # newer version than build-dep installs for buster
+ sudo apt-get -y install --purge --auto-remove libgmime-3.0-dev
+ git checkout upmaster
+fi
+git clean -xfffd
./autogen.sh
make
s make install
# org-edit-src-exit does not get bound, so using latest
#/a/bin/buildscripts/org-mode
-if $update; then
- logq pi bzr
- cd ~/.emacs.d/src/mediawiki-el
- bzr pull
-fi
+# disabled as i haven't used it in a while
+# if $update; then
+# logq pi bzr
+# cd ~/.emacs.d/src/mediawiki-el
+# bzr pull
+# fi
# not keeping up with the latest gnus development.
# fi
# logq ./configure
# logq make
+
+my-update-info-dir