diff options
author | 2013-03-29 20:46:58 +0000 | |
---|---|---|
committer | 2013-03-29 20:46:58 +0000 | |
commit | ff6723f3cba4c04e0bd2c89d3ec988c434470e5d (patch) | |
tree | 939c93c53fda38de92fd87b39a4c14726f77eedc /media-sound/gmpc/gmpc-11.8.16.ebuild | |
parent | Version bump. Ebuild by Arfrever. (diff) | |
download | historical-ff6723f3cba4c04e0bd2c89d3ec988c434470e5d.tar.gz historical-ff6723f3cba4c04e0bd2c89d3ec988c434470e5d.tar.bz2 historical-ff6723f3cba4c04e0bd2c89d3ec988c434470e5d.zip |
Fix underlinking, convert to vala eclass
Package-Manager: portage-2.2.0_alpha170/cvs/Linux x86_64
Manifest-Sign-Key: 0x84F20B43
Diffstat (limited to 'media-sound/gmpc/gmpc-11.8.16.ebuild')
-rw-r--r-- | media-sound/gmpc/gmpc-11.8.16.ebuild | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/media-sound/gmpc/gmpc-11.8.16.ebuild b/media-sound/gmpc/gmpc-11.8.16.ebuild index b91a7725c747..9e00a3020558 100644 --- a/media-sound/gmpc/gmpc-11.8.16.ebuild +++ b/media-sound/gmpc/gmpc-11.8.16.ebuild @@ -1,9 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-11.8.16.ebuild,v 1.8 2012/05/27 07:51:26 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-11.8.16.ebuild,v 1.9 2013/03/29 20:46:57 angelos Exp $ EAPI=4 -inherit gnome2-utils +VALA_MIN_API_VERSION=0.12 + +inherit autotools eutils gnome2-utils vala DESCRIPTION="A GTK+2 client for the Music Player Daemon" HOMEPAGE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client" @@ -25,7 +27,7 @@ RDEPEND="dev-db/sqlite:3 unique? ( dev-libs/libunique:1 ) xspf? ( >=media-libs/libxspf-1.2 )" DEPEND="${RDEPEND} - dev-lang/vala:0.12 + $(vala_depend) >=dev-util/gob-2.0.17 virtual/pkgconfig nls? ( dev-util/intltool @@ -33,8 +35,13 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS README ) +src_prepare() { + epatch "${FILESDIR}"/${P}-underlinking.patch + eautoreconf + vala_src_prepare +} + src_configure() { - VALAC=$(type -p valac-0.12) \ econf \ --disable-static \ --disable-libspiff \ |