diff options
author | 2007-05-06 13:29:05 +0000 | |
---|---|---|
committer | 2007-05-06 13:29:05 +0000 | |
commit | 7b351d8aa46c2c79a2247b54d5c0802601d90105 (patch) | |
tree | a213b91614a21ea8f07d47feef536bc7222486ef /media-gfx/fbida/fbida-2.06.ebuild | |
parent | Version bump (bug #177055). (diff) | |
download | gentoo-2-7b351d8aa46c2c79a2247b54d5c0802601d90105.tar.gz gentoo-2-7b351d8aa46c2c79a2247b54d5c0802601d90105.tar.bz2 gentoo-2-7b351d8aa46c2c79a2247b54d5c0802601d90105.zip |
Install a .desktop file for ida (bug #175574).
(Portage version: 2.1.2.6)
Diffstat (limited to 'media-gfx/fbida/fbida-2.06.ebuild')
-rw-r--r-- | media-gfx/fbida/fbida-2.06.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/media-gfx/fbida/fbida-2.06.ebuild b/media-gfx/fbida/fbida-2.06.ebuild index dd691c5bcdbb..65cd11e1de6b 100644 --- a/media-gfx/fbida/fbida-2.06.ebuild +++ b/media-gfx/fbida/fbida-2.06.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/media-gfx/fbida/fbida-2.06.ebuild,v 1.1 2007/05/06 13:20:09 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/fbida/fbida-2.06.ebuild,v 1.2 2007/05/06 13:29:05 spock Exp $ inherit eutils toolchain-funcs @@ -90,4 +90,9 @@ src_install() { if ! use pdf; then rm -f ${D}/usr/bin/fbgs ${D}/usr/share/man/man1/fbgs.1 fi + + if use X ; then + newicon logo.jpg ${PN}.jpg + make_desktop_entry ida "Ida" /usr/share/pixmaps/${PN}.jpg + fi } |