r11317 - in packages/trunk/love/debian: . mimelnk

Miriam Ruiz miriam at alioth.debian.org
Fri Aug 27 03:07:26 UTC 2010


Author: miriam
Date: 2010-08-27 03:07:19 +0000 (Fri, 27 Aug 2010)
New Revision: 11317

Added:
   packages/trunk/love/debian/mimelnk/
   packages/trunk/love/debian/mimelnk/x-love-game.desktop
Modified:
   packages/trunk/love/debian/changelog
   packages/trunk/love/debian/love.desktop
   packages/trunk/love/debian/love.install
   packages/trunk/love/debian/love.sharedmimeinfo
Log:
Fix mime stuff



Modified: packages/trunk/love/debian/changelog
===================================================================
--- packages/trunk/love/debian/changelog	2010-08-27 01:32:09 UTC (rev 11316)
+++ packages/trunk/love/debian/changelog	2010-08-27 03:07:19 UTC (rev 11317)
@@ -7,6 +7,8 @@
     libflac++-dev, libmng-dev, libmodplug-dev, libxpm-dev, libxcursor-dev,
     libxxf86vm-dev, libtiff4-dev, libpng12-dev
   * Refreshed gcc-4.4.patch and removed the rest of patches
+  * Added support for alternatives, so that different versions of löve can
+    co-exist in the system
 
  -- Miriam Ruiz <little_miry at yahoo.es>  Wed, 25 Aug 2010 05:06:09 +0200
 

Modified: packages/trunk/love/debian/love.desktop
===================================================================
--- packages/trunk/love/debian/love.desktop	2010-08-27 01:32:09 UTC (rev 11316)
+++ packages/trunk/love/debian/love.desktop	2010-08-27 03:07:19 UTC (rev 11317)
@@ -1,12 +1,14 @@
 [Desktop Entry]
-Name=Löve Game
+Encoding=UTF-8
 Type=Application
+Name=Löve
 Exec=love %f
 Icon=love-app-64
 GenericName=Games development framework in lua
-GenericName[es]=Desarrollo de videojuegos en lua
-Comment=Run Löve game
-Comment[es]=Ejecutar juego de Löve
+GenericName[es]=Entorno de desarrollo de videojuegos en lua
+Comment=Run Löve
+Comment[es]=Ejecutar Löve
 Terminal=false
-MimeType=application/x-love-game;
-Categories=Game;
+MimeType=application/x-love-game
+Categories=Application;Game;
+Hidden=true

Modified: packages/trunk/love/debian/love.install
===================================================================
--- packages/trunk/love/debian/love.install	2010-08-27 01:32:09 UTC (rev 11316)
+++ packages/trunk/love/debian/love.install	2010-08-27 03:07:19 UTC (rev 11317)
@@ -4,3 +4,4 @@
 debian/pixmaps/*.xpm usr/share/pixmaps/
 debian/pixmaps/*.png usr/share/pixmaps/
 debian/*.desktop usr/share/applications/
+debian/mimelnk/*.desktop usr/share/mimelnk/application/

Modified: packages/trunk/love/debian/love.sharedmimeinfo
===================================================================
--- packages/trunk/love/debian/love.sharedmimeinfo	2010-08-27 01:32:09 UTC (rev 11316)
+++ packages/trunk/love/debian/love.sharedmimeinfo	2010-08-27 03:07:19 UTC (rev 11317)
@@ -4,5 +4,6 @@
      <comment>Löve Game</comment>
      <comment xml:lang="es">Juego de Löve</comment>
      <glob pattern="*.love"/>
+     <generic-icon name="application-x-executable"/>
    </mime-type>
 </mime-info>

Added: packages/trunk/love/debian/mimelnk/x-love-game.desktop
===================================================================
--- packages/trunk/love/debian/mimelnk/x-love-game.desktop	                        (rev 0)
+++ packages/trunk/love/debian/mimelnk/x-love-game.desktop	2010-08-27 03:07:19 UTC (rev 11317)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=MimeType
+Name=Löve Game
+Name[es]=Juego de Löve
+Icon=love-game-64
+Comment=Run Löve Game
+Comment[es]=Ejecutar juego de Löve
+MimeType=application/x-love-game
+Patterns=*.love;




More information about the Pkg-games-commits mailing list