summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-11-23Use SPDX license identifiers.Joan Bruguera Micó
The license is not crystal clear but mostly implied LGPL3+.
2025-11-22Somehow removed gperf from makedependsJoan Bruguera Micó
2025-11-18Unbreak package.Joan Bruguera Micó
2025-11-18Update .SRCINFO.Joan Bruguera Micó
2025-11-18Make gperf a makedepJoan Bruguera Micó
2025-10-19Fix build with gperf 3.3.xJoan Bruguera Micó
2025-09-24Fix use of --no-as-needed in LDFLAGSJoan Bruguera Micó
Previously --no-as-needed was appended to LDFLAGS assuming the last argument was a -Wl,... and that it was OK to extend it. This is a bit sketchy and now it seems to have broken the build (probably due to some side change in Arch/makepkg/make/ld/...). Append an entire `-Wl,--no-as-needed` to fix the build.
2025-02-01Fix build with Python 3.13Joan Bruguera Micó
2023-03-06Remove i686 arch (due to being untested)Joan Bruguera
2022-09-25Backport python2->3 conversions and remove python2 from makedependsJoan Bruguera
2020-10-07Follow shellcheck SC2236 recommendation - no pkgrel build.Joan Bruguera
2019-12-10Upgrade tracking to the latest version. Additionally, change BSC package ↵Joan Bruguera
versioning numbers, in order to include the year in the pkgver. This is to deal with the fact that multiple, different tallbars are routinely released for the same version number. Up until now, this was handled by bumping pkgrel, but this is not the correct way to handle this, since it's not just a rebuild, but just the upstream code changed.
2019-06-27OmpSs 19.06 upgrade.Joan Bruguera
2019-04-30Make python2 dependency makedepends only, as no python script is installed.Joan Bruguera
2019-04-01Add patches to build on GCC8.Joan Bruguera
2019-03-31Fix _Float128 problems when including standard C math headers.Joan Bruguera
2019-03-30Fix build-gperf files.Joan Bruguera
2019-03-30Remove unnedded git dependency for our distribution.Joan Bruguera
2019-03-30Initial version.Joan Bruguera