diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:03:06 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 19:03:06 +0000 |
commit | 2b9231b1adc7ddae452c441b9469cbb9549b4d53 (patch) | |
tree | 5a8c264305ecaa40f9789d5e9a11fef486037cfa /games-board/blokish | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-2b9231b1adc7ddae452c441b9469cbb9549b4d53.tar.gz gentoo-2-2b9231b1adc7ddae452c441b9469cbb9549b4d53.tar.bz2 gentoo-2-2b9231b1adc7ddae452c441b9469cbb9549b4d53.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-board/blokish')
-rw-r--r-- | games-board/blokish/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/blokish/blokish-0.9.3.ebuild | 6 | ||||
-rw-r--r-- | games-board/blokish/blokish-0.9.4.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/games-board/blokish/ChangeLog b/games-board/blokish/ChangeLog index 5fa9c1306996..7a2689ba2150 100644 --- a/games-board/blokish/ChangeLog +++ b/games-board/blokish/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/blokish -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/ChangeLog,v 1.4 2007/10/29 23:19:00 tupone Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/ChangeLog,v 1.5 2008/02/29 19:03:06 carlo Exp $ + + 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> blokish-0.9.3.ebuild, + blokish-0.9.4.ebuild: + Remove icon extension from desktop entry to match Icon Theme Specification. *blokish-0.9.4 (29 Oct 2007) diff --git a/games-board/blokish/blokish-0.9.3.ebuild b/games-board/blokish/blokish-0.9.3.ebuild index 36cab20e7657..775027c3ff32 100644 --- a/games-board/blokish/blokish-0.9.3.ebuild +++ b/games-board/blokish/blokish-0.9.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/blokish-0.9.3.ebuild,v 1.3 2006/11/19 21:43:50 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/blokish-0.9.3.ebuild,v 1.4 2008/02/29 19:03:06 carlo Exp $ inherit eutils wxwidgets games @@ -38,7 +38,7 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed" doicon src/${PN}.xpm - make_desktop_entry ${PN} Blokish ${PN}.xpm + make_desktop_entry ${PN} Blokish ${PN} dodoc AUTHORS ChangeLog README dohtml docs/* diff --git a/games-board/blokish/blokish-0.9.4.ebuild b/games-board/blokish/blokish-0.9.4.ebuild index 40e5c21c3a04..d4cbedf4d044 100644 --- a/games-board/blokish/blokish-0.9.4.ebuild +++ b/games-board/blokish/blokish-0.9.4.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/games-board/blokish/blokish-0.9.4.ebuild,v 1.1 2007/10/29 23:19:00 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/blokish-0.9.4.ebuild,v 1.2 2008/02/29 19:03:06 carlo Exp $ inherit eutils wxwidgets games @@ -38,7 +38,7 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed" doicon src/${PN}.xpm - make_desktop_entry ${PN} Blokish ${PN}.xpm + make_desktop_entry ${PN} Blokish ${PN} dodoc AUTHORS ChangeLog README dohtml docs/* |