diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 17:51:58 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 17:51:58 +0000 |
commit | 054d292c82a53be595fa29858f6afbcae4c6ae84 (patch) | |
tree | bc9989989ad9b5db51ffd75e518777aae018c5ab /app-text/yudit | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | historical-054d292c82a53be595fa29858f6afbcae4c6ae84.tar.gz historical-054d292c82a53be595fa29858f6afbcae4c6ae84.tar.bz2 historical-054d292c82a53be595fa29858f6afbcae4c6ae84.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-text/yudit')
-rw-r--r-- | app-text/yudit/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/yudit/yudit-2.8.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/yudit/ChangeLog b/app-text/yudit/ChangeLog index 110252cfd293..9495103e2d7d 100644 --- a/app-text/yudit/ChangeLog +++ b/app-text/yudit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/yudit -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.22 2007/07/22 10:20:20 calchan Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.23 2008/02/29 17:49:42 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> yudit-2.8.1.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. 22 Jul 2007; Denis Dupeyron <calchan@gentoo.org> yudit-2.8.1_beta7.ebuild, yudit-2.8.1.ebuild: diff --git a/app-text/yudit/yudit-2.8.1.ebuild b/app-text/yudit/yudit-2.8.1.ebuild index 9f8a1003eac7..b58d4cc68322 100644 --- a/app-text/yudit/yudit-2.8.1.ebuild +++ b/app-text/yudit/yudit-2.8.1.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/app-text/yudit/yudit-2.8.1.ebuild,v 1.2 2007/07/22 10:20:20 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/yudit-2.8.1.ebuild,v 1.3 2008/02/29 17:49:42 carlo Exp $ inherit eutils @@ -31,5 +31,5 @@ src_compile() { src_install() { emake DESTDIR=${D} install || die doicon icons/SS_Yudit_XPM.xpm - make_desktop_entry ${PN} "Unicode Text Editor Yudit" SS_Yudit_XPM.xpm Utility + make_desktop_entry ${PN} "Unicode Text Editor Yudit" SS_Yudit_XPM Utility } |