You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-misc/kolor-manager/kolor-manager-1.0.2.ebuild

27 lines
565 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit kde4-base
DESCRIPTION="KControl module for Oyranos CMS cross desktop settings"
HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=Kolor-manager"
SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"
DEPEND="
>=media-libs/oyranos-0.9.5
media-libs/libXcm
x11-libs/libX11
x11-libs/libXrandr
"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${P}-cmake-3.patch" )