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 | a67ad746d4b5f5ca071d25db5d3deb030259adcc (patch) | |
tree | 51bf121023dde2fda88f394726fc68a020affda5 /app-cdr | |
parent | Update to the newest version. (diff) | |
download | gentoo-2-a67ad746d4b5f5ca071d25db5d3deb030259adcc.tar.gz gentoo-2-a67ad746d4b5f5ca071d25db5d3deb030259adcc.tar.bz2 gentoo-2-a67ad746d4b5f5ca071d25db5d3deb030259adcc.zip |
Installing the icons regardless of the presence of the "gnome" USE
flag.
Diffstat (limited to 'app-cdr')
-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 } |