# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=1 inherit cmake-utils fdo-mime RESTRICT="mirror" DESCRIPTION="This program is a gtk+ based frontend for various offline dictionaries" HOMEPAGE="http://developer.berlios.de/projects/gydpdict/" SRC_URI="mirror://berlios/gydpdict/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+debug" RDEPEND=" >=dev-libs/glib-2.16 >=x11-libs/gtk+-2.12" DEPEND="${RDEPEND} dev-util/cmake" # cmake-utils variables DOCS="AUTHORS NEWS" pkg_postinst() { fdo-mime_desktop_database_update } pkg_postrm() { fdo-mime_desktop_database_update }