summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-09-17 16:19:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-09-17 16:19:02 +0000
commitc3ba0aaaa60293408e8e97ad0f6d09193bdf1aab (patch)
tree0a06c07626edcabe916551e12f51c63da23e5612 /media-sound/jokosher/files
parentx86 stable wrt security #190697 (diff)
downloadhistorical-c3ba0aaaa60293408e8e97ad0f6d09193bdf1aab.tar.gz
historical-c3ba0aaaa60293408e8e97ad0f6d09193bdf1aab.tar.bz2
historical-c3ba0aaaa60293408e8e97ad0f6d09193bdf1aab.zip
Initial commit for bug 141362, thanks to Denis Gubanov, Eric Anderson, James Kirkham, Jose daLuz Alex Rostovtsev and many others I missed to mention here.
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'media-sound/jokosher/files')
-rw-r--r--media-sound/jokosher/files/digest-jokosher-0.93
-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
3 files changed, 46 insertions, 0 deletions
diff --git a/media-sound/jokosher/files/digest-jokosher-0.9 b/media-sound/jokosher/files/digest-jokosher-0.9
new file mode 100644
index 000000000000..e50e4db289ab
--- /dev/null
+++ b/media-sound/jokosher/files/digest-jokosher-0.9
@@ -0,0 +1,3 @@
+MD5 56a9d64d557af8e7f9b285dc51fd9fc0 jokosher-0.9.tar.gz 1241956
+RMD160 a5df104a45a36668b198183f894d69c83e4a2f5b jokosher-0.9.tar.gz 1241956
+SHA256 2876e52d77ca87ceaa58f1db75ec480bf7502540501286c5dcc497e0d71b135e jokosher-0.9.tar.gz 1241956
diff --git a/media-sound/jokosher/files/jokosher-0.9-desktop-entry.patch b/media-sound/jokosher/files/jokosher-0.9-desktop-entry.patch
new file mode 100644
index 000000000000..cddc09b0deb1
--- /dev/null
+++ b/media-sound/jokosher/files/jokosher-0.9-desktop-entry.patch
@@ -0,0 +1,18 @@
+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
new file mode 100644
index 000000000000..08363be51a58
--- /dev/null
+++ b/media-sound/jokosher/files/jokosher-0.9-update-database.patch
@@ -0,0 +1,25 @@
+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."
+