# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.82.ebuild,v 1.6 2014/08/10 20:28:33 slyfox Exp $ EAPI="5" inherit eutils fdo-mime gnome2-utils waf-utils DESCRIPTION="Oregano is an application for schematic capture and simulation of electrical circuits" HOMEPAGE="https://github.com/drahnr/oregano" SRC_URI="https://github.com/drahnr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" CDEPEND="dev-libs/libxml2:2 x11-libs/goocanvas:2.0 x11-libs/gtk+:3 x11-libs/gtksourceview:3.0 app-text/rarian" DEPEND="${CDEPEND} virtual/pkgconfig" RDEPEND="${CDEPEND} || ( gnome-base/dconf gnome-base/gconf ) sci-electronics/electronics-menu" src_configure() { waf-utils_src_configure --prefix=${EPREFIX}/usr --destdir=${D} } src_compile() { "${S}/waf" release } pkg_preinst() { gnome2_schemas_savelist } pkg_postinst() { gnome2_schemas_update fdo-mime_desktop_database_update elog "You'll need to emerge your prefered simulation backend" elog "such ngspice or gnucap for simulation to work." elog "As an alternative generate a netlist and use sci-electronics/spice" elog "from the command line for simulation." } pkg_postrm() { gnome2_schemas_update }