aboutsummaryrefslogtreecommitdiff
path: root/community/kgamma5
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-02-20 18:36:20 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-02-21 18:12:22 +0100
commitc7a1f20490e2882233bfdfa682040d3cb0ffd967 (patch)
treea2b7e4154d67dc0ad64867ff7507b2883604688b /community/kgamma5
parent20b13d17d07ee2958a377d95f3ad14826ff9ddf9 (diff)
downloadalpine_aports-c7a1f20490e2882233bfdfa682040d3cb0ffd967.tar.bz2
alpine_aports-c7a1f20490e2882233bfdfa682040d3cb0ffd967.tar.xz
alpine_aports-c7a1f20490e2882233bfdfa682040d3cb0ffd967.zip
community/*: 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 'community/kgamma5')
-rw-r--r--community/kgamma5/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kgamma5/APKBUILD b/community/kgamma5/APKBUILD
index 8cd1b2ce5c..28f72549e7 100644
--- a/community/kgamma5/APKBUILD
+++ b/community/kgamma5/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Bart Ribbers <bribbers@disroot.org> 2# Maintainer: Bart Ribbers <bribbers@disroot.org>
3pkgname=kgamma5 3pkgname=kgamma5
4pkgver=5.18.1 4pkgver=5.18.1
5pkgrel=0 5pkgrel=1
6pkgdesc="Adjust your monitor's gamma settings" 6pkgdesc="Adjust your monitor's gamma settings"
7arch="all !armhf" # armhf blocked by extra-cmake-modules 7arch="all !armhf" # armhf blocked by extra-cmake-modules
8url="https://www.kde.org/workspaces/plasmadesktop/" 8url="https://www.kde.org/workspaces/plasmadesktop/"
@@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-lang"
13 13
14build() { 14build() {
15 cmake -B "$builddir"/build \ 15 cmake -B "$builddir"/build \
16 -DCMAKE_BUILD_TYPE=RelWithDebInfo \ 16 -DCMAKE_BUILD_TYPE=None \
17 -DCMAKE_INSTALL_PREFIX=/usr \ 17 -DCMAKE_INSTALL_PREFIX=/usr \
18 -DCMAKE_INSTALL_LIBDIR=lib 18 -DCMAKE_INSTALL_LIBDIR=lib
19 make -C build 19 make -C build