diff options
author | 2005-03-20 22:01:07 +0000 | |
---|---|---|
committer | 2005-03-20 22:01:07 +0000 | |
commit | 5a1dc874f83a24b63db56f136486fb46c0976b2c (patch) | |
tree | 22ca5b1555e7f4327c03767157e569f1a599098e /net-dialup | |
parent | new ebuild for rosegarden, contributed by Carsten Lohrke <carlo@gentoo.org>. ... (diff) | |
download | gentoo-2-5a1dc874f83a24b63db56f136486fb46c0976b2c.tar.gz gentoo-2-5a1dc874f83a24b63db56f136486fb46c0976b2c.tar.bz2 gentoo-2-5a1dc874f83a24b63db56f136486fb46c0976b2c.zip |
Remove x11 depend, add pkgconfig depend, add domenu for the .desktop file
(Portage version: 1.585-cvs)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/gtk-imonc/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild | 13 |
2 files changed, 13 insertions, 6 deletions
diff --git a/net-dialup/gtk-imonc/ChangeLog b/net-dialup/gtk-imonc/ChangeLog index 5a870bc7d86c..bdb9caee23a5 100644 --- a/net-dialup/gtk-imonc/ChangeLog +++ b/net-dialup/gtk-imonc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/gtk-imonc # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtk-imonc/ChangeLog,v 1.3 2005/03/20 21:16:28 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtk-imonc/ChangeLog,v 1.4 2005/03/20 22:01:07 genstef Exp $ + + 20 Mar 2005; Stefan Schweizer <genstef@gentoo.org> + gtk-imonc-0.6.4.1.ebuild: + Remove x11 depend, add pkgconfig depend, add domenu for the .desktop file 20 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> gtk-imonc-0.6.2.ebuild, gtk-imonc-0.6.3.ebuild, gtk-imonc-0.6.4.1.ebuild: diff --git a/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild b/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild index 8c5945f2825b..adda6d29515b 100644 --- a/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild +++ b/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild,v 1.2 2005/03/20 21:11:47 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtk-imonc/gtk-imonc-0.6.4.1.ebuild,v 1.3 2005/03/20 22:01:07 genstef Exp $ + +inherit eutils DESCRIPTION="A GTK+-2 based imond client for fli4l" SRC_URI="http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/${P}${V}.tar.gz" @@ -11,11 +13,12 @@ SLOT="0" LICENSE="GPL-2" IUSE="" -DEPEND=">=x11-libs/gtk+-2.4.0 - virtual/libc - virtual/x11" +RDEPEND=">=x11-libs/gtk+-2.4.0 + virtual/libc" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12" src_install() { make DESTDIR=${D} install || die "install problem" + domenu gtk-imonc.desktop } - |