# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/taxbird-0.13.ebuild,v 1.1 2009/10/12 12:36:57 hanno Exp $ EAPI="2" inherit eutils fdo-mime flag-o-matic DESCRIPTION="Taxbird provides a GUI to submit tax forms to the german digital tax project ELSTER." HOMEPAGE="http://www.taxbird.de/" SRC_URI="http://www.taxbird.de/download/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" DEPEND="dev-libs/libgeier dev-libs/openssl >=gnome-extra/gtkhtml-3.8 gnome-base/libgnomeui sys-devel/gettext >=dev-scheme/guile-1.8.0[deprecated,discouraged,regex]" append-ldflags -Wl,-z,noexecstack src_install() { dodoc README* || die "dodoc failed" einstall || die "Installation failed!" # clean out the installed mime files, those get recreated in the pkg_postinst function einfo "Deleting mime files in ${D}/usr/share/mime" rm -f "${D}"/usr/share/mime/{aliases,generic-icons,globs,globs2,icons,magic,mime.cache,subclasses,treemagic,types,XMLnamespaces} } pkg_postinst() { fdo-mime_mime_database_update fdo-mime_desktop_database_update }