[Mud-builder-commits] r345 - in trunk/packages/tf.pkg: . extras
jaffa at garage.maemo.org
jaffa at garage.maemo.org
Sun Jan 10 16:32:10 EET 2010
Author: jaffa
Date: 2010-01-10 16:32:08 +0200 (Sun, 10 Jan 2010)
New Revision: 345
Added:
trunk/packages/tf.pkg/extras.xml
trunk/packages/tf.pkg/extras/
trunk/packages/tf.pkg/extras/local.tf
Modified:
trunk/packages/tf.pkg/mud.xml
Log:
Include Maemo keycode configuration, provided by wstutt
Added: trunk/packages/tf.pkg/extras/local.tf
===================================================================
--- trunk/packages/tf.pkg/extras/local.tf (rev 0)
+++ trunk/packages/tf.pkg/extras/local.tf 2010-01-10 14:32:08 UTC (rev 345)
@@ -0,0 +1,2 @@
+;;; Handle N900's keyboard
+/def key_nkpEnt = /dokey NEWLINE
Added: trunk/packages/tf.pkg/extras.xml
===================================================================
--- trunk/packages/tf.pkg/extras.xml (rev 0)
+++ trunk/packages/tf.pkg/extras.xml 2010-01-10 14:32:08 UTC (rev 345)
@@ -0,0 +1,6 @@
+<extras>
+ <file name="local.tf">
+ <destination path="/usr/share/tf-lib/local.tf"/>
+ </file>
+</extras>
+
Modified: trunk/packages/tf.pkg/mud.xml
===================================================================
--- trunk/packages/tf.pkg/mud.xml 2010-01-04 20:25:43 UTC (rev 344)
+++ trunk/packages/tf.pkg/mud.xml 2010-01-10 14:32:08 UTC (rev 345)
@@ -7,8 +7,9 @@
<configure-append>--disable-inet6 --disable-mailcheck</configure-append>
</build>
<deb optify="1">
- <version>5.0b8-maemo2</version>
+ <version>5.0b8-maemo3</version>
<section>user/games</section>
+ <maintainer>Andrew Flegg <andrew at bleb.org></maintainer>
<display-name>TinyFugue</display-name>
<description>Flexible, screen-oriented, command-line MUD client.\n
TinyFugue is a programmable multi-user dungeon (MUD) client. It can
@@ -17,5 +18,6 @@
.\n
This version is intended to be run from within X Terminal.
</description>
+ <bugtracker>mailto:andrew at bleb.org</bugtracker>
</deb>
</package>
More information about the Mud-builder-commits
mailing list