# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.7.0_rc1.ebuild,v 1.1 2009/03/17 01:22:09 omp Exp $ inherit fdo-mime DESCRIPTION="A launcher and desktop association for Microsoft Windows *.URL (text/x-uri) files" HOMEPAGE="https://bugs.launchpad.net/ubuntu/+source/mime-support/+bug/185165/comments/12" SRC_URI="http://launchpadlibrarian.net/20406796/mswinurl_launcher.py" LICENSE="Artistic" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-util/desktop-file-utils" RDEPEND="dev-lang/python" src_unpack() { mkdir "${S}" || die "could not create ${S}" for ech in ${A}; do cp "${DISTDIR}/${ech}" "${S}" || die "could not copy ${ech} to ${S}" done } src_install() { dobin "${PN}.py" insinto "/usr/share/applications" doins "${FILESDIR}/${PN}.desktop" } pkg_postinst() { fdo-mime_desktop_database_update } pkg_postrm() { fdo-mime_desktop_database_update }