summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-20 06:55:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-20 06:55:43 +0000
commit68f30521d4bf0c2462df71f91685a40d4407bceb (patch)
tree76cc67d0ead6c0ab5e135e0c55e64cfc8755d6a3 /media-sound/jokosher/files
parentold (diff)
downloadgentoo-2-68f30521d4bf0c2462df71f91685a40d4407bceb.tar.gz
gentoo-2-68f30521d4bf0c2462df71f91685a40d4407bceb.tar.bz2
gentoo-2-68f30521d4bf0c2462df71f91685a40d4407bceb.zip
old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/jokosher/files')
-rw-r--r--media-sound/jokosher/files/jokosher-0.9-desktop-entry.patch18
-rw-r--r--media-sound/jokosher/files/jokosher-0.9-update-database.patch25
2 files changed, 0 insertions, 43 deletions
diff --git a/media-sound/jokosher/files/jokosher-0.9-desktop-entry.patch b/media-sound/jokosher/files/jokosher-0.9-desktop-entry.patch
deleted file mode 100644
index cddc09b0deb1..000000000000
--- a/media-sound/jokosher/files/jokosher-0.9-desktop-entry.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -ur jokosher-0.9.orig/bin/jokosher.desktop jokosher-0.9/bin/jokosher.desktop
---- jokosher-0.9.orig/bin/jokosher.desktop 2007-04-22 18:04:13.000000000 +0300
-+++ jokosher-0.9/bin/jokosher.desktop 2007-09-17 18:56:25.000000000 +0300
-@@ -1,6 +1,5 @@
- [Desktop Entry]
--Version=0.9
--Encoding=UTF-8
-+Version=1.0
- Name=Jokosher Audio Editor
- GenericName=Jokosher audio editor
- Comment=Simply and easily create multi-track audio
-@@ -9,5 +8,5 @@
- Terminal=false
- Type=Application
- MimeType=application/x-jokosher;
--Categories=AudioVideoEditing;GTK;Recorder
-+Categories=AudioVideo;Recorder;GTK;
- GenericName[en_CA]=Jokosher audio editor
diff --git a/media-sound/jokosher/files/jokosher-0.9-update-database.patch b/media-sound/jokosher/files/jokosher-0.9-update-database.patch
deleted file mode 100644
index 08363be51a58..000000000000
--- a/media-sound/jokosher/files/jokosher-0.9-update-database.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -ur jokosher-0.9.orig/setup.py jokosher-0.9/setup.py
---- jokosher-0.9.orig/setup.py 2007-03-07 04:22:42.000000000 +0200
-+++ jokosher-0.9/setup.py 2007-09-17 19:03:00.000000000 +0300
-@@ -92,21 +92,6 @@
- for fileNum in range(0, len(installedOmfFiles)):
- call(["scrollkeeper-preinstall", HELPURI[fileNum],
- installedOmfFiles[fileNum], installedOmfFiles[fileNum]])
--
-- #Update the scrollkeeper catalog
-- if os.geteuid() == 0:
-- print "Updating the scrollkeeper index..."
-- call(["scrollkeeper-update", "-o", installroot + omfdir])
--
--# Update the mime types
--if os.geteuid() == 0 and dist != None:
-- print "Updating the mime-types...."
--
-- #update the mimetypes database
-- call(["update-mime-database", "/usr/share/mime/"])
--
-- #update the .desktop file database
-- call(["update-desktop-database"])
-
- print "\nInstallation finished! You can now run Jokosher by typing 'jokosher' or through your applications menu icon."
-