summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2023-05-30upgpkg: ots 9.1.0-1Caleb Maclennan
upstream release
2023-02-15Make sure the chosen C++ compiler works in C++14 mode, needed by googletestAdrian Perez de Castro
2022-09-15upgpkg: ots 9.0.0-1Caleb Maclennan
upstream release
2022-09-06upgpkg: ots 8.2.2-1Caleb Maclennan
upstream release
2022-01-05upgpkg: ots 8.2.1-1Caleb Maclennan
upstream release
2021-12-28upgpkg: ots 8.2.0-1Caleb Maclennan
upstream release
2021-03-09upgpkg: ots 8.1.4-1Caleb Maclennan
upstream release
2021-01-13upgpkg: ots 8.1.3-1Caleb Maclennan
upstream release
2020-12-20upgpkg: ots 8.1.2-1Caleb Maclennan
upstream release
2020-12-02upgpkg: ots 8.1.1-1Caleb Maclennan
upstream release
2020-11-11Bump to version 8.1.0Adrian Perez de Castro
Also enable running the tests at build time with a small patch to make Meson use the system-installed gtest library instead of letting it try to download it.
2020-05-13Cleanup packaging per Arch guidelines (and some prefs)Caleb Maclennan
* Drop conflicts line, Arch guidelines explicitly say not to mark these both ways and that VCS packages should have the conflict for the stable release packages, not the other way around. * Don't nuke the build dir, allows rebuilds. Using `makepkg -C` already handles the details of doing a clean build (as does `makechrootpkg`). When not using those options it's actually quite useful to be able to run rebuilds to check that nothing changed but take advantage of the build system's cache. * Depend on freetype's provided soname. This is controversial in Arch circles especially as most projects don't increment their SO version numbers sanely. Most Arch packages do not provide soname information. A handfull do, and freetype is one that does. This won't affect AUR builders very much, but I host this package in a precompiled repository and this dependency automatically version-locks this package to the matching version of Freetype2. It doesn't need recompiling for most Freetype2 updates, but if the soname version changes then it does. This accomplishes that in a way that the regular package dependency does not. * Don't use verbose bash shell variable syntax. This is definitely not an Arch guideline as they only require valid bash syntax and quoting anything that does (or may) have spaces, but not using the braces except when needed to disambiguate a variable or add flags is how the `shellharden` utility outputs code. It's really convenient to be able to run PKGBUILD files though it and let it rewrite anything that needs fixing, so I tend to standardize on it's preferences even over my own.
2020-05-13Bump to version 8.0.0Adrian Perez de Castro
Update to version 8.0.0, update "no-test.patch", and drop the "-Dvariations=true” option (no longer supported).
2019-05-19Bump to version 7.1.9Adrian Perez de Castro
2018-03-05Initial importAdrian Perez de Castro