diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-11-03 19:17:14 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-11-03 19:17:14 +0000 |
commit | 8497604e89596d755bffa9401846c841fd2c34e4 (patch) | |
tree | 4bc285d121ae5c7ce3c6ea1279c28a8fe78a0300 /app-cdr/simplecdrx | |
parent | Update to the newest version. (diff) | |
download | historical-8497604e89596d755bffa9401846c841fd2c34e4.tar.gz historical-8497604e89596d755bffa9401846c841fd2c34e4.tar.bz2 historical-8497604e89596d755bffa9401846c841fd2c34e4.zip |
Installing the icons regardless of the presence of the "gnome" USE
flag.
Diffstat (limited to 'app-cdr/simplecdrx')
-rw-r--r-- | app-cdr/simplecdrx/simplecdrx-1.2.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-cdr/simplecdrx/simplecdrx-1.2.1.ebuild b/app-cdr/simplecdrx/simplecdrx-1.2.1.ebuild index 94b5c281a5b5..1fbbb62886ac 100644 --- a/app-cdr/simplecdrx/simplecdrx-1.2.1.ebuild +++ b/app-cdr/simplecdrx/simplecdrx-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/simplecdrx/simplecdrx-1.2.1.ebuild,v 1.1 2002/11/03 19:10:41 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/simplecdrx/simplecdrx-1.2.1.ebuild,v 1.2 2002/11/03 19:17:14 agenkin Exp $ DESCRIPTION="CD ripping/mastering" HOMEPAGE="http://ogre.rocky-road.net/cdr.shtml" @@ -47,16 +47,16 @@ src_install () { make DESTDIR=${D} install || die + doman man/simplecdr-x.1 + + insinto /usr/share/pixmaps + doins pixmaps/simplecdr.xpm ${FILESDIR}/simplecdrx.png # Add the Gnome menu entry if [ "`use gnome`" ] ; then - insinto /usr/share/pixmaps - doins ${FILESDIR}/simplecdrx.png insinto /usr/share/gnome/apps/Applications/ doins ${FILESDIR}/simplecdrx.desktop fi - doman man/simplecdr-x.1 - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README } |