| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add app data file | Benson Muite | 2024-01-04 | 1 | -0/+4 |
| | | |||||
| * | new location macos 11 homebrew qt | quietok(david) | 2021-09-13 | 1 | -1/+1 |
| | | |||||
| * | Fix building on macOS/arm64 | linear | 2021-09-05 | 1 | -1/+6 |
| | | | | | | | | | Homebrew installs to a different directory on macOS/arm64. this adds checks in the Makefile and in kristall.pro, and sets the correct paths to Homebrew depending on whether the build is targeting arm64 or not. | ||||
| * | cleanup mime entry during uninstall | Thomas Groman | 2021-05-08 | 1 | -1/+3 |
| | | | | | Signed-off-by: Thomas Groman <tgroman@nuegia.net> | ||||
| * | Default install to user prefix | Thomas Groman | 2021-05-08 | 1 | -2/+2 |
| | | | | | Signed-off-by: Thomas Groman <tgroman@nuegia.net> | ||||
| * | fix varible conflict in make install MANPATH conflicts with system ↵ | Thomas Groman | 2021-05-08 | 1 | -2/+2 |
| | | | | | | | environment varible so we rename it to MANPATH2 Signed-off-by: Thomas Groman <tgroman@nuegia.net> | ||||
| * | Makefile: quote QMAKE_CONFIG variable to prevent word splitting | Karol Kosek | 2021-03-09 | 1 | -1/+1 |
| | | |||||
| * | Removes built manpage on clean | Carlos Henrique Lima Melara | 2021-03-04 | 1 | -0/+1 |
| | | |||||
| * | Adds missing mkdir. | Felix (xq) Queißner | 2021-03-03 | 1 | -0/+1 |
| | | |||||
| * | Makefile: Change manpath to include PREFIX | Michael Skec | 2021-03-02 | 1 | -2/+2 |
| | | | | | | Co-authored-by: Karol Kosek <krkk@krkk.ct8.pl> Signed-off-by: Mike Skec <skec@protonmail.ch> | ||||
| * | Makefile: add man page to install/uninstall targets | Mike Skec | 2021-03-02 | 1 | -1/+11 |
| | | | | | Currently we install the man page by default to /usr/share/man/man1/kristall.1. This should be fine - we allow users to specify the MANPATH variable on command line if they wish to install somewhere else. We could make it more complicated by using /usr/share/man:/usr/lib/jvm/default/man command to determine install location, but unless this becomes an issue, I don't think we'd need to use that | ||||
| * | Makefile: remove MAKEFLAGS parameter from sub-make calls | Karol Kosek | 2021-02-23 | 1 | -1/+1 |
| | | | | | | | | | | This broke running make with flags like -k or -s set, because make apparently removes hyphens from those flags, making it to think that we want to run a not existing target. Also, flags are stored in env, so child processes know which flags are in use and we don't have to provide them again. | ||||
| * | Allow to use external cmark | Karol Kosek | 2021-01-04 | 1 | -2/+1 |
| | | |||||
| * | Add text/{gemini,x-kristall} mime types during installation | Karol Kosek | 2020-12-24 | 1 | -0/+2 |
| | | | | | | Allows Kristall to distinguish gemini document and its theme files from plain text file on a disk by a file extension. | ||||
| * | Makefile: make build/kristall .PHONY (else rebuild won't trigger) | nixo | 2020-11-01 | 1 | -0/+1 |
| | | | | | https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html | ||||
| * | Correct `mkdir` command name | Haz | 2020-08-13 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:MasterQ32/kristall | Felix (xq) Queißner | 2020-07-20 | 1 | -1/+13 |
| |\ | |||||
| | * | Fix dangling semi-colon | Jagger De Leo | 2020-07-06 | 1 | -2/+2 |
| | | | |||||
| | * | Add Homebrew lib and include paths to build script | Jagger De Leo | 2020-07-06 | 1 | -1/+7 |
| | | | | | | | | | Add macOS app icon | ||||
| | * | Added information to Makefile and BUILDING.md on how to build for Fedora 32, ↵ | Erik Beck | 2020-07-01 | 1 | -2/+7 |
| | | | | | | | | | per request of repository owner | ||||
| | * | Set a Variable QMAKE in the makefile to direct build on Fedora 32, where ↵ | Erik Beck | 2020-07-01 | 1 | -1/+2 |
| | | | | | | | | | 'qmake' doesn't exist, but qmake-qt5 (and qmake-qt4) does. | ||||
| * | | Reincludes makedir in makefile. | Felix (xq) Queißner | 2020-07-20 | 1 | -2/+12 |
| |/ | |||||
| * | Pass -D flag to install instead of mkdir -p | Isaac Freund | 2020-07-01 | 1 | -9/+2 |
| | | | | | | | | This causes install to create directories in the install path if they do not already exist. mkdir -p doesn't work here if prefix directories don't exist yet. | ||||
| * | Paves road for new favourite system: Refactors the favourites into tree ↵ | Felix (xq) Queißner | 2020-06-29 | 1 | -1/+0 |
| | | | | | structure instead of flat list. | ||||
| * | Fixes #24, thanks @paolomi | Felix (xq) Queißner | 2020-06-28 | 1 | -0/+7 |
| | | |||||
| * | Continues to improve Makefile. Thanks styan | Felix (xq) Queißner | 2020-06-21 | 1 | -4/+4 |
| | | |||||
| * | adds sourcefiles as dependency to build task | James Tomasino | 2020-06-12 | 1 | -1/+1 |
| | | | | | | | | Monitoring the modified state of source files for the build task means that simply running 'make' will detect if a rebuild is actually needed or not. Currently if the build file exists make is not run again. A clean must be run first, then make. This is an improvement on that. | ||||
| * | overhaul of Makefile for clean install with desktop file and icons | James Tomasino | 2020-06-11 | 1 | -5/+30 |
| | | |||||
| * | Adds first draft of client certificate management. | Felix (xq) Queißner | 2020-06-11 | 1 | -1/+1 |
| | | |||||
| * | Adds install target to makefile, adds support for transient client certificates. | Felix (xq) Queißner | 2020-06-10 | 1 | -5/+12 |
| | | |||||
| * | Starts to implement gopher protocol and gophermap support. Heavily WIP, but ↵ | Felix (xq) Queißner | 2020-06-08 | 1 | -8/+7 |
| | | | | | you can already surf on gopherspace! | ||||
| * | Adds build helper. | Felix (xq) Queißner | 2020-06-07 | 1 | -0/+13 |
