[haiku-commits] haiku: hrev48276 - src/data/mime_db/application build/jam/repositories/HaikuPorts

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 11 Nov 2014 00:32:29 +0100 (CET)

hrev48276 adds 2 changesets to branch 'master'
old head: 946a694e7016187bd5fbcb315c323fb55316e804
new head: 645262ff2eb07a65ea9a6ca527f836a285123dda
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=645262f+%5E946a694

----------------------------------------------------------------------------

58cd1a5: Update simh package

645262f: Add MIME type for Gobe™ Productive™ Document

                                          [ François Revol <revol@xxxxxxx> ]

----------------------------------------------------------------------------

2 files changed, 17 insertions(+), 1 deletion(-)
build/jam/repositories/HaikuPorts/x86_gcc2           |  2 +-
.../application/x-vnd.gobe.productive-document       | 16 ++++++++++++++++

############################################################################

Commit:      58cd1a5fb3f5ee2b16716f07b46ec934743e2bbb
URL:         http://cgit.haiku-os.org/haiku/commit/?id=58cd1a5
Author:      François Revol <revol@xxxxxxx>
Date:        Mon Nov 10 23:14:11 2014 UTC

Update simh package

----------------------------------------------------------------------------

diff --git a/build/jam/repositories/HaikuPorts/x86_gcc2 
b/build/jam/repositories/HaikuPorts/x86_gcc2
index 70cf065..54a768e 100644
--- a/build/jam/repositories/HaikuPorts/x86_gcc2
+++ b/build/jam/repositories/HaikuPorts/x86_gcc2
@@ -581,7 +581,7 @@ RemotePackageRepository HaikuPorts
        sge_x86-030809-1
        sge_x86_devel-030809-1
        shared_mime_info_x86-1.3-2
-       simh_x86-4.0.0_git-1
+       simh_x86-4.0.0_git-2
        smjpeg_x86-0.2.1-1
        smjpeg_x86_devel-0.2.1-1
        smpeg_x86-0.4.5-3

############################################################################

Revision:    hrev48276
Commit:      645262ff2eb07a65ea9a6ca527f836a285123dda
URL:         http://cgit.haiku-os.org/haiku/commit/?id=645262f
Author:      François Revol <revol@xxxxxxx>
Date:        Mon Nov 10 23:31:42 2014 UTC

Add MIME type for Gobe™ Productive™ Document

----------------------------------------------------------------------------

diff --git a/src/data/mime_db/application/x-vnd.gobe.productive-document 
b/src/data/mime_db/application/x-vnd.gobe.productive-document
new file mode 100644
index 0000000..a3b2ced
--- /dev/null
+++ b/src/data/mime_db/application/x-vnd.gobe.productive-document
@@ -0,0 +1,16 @@
+
+resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
+
+resource(1, "META:TYPE") "application/x-vnd.gobe.productive-document";
+
+resource(2, "META:S:DESC") #'MSDC' "Gobe Productive Document";
+
+resource(3, "META:L:DESC") #'MLDC' "Gobe™ Productive™ Document";
+
+resource(4, "META:EXTENS") message(234) {
+       "extensions" = "gp",
+       "extensions" = "gp2",
+       "extensions" = "gobe",
+       "type" = "application/x-vnd.gobe.productive-document"
+};
+


Other related posts:

  • » [haiku-commits] haiku: hrev48276 - src/data/mime_db/application build/jam/repositories/HaikuPorts - revol