diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-04-07 17:14:33 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-04-07 17:14:33 +0000 |
commit | f27c750cc37f36e8d8dd981989de1025efed6c63 (patch) | |
tree | f3ad67cf37be900607ced7b1419c237f74a8f1c4 /app-text | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-f27c750cc37f36e8d8dd981989de1025efed6c63.tar.gz gentoo-2-f27c750cc37f36e8d8dd981989de1025efed6c63.tar.bz2 gentoo-2-f27c750cc37f36e8d8dd981989de1025efed6c63.zip |
Add menu entry thanks to Pacho Ramos <pacho@condmat1.ciencias.uniovi.es> in bug 160218
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gv/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gv/gv-3.6.2-r1.ebuild | 21 |
2 files changed, 15 insertions, 12 deletions
diff --git a/app-text/gv/ChangeLog b/app-text/gv/ChangeLog index a462b2b5eaa3..02ab2f3dd6c8 100644 --- a/app-text/gv/ChangeLog +++ b/app-text/gv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gv # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.64 2007/04/07 16:24:10 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.65 2007/04/07 17:14:33 genstef Exp $ + + 07 Apr 2007; Stefan Schweizer <genstef@gentoo.org> gv-3.6.2-r1.ebuild: + Add menu entry thanks to Pacho Ramos <pacho@condmat1.ciencias.uniovi.es> in + bug 160218 07 Apr 2007; Christian Faulhammer <opfer@gentoo.org> gv-3.6.2-r1.ebuild: SRC_URI reverted to mirror://, fixes bug 163183 diff --git a/app-text/gv/gv-3.6.2-r1.ebuild b/app-text/gv/gv-3.6.2-r1.ebuild index f4b31e9ed10e..556aabf91ece 100644 --- a/app-text/gv/gv-3.6.2-r1.ebuild +++ b/app-text/gv/gv-3.6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.6.2-r1.ebuild,v 1.10 2007/04/07 16:24:10 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.6.2-r1.ebuild,v 1.11 2007/04/07 17:14:33 genstef Exp $ inherit eutils @@ -14,16 +14,13 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86" IUSE="" -RDEPEND="|| ( ( - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXmu - x11-libs/libXpm - x11-libs/libXt - ) virtual/x11 - ) +RDEPEND="x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXmu + x11-libs/libXpm + x11-libs/libXt x11-libs/Xaw3d virtual/ghostscript" @@ -53,5 +50,7 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" + doicon src/gv_icon.xbm + make_desktop_entry gv "GhostView" /usr/share/pixmaps/gv_icon.xbm "Application;Graphics;Viewer;" dodoc AUTHORS ChangeLog INSTALL README TODO } |