summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-08-19build: release v0.82.1.r33.555caa1-1Brian Thompson
2025-08-13build: release v0.82.1.r20.2821102-1Brian Thompson
2025-08-06build: release v0.82.1.r0.a72bc15Brian Thompson
2025-07-31build: release openmohaa-git v0.82.0.r30.6adeca6-1Brian Thompson
2025-07-31build: release openmohaa-git v0.82.0-1Brian Thompson
2025-07-25build: release openmohaa-git v0.82.0.r27.a9b8c44-1Brian Thompson
2025-07-22chore: update package version and Dockerfile base imageBrian Thompson
Update the package version to 0.82.0.r26.c9f13f1 for the latest features and fixes. Change the Dockerfile base image to v1.2.0 for improved stability. Modify the makepkg command to use the -sif flags for better dependency handling. Enhance the pkgver function to dynamically generate the version based on the latest git tag.
2025-07-07build: release v0.81.1.r529.g4e8ddf3Brian Thompson
2025-06-27build: release 0.81.1.r503.gbe43b16Brian Thompson
2025-06-20build: update to 0.81.1.r485.g301625dBrian Thompson
2025-06-06build: update openmohaa-git to r431.g3d1741eBrian Thompson
- Update pkgver to 0.81.1.r431.g3d1741e (was r386.gfa18824) - Add hicolor-icon-theme as a runtime dependency - Improve PKGBUILD formatting with multiline arrays for better readability - Update Dockerfile to include hicolor-icon-theme dependency - Enable makepkg execution with --noconfirm flag in Dockerfile
2025-05-22build: release vr386Brian Thompson
2025-04-10refactor: update CMake build configurationSelf Denial
This commit updates the CMake build configuration to conform to Arch Linux packaging guidelines. - Refactors CMake build configuration using an array format with explicit source and build directories - Adds -DCMAKE_BUILD_TYPE='None' to improve build consistency - Removes !debug option, allowing debug builds by default
2024-12-19Add maintainer commentSelf Denial
2024-12-19Disable `USE_SYSTEM_LIBS` to avoid build complexitySelf Denial
2024-12-14Initial commit for openmohaa-gitSelf Denial