aboutsummaryrefslogtreecommitdiffstats
path: root/community/colord-gtk
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2019-04-01 19:27:00 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-02 17:35:02 +0000
commit5698e9e74f3217e0a58fa9cd8df6fbd48b2869c4 (patch)
tree7efaa66306fb655ba0b1f10ec95b378c40de9d7c /community/colord-gtk
parent0d49054b3121e7d33f2c26331caee4779d85b703 (diff)
downloadaports-5698e9e74f3217e0a58fa9cd8df6fbd48b2869c4.tar.bz2
aports-5698e9e74f3217e0a58fa9cd8df6fbd48b2869c4.tar.xz
community/colord-gtk: fix build error by updating makedepends with lcms2-dev
Diffstat (limited to 'community/colord-gtk')
-rw-r--r--community/colord-gtk/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/colord-gtk/APKBUILD b/community/colord-gtk/APKBUILD
index 5fca22e5ae..c9f92199ed 100644
--- a/community/colord-gtk/APKBUILD
+++ b/community/colord-gtk/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Kevin Daudt <ops@ikke.info>
pkgname=colord-gtk
pkgver=0.1.26
-pkgrel=1
+pkgrel=2
pkgdesc="GTK support library for colord"
url="https://www.freedesktop.org/software/colord/"
arch="all"
license="GPL-3.0"
-makedepends="intltool glib-dev gtk+3.0-dev colord-dev"
+makedepends="intltool glib-dev gtk+3.0-dev colord-dev lcms2-dev"
subpackages="$pkgname-dev"
source="https://www.freedesktop.org/software/colord/releases/colord-gtk-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"