# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.2.ebuild,v 1.4 2007/02/03 18:31:11 nichoj Exp $ inherit xfce44 python xfce44 xfce44_core_package DESCRIPTION="Extra library" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="debug doc hal libnotify python" RDEPEND=">=dev-lang/perl-5.6 dev-perl/URI >=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6 >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION} >=xfce-base/xfce-mcs-manager-${XFCE_MASTER_VERSION} >=xfce-base/xfce-mcs-plugins-${XFCE_MASTER_VERSION} libnotify? ( x11-libs/libnotify ) hal? ( sys-apps/hal ) python? ( dev-python/pygtk )" DEPEND="${RDEPEND} dev-util/pkgconfig doc? ( dev-util/gtk-doc ) dev-util/intltool" XFCE_CONFIG="${XFCE_CONFIG} $(use_enable python) \ $(use_enable libnotify notifications) \ $(use_enable hal) --enable-mcs-plugin" DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" # See bug #164780 for reference src_install() { xfce44_src_install rm -f "${D}"/usr/lib*/python*/site-packages/pyexo.py[co] rm -f "${D}"/usr/lib*/python*/site-packages/${PN}-0.3/${PN}/__init__.py[co] } pkg_postinst() { xfce44_pkg_postinst python_mod_optimize "${ROOT}"/usr/lib*/python*/site-packages } pkg_postrm() { xfce44_pkg_postrm python_mod_cleanup "${ROOT}"/usr/lib*/python*/site-packages }