aboutsummaryrefslogtreecommitdiffstats
path: root/community/colord-gtk/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-02 16:07:02 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-03 07:52:28 -0300
commitb5f8ece2e2ec2b90bd37ce1972932a2592cef85d (patch)
treeba48db1aed717196c3f9a0632703d67a86e38cdf /community/colord-gtk/APKBUILD
parente0c690d5e38a10e8c98c9584cf6b2e207ddba5a9 (diff)
community/*: add --buildtype=plain to meson packages which don't specify a buildtype
Diffstat (limited to 'community/colord-gtk/APKBUILD')
-rw-r--r--community/colord-gtk/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/colord-gtk/APKBUILD b/community/colord-gtk/APKBUILD
index d099cdee911..1dd3eee8658 100644
--- a/community/colord-gtk/APKBUILD
+++ b/community/colord-gtk/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Kevin Daudt <ops@ikke.info>
pkgname=colord-gtk
pkgver=0.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="GTK support library for colord"
options="!check" # Requires bus session
url="https://www.freedesktop.org/software/colord/"
@@ -16,6 +16,7 @@ source="https://www.freedesktop.org/software/colord/releases/colord-gtk-$pkgver.
build() {
meson \
--prefix=/usr \
+ --buildtype=plain \
-Dgtk2=false \
-Dvapi=true \
-Dtests=true \