aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gradio
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-02-20 18:36:56 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-02-21 18:12:22 +0100
commit539c11eaf78c3222296d07f8ef36572563ffd918 (patch)
tree816d69eeeb73df651583816e5ea03f2477020d4b /testing/gradio
parentc7a1f20490e2882233bfdfa682040d3cb0ffd967 (diff)
downloadaports-539c11eaf78c3222296d07f8ef36572563ffd918.tar.bz2
aports-539c11eaf78c3222296d07f8ef36572563ffd918.tar.xz
testing/*: make CMake and meson respect our C{,PP,XX}FLAGS
See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
Diffstat (limited to 'testing/gradio')
-rw-r--r--testing/gradio/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gradio/APKBUILD b/testing/gradio/APKBUILD
index a532997621..51ea85a7b0 100644
--- a/testing/gradio/APKBUILD
+++ b/testing/gradio/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Daniele Debernardi <drebrez@gmail.com>
pkgname=gradio
pkgver=7.3
-pkgrel=1
+pkgrel=2
pkgdesc="A GTK3 app for finding and listening to internet radio stations"
url="https://github.com/haecker-felix/Gradio"
arch="all !armhf" # gst-plugins-good missing, which depends on qt5-declarative
@@ -18,7 +18,7 @@ build() {
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
- --buildtype=debugoptimized \
+ --buildtype=plain \
. output
ninja -C output
}