diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-04-19 09:46:48 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-04-19 09:46:48 +0000 |
commit | 6a447ad54328d58c0d04510e5fcc574e1678c81c (patch) | |
tree | 686b770236ad7511658c4fb004bdc47160c18f3b /sci-mathematics/wxmaxima | |
parent | Bump with fix from Debian, thanks to Peter Alfredsen (bug #218325) (diff) | |
download | gentoo-2-6a447ad54328d58c0d04510e5fcc574e1678c81c.tar.gz gentoo-2-6a447ad54328d58c0d04510e5fcc574e1678c81c.tar.bz2 gentoo-2-6a447ad54328d58c0d04510e5fcc574e1678c81c.zip |
Fixed icon install
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'sci-mathematics/wxmaxima')
-rw-r--r-- | sci-mathematics/wxmaxima/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/wxmaxima/ChangeLog b/sci-mathematics/wxmaxima/ChangeLog index c5b663cb9bf0..e9725c3d1e63 100644 --- a/sci-mathematics/wxmaxima/ChangeLog +++ b/sci-mathematics/wxmaxima/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/wxmaxima # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.15 2008/04/18 22:01:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.16 2008/04/19 09:46:48 bicatali Exp $ + + 19 Apr 2008; Sébastien Fabbro <bicatali@gentoo.org> + wxmaxima-0.7.4.ebuild: + Fixed icon install 18 Apr 2008; Markus Meier <maekke@gentoo.org> wxmaxima-0.7.4.ebuild: amd64/x86 stable, bug #215787 diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild index 295f112d0f3f..42f7fb05ca8b 100644 --- a/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild +++ b/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild,v 1.5 2008/04/18 22:01:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild,v 1.6 2008/04/19 09:46:48 bicatali Exp $ WX_GTK_VER="2.8" inherit eutils autotools wxwidgets fdo-mime @@ -46,7 +46,7 @@ src_compile () { src_install () { emake DESTDIR="${D}" install || die "emake install failed" - newicon maxima-new.png wxmaxima.png + doicon wxmaxima.png make_desktop_entry wxmaxima wxMaxima wxmaxima dodir /usr/share/doc/${PF} dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README |