diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:11:15 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-02-29 20:11:15 +0000 |
commit | 255f1cb04b41144724ba64289b755f881734ca20 (patch) | |
tree | d033e16579e27f627875638131c7169ecb0ae81b /media-video/dvdrip/dvdrip-0.98.6.ebuild | |
parent | Remove icon extension from desktop entry to match Icon Theme Specification. (diff) | |
download | gentoo-2-255f1cb04b41144724ba64289b755f881734ca20.tar.gz gentoo-2-255f1cb04b41144724ba64289b755f881734ca20.tar.bz2 gentoo-2-255f1cb04b41144724ba64289b755f881734ca20.zip |
Remove icon extension from desktop entry to match Icon Theme Specification.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-video/dvdrip/dvdrip-0.98.6.ebuild')
-rw-r--r-- | media-video/dvdrip/dvdrip-0.98.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/dvdrip/dvdrip-0.98.6.ebuild b/media-video/dvdrip/dvdrip-0.98.6.ebuild index 301832cc97da..81ac7135d8ae 100644 --- a/media-video/dvdrip/dvdrip-0.98.6.ebuild +++ b/media-video/dvdrip/dvdrip-0.98.6.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/media-video/dvdrip/dvdrip-0.98.6.ebuild,v 1.3 2007/11/27 12:19:27 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.98.6.ebuild,v 1.4 2008/02/29 20:11:15 carlo Exp $ inherit eutils flag-o-matic perl-module @@ -70,7 +70,7 @@ src_unpack() { src_install() { newicon lib/Video/DVDRip/icon.xpm dvdrip.xpm - make_desktop_entry dvdrip dvd::rip dvdrip.xpm AudioVideo + make_desktop_entry dvdrip dvd::rip dvdrip AudioVideo DOCS="Changes Changes.0.46 Credits README TODO" perl-module_src_install |