[pkg-java] r11204 - trunk/freemind/debian

Eric Lavarde ewl-guest at alioth.debian.org
Sat Dec 5 13:31:10 UTC 2009


Author: ewl-guest
Date: 2009-12-05 13:31:09 +0000 (Sat, 05 Dec 2009)
New Revision: 11204

Added:
   trunk/freemind/debian/freemind.magic
   trunk/freemind/debian/x-freemind.desktop
Modified:
   trunk/freemind/debian/changelog
   trunk/freemind/debian/freemind.desktop
   trunk/freemind/debian/freemind.install
   trunk/freemind/debian/freemind.sharedmimeinfo
Log:
Improved MIME support and added MIME support for KDE3.


Modified: trunk/freemind/debian/changelog
===================================================================
--- trunk/freemind/debian/changelog	2009-12-03 22:42:07 UTC (rev 11203)
+++ trunk/freemind/debian/changelog	2009-12-05 13:31:09 UTC (rev 11204)
@@ -1,3 +1,10 @@
+freemind (0.9.0~rc6+dfsg-2) unstable; urgency=low
+
+  * Improve existing MIME support and add MIME support for KDE3
+    (Closes: #296258).
+
+ -- Eric Lavarde <deb at zorglub.s.bawue.de>  Sat, 05 Dec 2009 14:28:10 +0100
+
 freemind (0.9.0~rc6+dfsg-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/freemind/debian/freemind.desktop
===================================================================
--- trunk/freemind/debian/freemind.desktop	2009-12-03 22:42:07 UTC (rev 11203)
+++ trunk/freemind/debian/freemind.desktop	2009-12-05 13:31:09 UTC (rev 11204)
@@ -1,12 +1,11 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 Name=FreeMind
 Exec=/usr/bin/freemind
 Terminal=false
-Icon=/usr/share/pixmaps/FreeMindWindowIcon.xpm
+Icon=FreeMindWindowIcon
 Type=Application
-MimeType=application/x-freemind
-Categories=Application;Office;
+MimeType=application/x-freemind;
+Categories=Office;
 GenericName=FreeMind
 Comment=A free mind mapping tool

Modified: trunk/freemind/debian/freemind.install
===================================================================
--- trunk/freemind/debian/freemind.install	2009-12-03 22:42:07 UTC (rev 11203)
+++ trunk/freemind/debian/freemind.install	2009-12-05 13:31:09 UTC (rev 11204)
@@ -5,3 +5,7 @@
 freemind/images/FreeMindWindowIcon.xpm usr/share/pixmaps
 bin/dist/accessories/* usr/share/freemind/accessories
 debian/freemind.desktop usr/share/applications
+# the following lines are needed for KDE 3 which doesn't use the
+# freedesktop.org/XDG framework.
+debian/x-freemind.desktop usr/share/mimelnk/application
+debian/freemind.magic etc/kde3/magic

Added: trunk/freemind/debian/freemind.magic
===================================================================
--- trunk/freemind/debian/freemind.magic	                        (rev 0)
+++ trunk/freemind/debian/freemind.magic	2009-12-05 13:31:09 UTC (rev 11204)
@@ -0,0 +1 @@
+0	string		\<map			application/x-freemind

Modified: trunk/freemind/debian/freemind.sharedmimeinfo
===================================================================
--- trunk/freemind/debian/freemind.sharedmimeinfo	2009-12-03 22:42:07 UTC (rev 11203)
+++ trunk/freemind/debian/freemind.sharedmimeinfo	2009-12-05 13:31:09 UTC (rev 11204)
@@ -21,10 +21,11 @@
 	<comment xml:lang="sl">FreeMind Miselni vzorec</comment>
 	<comment xml:lang="zh_CN">FreeMind 思维导图</comment>
 	<comment xml:lang="zh">FreeMind 心智圖</comment>
-	<glob pattern="*.mm"/>
+	<glob pattern="*.mm" />
 	<magic priority="65">
-		<match type="string" value="&lt;map" offset="0"/>
+		<match type="string" value="&lt;map" offset="0" />
 	</magic>
+	<sub-class-of type="text/plain" />
     </mime-type>
 </mime-info>
 

Added: trunk/freemind/debian/x-freemind.desktop
===================================================================
--- trunk/freemind/debian/x-freemind.desktop	                        (rev 0)
+++ trunk/freemind/debian/x-freemind.desktop	2009-12-05 13:31:09 UTC (rev 11204)
@@ -0,0 +1,31 @@
+# KDE Config File
+[Desktop Entry]
+Encoding=UTF-8
+MimeType=application/x-freemind
+Icon=FreeMindWindowIcon
+Comment=FreeMind Map
+Comment[cs]=FreeMind Mapa
+Comment[de]=FreeMind Map
+Comment[dk]=FreeMind Map
+Comment[es]=FreeMind Mapa
+Comment[fr]=FreeMind Carte Mentale
+Comment[hu]=FreeMind Térkép
+Comment[it]=FreeMind Mappa
+Comment[ja]=FreeMind マップ
+Comment[kr]=FreeMind 맵
+Comment[lt]=FreeMind Žemėlapis
+Comment[nl]=FreeMind Map
+Comment[no]=FreeMind Map
+Comment[pl]=FreeMind Mapa
+Comment[pt]=FreeMind Mapa
+Comment[pt]=FreeMind Mapa
+Comment[ru]=FreeMind Ассоциативная арта
+Comment[sl]=FreeMind Miselni vzorec
+Comment[zh_CN]=FreeMind 思维导图
+Comment[zh]=FreeMind 心智圖
+Type=MimeType
+Patterns=*.mm
+X-KDE-AutoEmbed=false
+[Property::X-KDE-NativeExtension]
+Type=QString
+Value=.mm




More information about the pkg-java-commits mailing list