diff options
author | 2011-02-05 16:34:01 +0000 | |
---|---|---|
committer | 2011-02-05 16:34:01 +0000 | |
commit | 7f572daa33eda2f0a2180c5a432e47189c4e83d9 (patch) | |
tree | 6fbe7237e596a03433ed43d568fc9f6496548ef5 /net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild | |
parent | x86 stable wrt bug #353264 (diff) | |
download | gentoo-2-7f572daa33eda2f0a2180c5a432e47189c4e83d9.tar.gz gentoo-2-7f572daa33eda2f0a2180c5a432e47189c4e83d9.tar.bz2 gentoo-2-7f572daa33eda2f0a2180c5a432e47189c4e83d9.zip |
Fix building with x11-libs/libnotify >= 0.7.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild')
-rw-r--r-- | net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild index 0a3726cd10a3..c11bc802e617 100644 --- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild +++ b/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild,v 1.1 2010/12/12 02:27:39 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild,v 1.2 2011/02/05 16:34:01 ssuominen Exp $ EAPI=3 +inherit eutils DESCRIPTION="Desktop notification and configuration for dhcpcd" HOMEPAGE="http://roy.marples.name/projects/dhcpcd-ui/" @@ -17,6 +18,10 @@ DEPEND="net-libs/dhcpcd-dbus >=x11-libs/libnotify-0.4.4 x11-libs/gtk+:2" +src_prepare() { + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch +} + src_install() { emake DESTDIR="${D}" install || die } |