diff options
Diffstat (limited to 'media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild')
-rw-r--r-- | media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild index 7127901efdc7..78a11aba2e87 100644 --- a/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild +++ b/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild @@ -1,20 +1,21 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild,v 1.13 2007/01/07 14:28:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-alsamixer/gnome-alsamixer-0.9.6.ebuild,v 1.14 2007/03/24 16:27:58 drac Exp $ inherit eutils fdo-mime -IUSE="" -DESCRIPTION="Gnome 2 based ALSA Mixer" -HOMEPAGE="http://www.paw.co.za/projects/gnome-alsamixer" +DESCRIPTION="Gnome based ALSA Mixer" +HOMEPAGE="http://www.paw.za.org/projects/gnome-alsamixer" SRC_URI="ftp://ftp.paw.co.za/pub/PAW/sources/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc amd64" +IUSE="" + RDEPEND=">=media-libs/alsa-lib-0.9.0_rc1 - >=x11-libs/gtk+-2.0.6 + >=x11-libs/gtk+-2 >=gnome-base/libgnomeui-2.0.5" - DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/desktop-file-utils" @@ -26,7 +27,7 @@ src_unpack() { } src_install() { - make DESTDIR=${D} install || die + emake DESTDIR=${D} install || die make_desktop_entry gnome-alsamixer "Gnome Alsa Mixer"\ /usr/share/pixmaps/${PN}/${PN}-icon.png |