summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-10-11Fix Let makepkg use reccomended stable '-O2' CXX_FLAG for optimization levelMallchad
NOTE: It was noted on the packaging guidelines for CMake based packages that sometimes upstream can set specific flags only to be defined for certain build types, like release for example. So caution should be exercised by using the reccomended '-DCMAKE_BUILD_TYPE=none' option.
2021-10-10Bump 'pkgver' and 'pkgrel' being paranoid over libboost upgrade requiredMallchad
2021-10-10Updated url to match new upstreamMallchad
2021-09-23Replaced patch with more robust cmake cache variable as suggested by verriMallchad
This should be less prone to failiure and is just generally cleaner Co-authored-by: Filipe Verri <filipeverri@gmail.com>
2021-09-23Update '.SRCINFO' valuesMallchad
Generated with makepkg '--printsrc-info > .SRCINFO'
2021-09-23Patch 'CMakeLists.txt' to statically link the whole binaryMallchad
This was how it was before it recently got changed and was reported as broken by an AUR comment (found incidentally by me too). The issue was simply not being able to find 'libstandardese.so' and 'libcppast.so' when running the executable. The change seems to somewhat of an issue upstream and is largely redundant and I specutlate might not be worth the effort until the situation is improved upstream. As far as I can tell, there is few if any projects that use the 'libstandardese.so', and if they do, they should need the headers anyway, which isn't provided by the 'make install', and it might be out of the scope of the PKGBUILD to do such a thing unless there is a good reason for it, considering any user would need to go upstream to get their headers until then even if it were attempted to be fixed. Also 'libcppast.so' is required but its a niche project and really has no reason yet to be a shared library. Considering the above it makes sense to just link it together. Bumped the 'pkgrel' to indicate this change that should be a fix
2021-09-23Remove 'spdlog-git' from conflicts, no such conflicting files are ever installedMallchad
2021-09-23Mark 'cmark' as a build-only makedependsMallchad
'cmark' does not appear to ever be used or needed after building, so leaving it as a runtime dependency doesn't really make sense. Bump 'pkgrel' and 'pkgver' to mark potentially breaking changes
2020-07-06updating srcinfoCarlos van Rooijen
2020-07-06adding llvm to dependenciesCarlos van Rooijen
2017-01-04Bump version.Filipe Verri
2017-01-03Bump version.Filipe Verri
2016-12-27Yet more fixes on file locations.Filipe Verri
2016-12-27Fixed build failure due to existing folder.Filipe Verri
2016-12-27Set path to Index.h file.Filipe Verri
2016-12-06Bump version.Filipe Verri
2016-11-29Fixes on dependencies and standard directories.Filipe Verri
2016-11-29Package created.Filipe Verri