summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-29 14:54:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-29 14:54:40 +0000
commitec2bd4d94cc276e2a3a5e613522f203b0a882ab0 (patch)
tree44824e47cbf20b1ea362c3b9b6e941ca4701e117 /media-sound/kstreamripper
parentCleanup (diff)
downloadgentoo-2-ec2bd4d94cc276e2a3a5e613522f203b0a882ab0.tar.gz
gentoo-2-ec2bd4d94cc276e2a3a5e613522f203b0a882ab0.tar.bz2
gentoo-2-ec2bd4d94cc276e2a3a5e613522f203b0a882ab0.zip
Remove USE arts and move desktop entry to XDG path.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/kstreamripper')
-rw-r--r--media-sound/kstreamripper/ChangeLog8
-rw-r--r--media-sound/kstreamripper/files/kstreamripper-0.3.4-desktop-entry.patch20
-rw-r--r--media-sound/kstreamripper/kstreamripper-0.3.4.ebuild10
3 files changed, 31 insertions, 7 deletions
diff --git a/media-sound/kstreamripper/ChangeLog b/media-sound/kstreamripper/ChangeLog
index 498720e3261c..59dbb12ca1ba 100644
--- a/media-sound/kstreamripper/ChangeLog
+++ b/media-sound/kstreamripper/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/kstreamripper
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/ChangeLog,v 1.18 2008/09/18 01:42:43 ranger Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/ChangeLog,v 1.19 2009/05/29 14:54:40 ssuominen Exp $
+
+ 29 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+ kstreamripper-0.3.4.ebuild, files/kstreamripper-0.3.4-desktop-entry.patch:
+ Remove USE arts and move desktop entry to XDG path.
18 Sep 2008; Brent Baude <ranger@gentoo.org> kstreamripper-0.3.4.ebuild:
stable ppc64, bug 237157
diff --git a/media-sound/kstreamripper/files/kstreamripper-0.3.4-desktop-entry.patch b/media-sound/kstreamripper/files/kstreamripper-0.3.4-desktop-entry.patch
index 51e5b76fab46..03caaeaf6f9f 100644
--- a/media-sound/kstreamripper/files/kstreamripper-0.3.4-desktop-entry.patch
+++ b/media-sound/kstreamripper/files/kstreamripper-0.3.4-desktop-entry.patch
@@ -1,6 +1,6 @@
diff -ur kstreamripper-0.3.4.orig/src/kstreamripper.desktop kstreamripper-0.3.4/src/kstreamripper.desktop
--- kstreamripper-0.3.4.orig/src/kstreamripper.desktop 2005-01-23 21:29:37.000000000 +0200
-+++ kstreamripper-0.3.4/src/kstreamripper.desktop 2008-05-16 15:18:38.000000000 +0300
++++ kstreamripper-0.3.4/src/kstreamripper.desktop 2009-05-29 17:40:36.000000000 +0300
@@ -1,5 +1,4 @@
[Desktop Entry]
-Encoding=UTF-8
@@ -12,3 +12,21 @@ diff -ur kstreamripper-0.3.4.orig/src/kstreamripper.desktop kstreamripper-0.3.4/
Comment[sv]=Ett enkelt KDE-program
Comment[xx]=xxA simple KDE Applicationxx
+Categories=AudioVideo;Audio;
+diff -ur kstreamripper-0.3.4.orig/src/SConscript kstreamripper-0.3.4/src/SConscript
+--- kstreamripper-0.3.4.orig/src/SConscript 2005-05-14 14:11:07.000000000 +0300
++++ kstreamripper-0.3.4/src/SConscript 2009-05-29 17:53:51.000000000 +0300
+@@ -54,14 +54,6 @@
+ ## The kcfg file is installed in a global kcfg directory
+ #myenv.KDEinstall( 'KDEKCFG', '', 'test1.kcfg' )
+
+-## Warning : there is a difference between the normal destop file used for the menu
+-## and the servicetype desktop file, so they go in different directories
+-## you will find more information in 'test3'
+-myenv.KDEinstall( 'KDEMENU', 'Utilities', 'kstreamripper.desktop')
+-
+-## Use this when you need to install a mimetype file
+-#myenv.KDEinstall( 'KDEMIME', 'application', 'x-test1.desktop' )
+-
+ ## Installing icons is easy (hi-16-app-test1.png, hi-22-app-test1.png)
+ ## do not forget that this is a python script so loops are allowed here :)
+ myenv.KDEicon( 'hi16-app-kstreameripper.png')
diff --git a/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild b/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild
index e1e510fc1cc4..8bb0efb79002 100644
--- a/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild
+++ b/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild,v 1.9 2008/09/18 01:42:43 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild,v 1.10 2009/05/29 14:54:40 ssuominen Exp $
+ARTS_REQUIRED=never
inherit eutils kde
DESCRIPTION="KStreamripper - a nice KDE3 frontend to media-sound/streamripper"
@@ -35,7 +36,8 @@ src_compile() {
}
src_install() {
- DESTDIR="${D}" scons install || die "scons install failed."
+ DESTDIR="${D}" scons install || die "scons install failed"
dodoc AUTHORS ChangeLog NEWS README TODO
- newicon src/hi32-app-kstreamripper.png ${PN}.png
+ newicon src/hi32-app-${PN}.png ${PN}.png
+ domenu src/${PN}.desktop
}