summaryrefslogtreecommitdiff
path: root/kde-base/print-manager/print-manager-9999.ebuild
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-20 14:27:29 +0200
committerJohannes Huber <johu@gentoo.org>2012-09-20 14:52:08 +0200
commit486799cd6088364bae695177b4031d8e73bdd7b1 (patch)
tree9e30c6ebc9e6877a07cbdc0f87731b4f1797cf4d /kde-base/print-manager/print-manager-9999.ebuild
parent88e400f0f192a13fcf44547cf65143ad617ba314 (diff)
downloadkde-486799cd6088364bae695177b4031d8e73bdd7b1.tar.gz
kde-486799cd6088364bae695177b4031d8e73bdd7b1.tar.bz2
kde-486799cd6088364bae695177b4031d8e73bdd7b1.zip
[kde-base/print-manager] New package. Moved from kde-misc. Will be part of KDE SC 4.10.
(Portage version: 2.2.0_alpha129/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'kde-base/print-manager/print-manager-9999.ebuild')
-rw-r--r--kde-base/print-manager/print-manager-9999.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-base/print-manager/print-manager-9999.ebuild b/kde-base/print-manager/print-manager-9999.ebuild
new file mode 100644
index 00000000000..0d443cb1f79
--- /dev/null
+++ b/kde-base/print-manager/print-manager-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit kde4-base
+
+DESCRIPTION="Manage print jobs and printers in KDE"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="
+ >=net-print/cups-1.6.0[dbus]
+"
+RDEPEND="${DEPEND}
+ !kde-misc/print-manager
+"
+
+src_configure() {
+ mycmakeargs=( -DCUPS_1_6=ON )
+ kde4-base_src_configure
+}