summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-11 16:31:37 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-11 16:31:37 +0000
commitd1b0d2a51652fd64479f0ef905a68bd9eb37f281 (patch)
treecf363ef5bdc861c1fd01430f5c6db546174fe149 /app-editors/zoinks
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-d1b0d2a51652fd64479f0ef905a68bd9eb37f281.tar.gz
gentoo-2-d1b0d2a51652fd64479f0ef905a68bd9eb37f281.tar.bz2
gentoo-2-d1b0d2a51652fd64479f0ef905a68bd9eb37f281.zip
desktop entry
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'app-editors/zoinks')
-rw-r--r--app-editors/zoinks/ChangeLog5
-rw-r--r--app-editors/zoinks/zoinks-0.4.1.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/app-editors/zoinks/ChangeLog b/app-editors/zoinks/ChangeLog
index c50ec7394881..f42e2ad6de62 100644
--- a/app-editors/zoinks/ChangeLog
+++ b/app-editors/zoinks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/zoinks
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/ChangeLog,v 1.21 2008/01/11 16:26:16 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/ChangeLog,v 1.22 2008/01/11 16:31:37 drac Exp $
+
+ 11 Jan 2008; Samuli Suominen <drac@gentoo.org> zoinks-0.4.1.ebuild:
+ Install desktop entry.
*zoinks-0.4.1 (11 Jan 2008)
diff --git a/app-editors/zoinks/zoinks-0.4.1.ebuild b/app-editors/zoinks/zoinks-0.4.1.ebuild
index d9f150b3d644..723b3ec26e63 100644
--- a/app-editors/zoinks/zoinks-0.4.1.ebuild
+++ b/app-editors/zoinks/zoinks-0.4.1.ebuild
@@ -1,6 +1,8 @@
# 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.1 2008/01/11 16:26:16 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zoinks/zoinks-0.4.1.ebuild,v 1.2 2008/01/11 16:31:37 drac Exp $
+
+inherit eutils
DESCRIPTION="programmer's text editor and development environment"
HOMEPAGE="http://zoinks.mikelockwood.com"
@@ -31,4 +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
+ make_desktop_entry ${PN} "Zoinks!" ${PN} "Utility;TextEditor"
}