summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2022-04-07qpwgraph: set CMAKE_BUILD_TYPE=NoneJonas Witschel
Upstream currently does not set a default build type, so this change is not functionally necessary. However the current CMake package guidlines recommend always setting CMAKE_BUILD_TYPE to be on the safe side, e.g. if upstream later decides to set a default build type.
2022-04-07qpwgraph: depend on qt6-svgJonas Witschel
The program uses an SVG application and tray icon which can only be displayed correctly if qt6-svg is installed at runtime. Also use cmake instead of make everywhere to keep closer to the template in the current CMake package guidelines.
2022-04-06upstream releaseJonas Witschel
2022-03-19upstream release, enable debug symbolsJonas Witschel
2022-03-12newpkg: qpwgraph (PipeWire Graph Qt GUI Interface)Jonas Witschel