diff options
Diffstat (limited to 'sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild')
-rw-r--r-- | sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild b/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild index 735cc63c4ba9..ce31a7dc6400 100644 --- a/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild +++ b/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild,v 1.2 2005/02/04 23:48:57 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild,v 1.3 2005/08/19 11:53:38 cryos Exp $ inherit toolchain-funcs @@ -47,6 +47,9 @@ src_install() { chmod 644 ${D}/usr/share/pixmaps/* chmod 644 ${D}/usr/share/applications/* + # Fix the chemistry category in the .desktop file, bug 97202. + sed -i -e "s|Chemestry|Chemistry|" ${D}/usr/share/applications/gperiodic.desktop + # The man page seems to have been removed too. # doman man/gperiodic.1 dodoc AUTHORS ChangeLog README NEWS |