diff options
author | 2011-12-11 18:52:41 +0000 | |
---|---|---|
committer | 2011-12-11 18:52:41 +0000 | |
commit | aa3564c24799d7ef9148aa35aa2294090c7d0672 (patch) | |
tree | 564f76c48c05f07f04c01e801b11d91042e6830f /kde-base/system-config-printer-kde/system-config-printer-kde-4.7.4.ebuild | |
parent | Add 3.0 documentation (diff) | |
download | gentoo-2-aa3564c24799d7ef9148aa35aa2294090c7d0672.tar.gz gentoo-2-aa3564c24799d7ef9148aa35aa2294090c7d0672.tar.bz2 gentoo-2-aa3564c24799d7ef9148aa35aa2294090c7d0672.zip |
[kde-base] Add long waiting KDE SC 4.7.4
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/system-config-printer-kde/system-config-printer-kde-4.7.4.ebuild')
-rw-r--r-- | kde-base/system-config-printer-kde/system-config-printer-kde-4.7.4.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/kde-base/system-config-printer-kde/system-config-printer-kde-4.7.4.ebuild b/kde-base/system-config-printer-kde/system-config-printer-kde-4.7.4.ebuild new file mode 100644 index 000000000000..3d3bef81a5f8 --- /dev/null +++ b/kde-base/system-config-printer-kde/system-config-printer-kde-4.7.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/system-config-printer-kde/system-config-printer-kde-4.7.4.ebuild,v 1.1 2011/12/11 18:52:29 alexxy Exp $ + +EAPI=4 + +KMNAME="kdeadmin" +PYTHON_DEPEND="2" +inherit python kde4-meta + +DESCRIPTION="KDE port of Red Hat's Gnome system-config-printer" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=app-admin/system-config-printer-common-1.2.2 + >=dev-python/pycups-1.9.49 + $(add_kdebase_dep pykde4) +" +RDEPEND="${DEPEND} + net-print/cups[dbus] +" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup + kde4-meta_pkg_setup +} + +src_install() { + kde4-meta_src_install + python_convert_shebangs -q -r $(python_get_version) "${ED}" +} + +pkg_postrm() { + python_mod_cleanup "${PREFIX}share/apps/${PN}" +} |