diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-01-11 16:34:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-01-11 16:34:32 +0000 |
commit | 6abf343df9f4be269db6393fe91cebec27048557 (patch) | |
tree | b36c0dfee7e736c7e2283d4f4b88cea12b28cf19 /app-editors/zoinks/zoinks-0.4.1.ebuild | |
parent | desktop entry (diff) | |
download | historical-6abf343df9f4be269db6393fe91cebec27048557.tar.gz historical-6abf343df9f4be269db6393fe91cebec27048557.tar.bz2 historical-6abf343df9f4be269db6393fe91cebec27048557.zip |
err, better icon
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'app-editors/zoinks/zoinks-0.4.1.ebuild')
-rw-r--r-- | app-editors/zoinks/zoinks-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/zoinks/zoinks-0.4.1.ebuild b/app-editors/zoinks/zoinks-0.4.1.ebuild index 723b3ec26e63..6a93fcf23f73 100644 --- a/app-editors/zoinks/zoinks-0.4.1.ebuild +++ b/app-editors/zoinks/zoinks-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/zoinks-0.4.1.ebuild,v 1.2 2008/01/11 16:31:37 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/zoinks-0.4.1.ebuild,v 1.3 2008/01/11 16:34:32 drac Exp $ inherit eutils @@ -33,6 +33,6 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed." dodoc AUTHORS ChangeLog NEWS README - newicon fw/Pixmaps/GrayFileIcon.xpm ${PN}.xpm + doicon ide/Pixmaps/${PN}.xpm make_desktop_entry ${PN} "Zoinks!" ${PN} "Utility;TextEditor" } |