r10767 - in packages/trunk/love/debian: . scripts

Miriam Ruiz miriam at alioth.debian.org
Mon Feb 1 23:47:01 UTC 2010


Author: miriam
Date: 2010-02-01 23:46:59 +0000 (Mon, 01 Feb 2010)
New Revision: 10767

Modified:
   packages/trunk/love/debian/love.desktop
   packages/trunk/love/debian/rules
   packages/trunk/love/debian/scripts/hand-holder.lua
Log:
Fixed small details



Modified: packages/trunk/love/debian/love.desktop
===================================================================
--- packages/trunk/love/debian/love.desktop	2010-02-01 22:10:09 UTC (rev 10766)
+++ packages/trunk/love/debian/love.desktop	2010-02-01 23:46:59 UTC (rev 10767)
@@ -3,6 +3,8 @@
 Type=Application
 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
 Terminal=false

Modified: packages/trunk/love/debian/rules
===================================================================
--- packages/trunk/love/debian/rules	2010-02-01 22:10:09 UTC (rev 10766)
+++ packages/trunk/love/debian/rules	2010-02-01 23:46:59 UTC (rev 10767)
@@ -23,6 +23,7 @@
 		--infodir=\$${prefix}/share/info \
 		CFLAGS="$(CFLAGS) `pkg-config flac++ --cflags`" \
 		LDFLAGS="-Wl,-z,defs  -Wl,-as-needed `pkg-config flac++ --libs`"
+	chmod +x debian/scripts/hand-holder.lua
 	touch $@
 
 build-arch: build-arch-stamp

Modified: packages/trunk/love/debian/scripts/hand-holder.lua
===================================================================
--- packages/trunk/love/debian/scripts/hand-holder.lua	2010-02-01 22:10:09 UTC (rev 10766)
+++ packages/trunk/love/debian/scripts/hand-holder.lua	2010-02-01 23:46:59 UTC (rev 10767)
@@ -1,3 +1,5 @@
+#!/usr/bin/lua5.1
+
 -- hand-holder.lua v0.2, by Robin Wellner
 -- Automatically converting 0.5.0 games to 0.6.0
 -- Downloaded from http://love2d.org/forum/viewtopic.php?f=4&t=1165




More information about the Pkg-games-commits mailing list