aboutsummaryrefslogtreecommitdiff
path: root/debian/elpa-notmuch.elpa
AgeCommit message (Collapse)Author
2021-12-23emacs: add notmuch-logo.svg and use it in emacs mua on graphic displaysTomi Ollila
emacs/notmuch-logo.svg is handcrafted scalable vector graphics version of the notmuch logo. Emacs on graphic displays render this image four times in size compared to the emacs/notmuch-logo.png, and the image is much sharper. The rendered image size, 100x100 pixels, fits reasonably well with text shown in various font sizes. Scaling the image -- if desired -- may come in the future. For now this is improvement on how the logo looked in notmuch-hello window.
2019-12-21debian elpa-notmuch: ship elisp and .png from "make install"Daniel Kahn Gillmor
Rather than ship from the source directories, ship these files from where they're installed by "make install". This doesn't resolve all the dh_missing warnings yet (due to #946142), but it leaves the last bit of that problem in the hands of the dh-elpa package, and it's not due to notmuch's packaging any longer. Note that notmuch-pkg.el is only relevant for elpa, so it was not installed by "make install", and has to be extracted deliberately from the source tree. Note also that we now don't ship make-deps.el or rstdoc.el, as these are build tools and don't belong in the deployed package. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2019-12-21debian: ship info files in the standard locationDaniel Kahn Gillmor
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2019-06-07debian: install logoDavid Bremner
Thanks to Tim Retout for the patch
2018-05-26debian: install info pages as part of elpa (emacs) packageDavid Bremner
This is a simple way to make the info pages available, since the emacs package system deals with the annoying bits. If there is many people who want the info pages outside of emacs, we could consider a separate binary package, but currently it doesn't seem worthwhile.
2016-11-16debian: convert to use dh-elpaDavid Bremner
This packaging helper eliminates most of the boilerplate from packaging emacs extensions for debian. It requires package.el compatible metadata.