[beast: 3/41] DATA: fix ancient Gnome mime handler in .applications file
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 3/41] DATA: fix ancient Gnome mime handler in .applications file
- Date: Fri, 16 Jun 2017 10:23:03 +0000 (UTC)
commit 94ff0d61be85765bf7bfbbacdf4a8317e36ae5a9
Author: Tim Janik <timj gnu org>
Date: Wed Jun 14 01:33:31 2017 +0200
DATA: fix ancient Gnome mime handler in .applications file
Signed-off-by: Tim Janik <timj gnu org>
data/Makefile.am | 7 ++++++-
data/beast.applications.in | 14 +++-----------
2 files changed, 9 insertions(+), 12 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 250a866..feef11d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -41,10 +41,15 @@ bse.pc: bse.pc.in $(top_builddir)/config.status
EXTRA_DIST += bse.pc.in
CLEANFILES += bse.pc
-# install .applications files
+# install .applications files, from ancient GNOME:
+# GNOME 2.4 Desktop System Administration Guide - https://people.gnome.org/~shaunm/admin-guide/titlepage.html
dotapplicationsdir = $(datarootdir)/application-registry
dotapplications_DATA = beast.applications
EXTRA_DIST += $(dotapplications_DATA)
+# mime_types=...,audio/mp3,audio/x-mp3,audio/mpg3,audio/x-mpg3,audio/mpeg3,audio/x-mpeg3
+# mime_types=...,audio/mp2,audio/x-mp2,audio/mpg2,audio/x-mpg2,audio/mpeg2,audio/x-mpeg2
+# mime_types=...,audio/mp1,audio/x-mp1,audio/mpg1,audio/x-mpg1,audio/mpeg1,audio/x-mpeg1
+# mime_types=...,audio/mpeg,audio/x-mpeg
# install related pixmaps
sharedpixmapsdir = $(datarootdir)/pixmaps
diff --git a/data/beast.applications.in b/data/beast.applications.in
index 35ae9d2..c135a0f 100644
--- a/data/beast.applications.in
+++ b/data/beast.applications.in
@@ -1,17 +1,9 @@
beast
command=beast
- name=BEAST
+ name=Beast
can_open_multiple_files=true
expects_uris=false
uses_gnomevfs=false
requires_terminal=false
-
@LIBMAD_XXX_0@mime_types=audio/x-bse,audio/x-bsewave,audio/wav,audio/x-wav,application/ogg,application/x-ogg,audio/x-vorbis,audio/x-ogg
-
@LIBMAD_XXX_1@mime_types=audio/x-bse,audio/x-bsewave,audio/wav,audio/x-wav,application/ogg,application/x-ogg,audio/x-vorbis,audio/x-ogg,audio/mp3,audio/x-mp3,audio/mpg3,audio/x-mpg3,audio/mpeg3,audio/x-mpeg3,audio/mp2,audio/x-mp2,audio/mpg2,audio/x-mpg2,audio/mpeg2,audio/x-mpeg2,audio/mp1,audio/x-mp1,audio/mpg1,audio/x-mpg1,audio/mpeg1,audio/x-mpeg1,audio/mpeg,audio/x-mpeg
-bsescm
- command=bsescm
- name=BSE Scheme Shell
- can_open_multiple_files=false
- expects_uris=false
- uses_gnomevfs=false
- requires_terminal=true
- mime_types=audio/x-bse
+
mime_types=audio/x-bse,audio/x-bsewave,audio/wav,audio/x-wav,application/ogg,application/x-ogg,audio/x-vorbis,audio/x-ogg
+
mime_types=audio/x-bse,audio/x-bsewave,audio/wav,audio/x-wav,application/ogg,application/x-ogg,audio/x-vorbis,audio/x-ogg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]