summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-02-29 20:48:28 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-02-29 20:48:28 +0000
commit0d33ab806b274fa645e2bcec95ab462d0357873a (patch)
tree2dceae47ee747d4c41e49989d638d0197df7fd1d /x11-plugins/asmon
parent Remove icon extension from desktop entry to match Icon Theme Specification. (diff)
downloadgentoo-2-0d33ab806b274fa645e2bcec95ab462d0357873a.tar.gz
gentoo-2-0d33ab806b274fa645e2bcec95ab462d0357873a.tar.bz2
gentoo-2-0d33ab806b274fa645e2bcec95ab462d0357873a.zip
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-plugins/asmon')
-rw-r--r--x11-plugins/asmon/ChangeLog5
-rw-r--r--x11-plugins/asmon/asmon-0.7.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/asmon/ChangeLog b/x11-plugins/asmon/ChangeLog
index e5058be7bf78..3f8bb833c7da 100644
--- a/x11-plugins/asmon/ChangeLog
+++ b/x11-plugins/asmon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/asmon
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/ChangeLog,v 1.23 2008/01/17 03:17:42 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/ChangeLog,v 1.24 2008/02/29 20:48:28 carlo Exp $
+
+ 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> asmon-0.7.ebuild:
+ Remove icon extension from desktop entry to match Icon Theme Specification.
*asmon-0.71 (17 Jan 2008)
diff --git a/x11-plugins/asmon/asmon-0.7.ebuild b/x11-plugins/asmon/asmon-0.7.ebuild
index 2efd82430afe..7cefd64c71c8 100644
--- a/x11-plugins/asmon/asmon-0.7.ebuild
+++ b/x11-plugins/asmon/asmon-0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.7.ebuild,v 1.7 2007/07/22 05:39:35 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.7.ebuild,v 1.8 2008/02/29 20:48:28 carlo Exp $
inherit eutils toolchain-funcs
@@ -33,6 +33,6 @@ src_compile() {
src_install() {
dodoc Changelog
newicon ${PN}.icon.xpm ${PN}.xpm
- make_desktop_entry ${PN} ${PN} ${PN}.xpm "System;Monitor"
+ make_desktop_entry ${PN} ${PN} ${PN} "System;Monitor"
dobin asmon/${PN}
}