diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-08-02 22:45:43 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-08-02 22:45:43 +0000 |
commit | ee56bbac051062a8a8d5d991e7409060ebf57571 (patch) | |
tree | 88ecb39607679134dfd7d531e0f6963b90af2a90 /net-irc | |
parent | Version bump. (diff) | |
download | gentoo-2-ee56bbac051062a8a8d5d991e7409060ebf57571.tar.gz gentoo-2-ee56bbac051062a8a8d5d991e7409060ebf57571.tar.bz2 gentoo-2-ee56bbac051062a8a8d5d991e7409060ebf57571.zip |
Install .desktop file into the right place.
(Portage version: 2.1.1_pre4-r1)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/loqui/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/loqui/loqui-0.4.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/loqui/ChangeLog b/net-irc/loqui/ChangeLog index 4d6876003100..76465d60d0ce 100644 --- a/net-irc/loqui/ChangeLog +++ b/net-irc/loqui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/loqui # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/ChangeLog,v 1.34 2006/08/01 22:10:02 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/ChangeLog,v 1.35 2006/08/02 22:45:43 swegener Exp $ + + 02 Aug 2006; Sven Wegener <swegener@gentoo.org> loqui-0.4.4.ebuild: + Install .desktop file into the right place. 01 Aug 2006; Andrej Kacian <ticho@gentoo.org> loqui-0.4.4.ebuild: Stable on x86, bug #142464. diff --git a/net-irc/loqui/loqui-0.4.4.ebuild b/net-irc/loqui/loqui-0.4.4.ebuild index 359301dafca0..ec95d0646c2b 100644 --- a/net-irc/loqui/loqui-0.4.4.ebuild +++ b/net-irc/loqui/loqui-0.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/loqui-0.4.4.ebuild,v 1.3 2006/08/01 22:10:02 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/loqui-0.4.4.ebuild,v 1.4 2006/08/02 22:45:43 swegener Exp $ DESCRIPTION="Loqui is a graphical IRC client for GNOME2 on UNIX like operating system." SRC_URI="http://loqui.good-day.net/src/${P}.tar.gz" @@ -24,6 +24,6 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + make desktopdir=/usr/share/applications DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" } |