aboutsummaryrefslogtreecommitdiff
blob: 0298101fa2b3477656442957ec7d5d092f7f5fe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

KDE_SCM="git"
KDE_LINGUAS="cs da de et hu km nl pl pt pt_BR sk sv uk"
inherit kde4-base

DESCRIPTION="A tool for managing print jobs and printers"
HOMEPAGE="https://projects.kde.org/projects/playground/base/print-manager"
[[ "${PV}" != "9999" ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
SRC_URI+=" http://dev.gentoo.org/~dilfridge/distfiles/${P}-cups16.patch.bz2"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"

RDEPEND="
	>=net-print/cups-1.6.0[dbus]
"
DEPEND="${RDEPEND}"

PATCHES=( "${WORKDIR}/${P}-cups16.patch" )

src_configure() {
	mycmakeargs=( -DCUPS_1_6=ON )
	kde4-base_src_configure
}