summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2017-01-14Remove the option that excludes the `-pedantic` flag from `CXXFLAGS`Frank LENORMAND
Allowing compilation without the `-pedantic` flag was a temporary trick to work around a bug involving `libstdc++` and `musl`. A fix has been pushed for the issue in the appropriate repositories, we no longer need the optional non-pedantic compilation option.
2016-12-22Update the TupfileFrank LENORMAND
Compiling with `clang++` was also tweaked, in order to avoid unknown attributes warnings.
2016-12-16Add ncurses to Homebrew formulaEric Nielsen
as a build and recommended dependency. Generates a `--without-ncurses` option to disable it. See https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md#specifying-other-formulae-as-dependencies
2016-12-13Fix for contrib/make_deb.bash on Ubuntu 16.04Eric Wollesen
The Makefile had tabs in a few places, which tripped up sed. This version should still work in debian, while also working in Xenial.
2016-12-14Merge git://github.com/mgor/kakouneMaxime Coste
2016-12-13Fix Homebrew formulaDevin Lehmacher
2016-12-13fixing workaround for debmakeMikael Göransson
debmake has a problem with os.getlogin(), (in docker). set and export DEBEMAIL and DEBFULLNAME. also added asciidoc to the list of dependencies (which is huge).
2016-11-28Fix compilation on Mac OS SierraFrank LENORMAND
The `xsltproc` utility is missing some xsl files, which are now installed on the system by the `docbook-xsl` package. Fixes #939
2016-05-11Fix LANG when running tests on builder machineJiri Konecny
Set LANG=en_US.utf8 before calling make test. Also change URL to kakoune.org.
2016-05-06Set asciidoc as a build-time dep in HomebrewHummer12007
2016-04-04Tweak and update the debian package scriptFrank LENORMAND
2016-02-11Merge remote-tracking branch 'jkonecny/master-fix-spec'Maxime Coste
2016-02-11Add dependency on asciidoc to homebrew formulaJimmy Thrasher
Homebrew apparently only makes depended-on projects available in the PATH.
2016-02-11Add man to spec fileJiri Konecny
2015-12-02Improve the debian package creation scriptFrank LENORMAND
2015-11-15Add a script to the `contrib` directory to build a Debian packageFrank LENORMAND
2015-08-15Generate normal mode referenceZak Greant
Parse entries out of the cmds array in normal.cc, then generate a sorted list of key bindings as an HTML table.
2015-08-07Implement a Tupfile to build kak with `tup`Frank LENORMAND
2015-06-02Move changelog to bottom of the fileJiří Konečný
Looks better :)
2015-03-28Fedora releases are now automatedJiří Konečný
Dgroc script https://github.com/pypingou/dgroc is now used to create daily builds from GitHub repository. Some changes in spec file was required to use script this script.
2015-03-24Add Fedora support to kakoune projectJiří Konečný
Kakoune is now distributed to Fedora 21/22/rawhide by the copr repository. Add spec file which is used to build kakoune.
2015-03-24Add homebrew head-only recipe to contrib/Jimmy Thrasher