summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-03-16 14:27:37 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-03-16 14:27:37 +0000
commit65950cc7f87b46383f06c0bc01733f40470ba9bf (patch)
treecea0a6048c71d48da8d1276dd2e626c75c19f0d3 /media-video/realplayer
parentinitial ebuild (diff)
downloadhistorical-65950cc7f87b46383f06c0bc01733f40470ba9bf.tar.gz
historical-65950cc7f87b46383f06c0bc01733f40470ba9bf.tar.bz2
historical-65950cc7f87b46383f06c0bc01733f40470ba9bf.zip
pixmap and menu entry cleanups
Diffstat (limited to 'media-video/realplayer')
-rw-r--r--media-video/realplayer/ChangeLog7
-rw-r--r--media-video/realplayer/files/realplayer.desktop3
-rw-r--r--media-video/realplayer/realplayer-8-r5.ebuild11
3 files changed, 13 insertions, 8 deletions
diff --git a/media-video/realplayer/ChangeLog b/media-video/realplayer/ChangeLog
index 619120e823b1..c77e6c61f2be 100644
--- a/media-video/realplayer/ChangeLog
+++ b/media-video/realplayer/ChangeLog
@@ -1,10 +1,15 @@
# ChangeLog for media-video/realplayer
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/ChangeLog,v 1.13 2003/02/12 07:40:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/ChangeLog,v 1.14 2003/03/16 14:27:37 liquidx Exp $
*realplayer-8-r5 (09 Feb 2003)
+ 16 Mar 2003; Alastair Tse <liquidx@gentoo.org> realplayer-8-r5.ebuild,
+ files/realplayer.desktop:
+ tested and gnome2-ified menu entry. changed pixmap installation dir
+ and fixed icon in menu entry.
+
09 Feb 2003; Seemant Kulleen <seemant@gentoo.org> realplayer-8-r5.ebuild
files/digest-realplayer-8-r5 :
diff --git a/media-video/realplayer/files/realplayer.desktop b/media-video/realplayer/files/realplayer.desktop
index d27454dd18b1..c7f38e190499 100644
--- a/media-video/realplayer/files/realplayer.desktop
+++ b/media-video/realplayer/files/realplayer.desktop
@@ -1,9 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Exec=realplay %u
-Icon=realplayer
+Icon=realplayer8.xpm
GenericName=Video Player
Name=RealPlayer
Type=Application
Terminal=0
MimeType=application/vnd.rn-realmedia;application/smil;audio/vnd.rn-realaudio;audio/x-pn-realaudio;image/vnd.rn-realflash;mage/vnd.rn-realpix;text/vnd.rn-realtext;video/vnd.rn-realvideo
+Categories=Application;AudioVideo;
diff --git a/media-video/realplayer/realplayer-8-r5.ebuild b/media-video/realplayer/realplayer-8-r5.ebuild
index c4fe29d4e22a..ced5602d34de 100644
--- a/media-video/realplayer/realplayer-8-r5.ebuild
+++ b/media-video/realplayer/realplayer-8-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/realplayer-8-r5.ebuild,v 1.4 2003/02/13 13:33:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/realplayer/realplayer-8-r5.ebuild,v 1.5 2003/03/16 14:27:37 liquidx Exp $
inherit nsplugins kde
@@ -115,14 +115,13 @@ src_install () {
doins ${FILESDIR}/realplayer.desktop
fi
if use gnome ; then
- # Needs to be tested by someone who actually *has* gnome
- insinto /usr/share/gnome/apps/Multimedia
+ insinto /usr/share/applications
doins ${FILESDIR}/realplayer.desktop
fi
- cp rp7mini.xpm realplayer.xpm
- insinto /usr/share/pixmaps/mini
- doins realplayer.xpm
+ cp rp7.xpm realplayer8.xpm
+ insinto /usr/share/pixmaps
+ doins realplayer8.xpm
# Mimetypes - Intentionally left blank (for now)
# Better not use the provided scripts from Real, they are outdated