Date: Tuesday, January 24, 2023 @ 08:21:35
  Author: arojas
Revision: 1388030

upgpkg: strawberry 1.0.14-2: Disable debug output (FS#77252)

Modified:
  strawberry/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-24 07:37:46 UTC (rev 1388029)
+++ PKGBUILD    2023-01-24 08:21:35 UTC (rev 1388030)
@@ -3,7 +3,7 @@
 
 pkgname=strawberry
 pkgver=1.0.14
-pkgrel=1
+pkgrel=2
 pkgdesc='A music player aimed at audio enthusiasts and music collectors'
 arch=(x86_64)
 url='https://www.strawbs.org/'
@@ -19,7 +19,8 @@
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_WITH_QT6=ON
+    -DBUILD_WITH_QT6=ON \
+    -DCMAKE_CXX_FLAGS="$CXXFLAGS -DQT_NO_DEBUG_OUTPUT"
   cmake --build build
 }
 

Reply via email to