diff options
author | 2008-02-29 17:55:30 +0000 | |
---|---|---|
committer | 2008-02-29 17:55:30 +0000 | |
commit | 74707815b7c980d0b7a12d97c29f0e3753bb3957 (patch) | |
tree | f1c937845d912008b0af98459c8a6369b94cdf3b /dev-lang | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-74707815b7c980d0b7a12d97c29f0e3753bb3957.tar.gz gentoo-2-74707815b7c980d0b7a12d97c29f0e3753bb3957.tar.bz2 gentoo-2-74707815b7c980d0b7a12d97c29f0e3753bb3957.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/realbasic/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/realbasic/realbasic-2007.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/realbasic/ChangeLog b/dev-lang/realbasic/ChangeLog index 1609c7720795..839c3d02e342 100644 --- a/dev-lang/realbasic/ChangeLog +++ b/dev-lang/realbasic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/realbasic -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/realbasic/ChangeLog,v 1.1 2007/08/22 16:10:10 vapier Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/realbasic/ChangeLog,v 1.2 2008/02/29 17:55:30 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> realbasic-2007.3.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *realbasic-2007.3 (22 Aug 2007) diff --git a/dev-lang/realbasic/realbasic-2007.3.ebuild b/dev-lang/realbasic/realbasic-2007.3.ebuild index e2329246f235..9a2feae83861 100644 --- a/dev-lang/realbasic/realbasic-2007.3.ebuild +++ b/dev-lang/realbasic/realbasic-2007.3.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/dev-lang/realbasic/realbasic-2007.3.ebuild,v 1.1 2007/08/22 16:10:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/realbasic/realbasic-2007.3.ebuild,v 1.2 2008/02/29 17:55:30 carlo Exp $ inherit eutils portability @@ -23,5 +23,5 @@ src_install() { treecopy . "${D}"/opt/REALbasic || die dosym /opt/REALbasic/REALbasic2007 /opt/bin/REALbasic newicon RBCube.xpm REALbasic.xpm || die - make_desktop_entry REALbasic REALbasic REALbasic.xpm + make_desktop_entry REALbasic REALbasic REALbasic } |