community/lagrange: weird counter in the window corner, can be fixed by switch to Release build
Package Information
- Package name: lagrange
- Package version: 1.17.6-r0
- Alpine version: 3.20.0_alpha20240329
- Alpine architecture: x86_64
Summary
If possible could the package switch to Release build? There is a weird counter or something in the window corner in other type of build. See:
https://github.com/skyjake/lagrange/issues/647
I've build this package locally to check what will happen with such change:
diff --git a/community/lagrange/APKBUILD b/community/lagrange/APKBUILD
index 8fb1760943f..535d4d8a031 100644
--- a/community/lagrange/APKBUILD
+++ b/community/lagrange/APKBUILD
@@ -27,7 +27,7 @@ options="!check" # no test suite
build() {
cmake -B build -G Ninja \
- -DCMAKE_BUILD_TYPE=None \
+ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_POPUP_MENUS=OFF \
-DENABLE_RESIZE_DRAW=OFF \
And this counter is gone. Everything works so far on my machine.