# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" PYTHON_COMPAT=( python{2_6,2_7} ) PYTHON_REQ_USE="xml" inherit autotools eutils gnome2 multilib pax-utils python-single-r1 DESCRIPTION="Control center for cinnamon desktop" HOMEPAGE="http://cinnamon.linuxmint.com/" MY_PV="${PV/_p/-UP}" MY_P="${PN}-${MY_PV}" SRC_URI="https://github.com/linuxmint/cinnamon-control-center/tarball/${MY_PV} -> ${MY_P}.tar.gz" LICENSE="GPL-2+" SLOT="0" IUSE="" KEYWORDS="~amd64 ~x86" COMMON_DEPEND="${PYTHON_DEPS}" DEPEND="${COMMON_DEPEND} >=gnome-extra/cinnamon-1.8.0" RDEPEND=">=gnome-extra/cinnamon-1.8.0" S="${WORKDIR}/linuxmint-cinnamon-control-center-2249c94" pkg_setup() { python-single-r1_pkg_setup } src_prepare() { eautoreconf gnome2_src_prepare } src_configure() { gnome2_src_configure } src_install() { gnome2_src_install } pkg_postinst() { gnome2_pkg_postinst }