diff options
Diffstat (limited to 'kde-base/system-config-printer-kde/system-config-printer-kde-4.4.5.ebuild')
-rw-r--r-- | kde-base/system-config-printer-kde/system-config-printer-kde-4.4.5.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-base/system-config-printer-kde/system-config-printer-kde-4.4.5.ebuild b/kde-base/system-config-printer-kde/system-config-printer-kde-4.4.5.ebuild new file mode 100644 index 000000000000..682b9ccf834b --- /dev/null +++ b/kde-base/system-config-printer-kde/system-config-printer-kde-4.4.5.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2010 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.4.5.ebuild,v 1.1 2010/06/30 15:36:55 alexxy Exp $ + +EAPI="3" + +KMNAME="kdeadmin" +PYTHON_DEPEND="2" +inherit python kde4-meta + +DESCRIPTION="KDE port of Red Hat's Gnome system-config-printer" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~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() { + kde4-meta_pkg_setup + python_set_active_version 2 +} + +src_install() { + kde4-meta_src_install + python_convert_shebangs -q -r $(python_get_version) "${ED}" +} + +pkg_postrm() { + python_mod_cleanup "${PREFIX}share/apps/${PN}" +} |