# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-office/passepartout/passepartout-0.6_p1.ebuild,v 1.3 2007/10/05 13:36:01 opfer Exp $ inherit eutils gnome2 flag-o-matic DESCRIPTION="A DTP application for the X Window System" HOMEPAGE="http://www.stacken.kth.se/project/pptout/" IUSE="" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" COMMON_DEPS="=dev-cpp/libxmlpp-1* >=dev-libs/libxml2-2 >=dev-cpp/gtkmm-2.4 >=dev-cpp/libgnomecanvasmm-2.6 >=dev-libs/glib-2 >=dev-libs/libsigc++-2 >=media-libs/freetype-2 virtual/fam" RDEPEND="${COMMON_DEPS} dev-libs/libxslt virtual/ghostscript" DEPEND="${COMMON_DEPS} >=dev-util/pkgconfig-0.9" DOCS="AUTHORS BUGS NEWS README" src_compile() { filter-ldflags -Wl,--as-needed --as-needed gnome2_src_compile }