# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/assogiate/assogiate-0.2.1.ebuild,v 1.8 2012/05/05 06:25:16 jdhore Exp $ EAPI="4" GCONF_DEBUG="yes" inherit gnome2 eutils DESCRIPTION="assoGiate is an editor of the file types database for GNOME" HOMEPAGE="http://www.kdau.com/projects/assogiate" SRC_URI="http://www.kdau.com/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 sparc x86" IUSE="" RDEPEND=">=dev-libs/glib-2.8:2 >=dev-cpp/glibmm-2.8:2 >=dev-cpp/gtkmm-2.8:2.4 >=dev-cpp/libxmlpp-2.14 >=dev-cpp/gnome-vfsmm-2.6" DEPEND="${RDEPEND} app-text/gnome-doc-utils virtual/pkgconfig dev-util/intltool" DOCS="AUTHORS ChangeLog NEWS README TODO" src_prepare() { gnome2_src_prepare # Fix desktop file epatch "${FILESDIR}/${P}-desktop.patch" # Fix compilation, bug #374911 epatch "${FILESDIR}/${P}-typedialog.patch" }