[Mud-builder-commits] r266 - in trunk/packages: . icon vim.pkg vim.pkg/extras

jaffa at garage.maemo.org jaffa at garage.maemo.org
Sat Jan 24 22:50:36 EET 2009


Author: jaffa
Date: 2009-01-24 22:50:35 +0200 (Sat, 24 Jan 2009)
New Revision: 266

Added:
   trunk/packages/vim.pkg/
   trunk/packages/vim.pkg/extras.xml
   trunk/packages/vim.pkg/extras/
   trunk/packages/vim.pkg/extras/vim.launch
   trunk/packages/vim.pkg/mud.xml
   trunk/packages/vim.pkg/vim-26.png
   trunk/packages/vim.pkg/vim-64.png
   trunk/packages/vim.pkg/vim.desktop
Removed:
   trunk/packages/extras/
   trunk/packages/icon/vim-26.png
   trunk/packages/icon/vim-64.png
   trunk/packages/vim.xml
Log:
Migrate vim package to new package format

Deleted: trunk/packages/icon/vim-26.png
===================================================================
(Binary files differ)

Deleted: trunk/packages/icon/vim-64.png
===================================================================
(Binary files differ)

Copied: trunk/packages/vim.pkg/extras/vim.launch (from rev 253, trunk/packages/extras/vim.launch)
===================================================================
--- trunk/packages/vim.pkg/extras/vim.launch	                        (rev 0)
+++ trunk/packages/vim.pkg/extras/vim.launch	2009-01-24 20:50:35 UTC (rev 266)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ "x$1" == "x--xterm" ]; then
+  shift
+  exec /usr/bin/osso-xterm "$0" "$@"
+fi 
+
+echo -e '\033];vim\007'
+exec vim "$@"


Property changes on: trunk/packages/vim.pkg/extras/vim.launch
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mergeinfo
   + 

Added: trunk/packages/vim.pkg/extras.xml
===================================================================
--- trunk/packages/vim.pkg/extras.xml	                        (rev 0)
+++ trunk/packages/vim.pkg/extras.xml	2009-01-24 20:50:35 UTC (rev 266)
@@ -0,0 +1,6 @@
+<extras>
+  <file name="vim.launch">
+    <destination path="/usr/bin/vim.launch"/>
+  </file>
+</extras>
+

Copied: trunk/packages/vim.pkg/mud.xml (from rev 255, trunk/packages/vim.xml)
===================================================================
--- trunk/packages/vim.pkg/mud.xml	                        (rev 0)
+++ trunk/packages/vim.pkg/mud.xml	2009-01-24 20:50:35 UTC (rev 266)
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<package>
+  <!--
+    - Icons used in vim package, (c) Matthew Webb 2004:
+    -              http://www.cs.princeton.edu/~mtwebb/vim_icon/vim_icons.html
+    -->
+  <fetch type="tarball">
+    <url>ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2</url>
+  </fetch>
+  <build>
+    <configure-append>--disable-darwin --disable-xsmp --disable-netbeans --enable-gui=no --disable-gtktest --disable-gpm --disable-acl --disable-nls --enable-multibyte</configure-append>
+  </build>
+  <deb>
+    <version>7.2-0maemo2</version>
+    <section>user/utilities</section>
+    <description>Powerful console text editor
+    One of the most powerful text editors in existence, vim is "Vi-Improved".
+    .
+    This package contains the command line version only, and so should be used
+    inside X Terminal.
+    </description>
+  </deb>
+</package>


Property changes on: trunk/packages/vim.pkg/mud.xml
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: trunk/packages/vim.pkg/vim-26.png (from rev 253, trunk/packages/icon/vim-26.png)
===================================================================
(Binary files differ)


Property changes on: trunk/packages/vim.pkg/vim-26.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream
Name: svn:mergeinfo
   + 

Copied: trunk/packages/vim.pkg/vim-64.png (from rev 253, trunk/packages/icon/vim-64.png)
===================================================================
(Binary files differ)


Property changes on: trunk/packages/vim.pkg/vim-64.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream
Name: svn:mergeinfo
   + 

Copied: trunk/packages/vim.pkg/vim.desktop (from rev 253, trunk/packages/extras/vim.desktop)
===================================================================
--- trunk/packages/vim.pkg/vim.desktop	                        (rev 0)
+++ trunk/packages/vim.pkg/vim.desktop	2009-01-24 20:50:35 UTC (rev 266)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=vim
+Icon=vim
+Exec=/usr/bin/vim.launch
+Type=Application


Property changes on: trunk/packages/vim.pkg/vim.desktop
___________________________________________________________________
Name: svn:mergeinfo
   + 

Deleted: trunk/packages/vim.xml
===================================================================
--- trunk/packages/vim.xml	2009-01-24 20:47:22 UTC (rev 265)
+++ trunk/packages/vim.xml	2009-01-24 20:50:35 UTC (rev 266)
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<package>
-  <!--
-    - Icons used in vim package, (c) Matthew Webb 2004:
-    -              http://www.cs.princeton.edu/~mtwebb/vim_icon/vim_icons.html
-    -->
-  <fetch type="tarball">
-    <url>ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2</url>
-  </fetch>
-  <build>
-    <configure-append>--disable-darwin --disable-xsmp --disable-netbeans --enable-gui=no --disable-gtktest --disable-gpm --disable-acl --disable-nls --enable-multibyte</configure-append>
-  </build>
-  <deb>
-    <version>7.2-0maemo1</version>
-    <section>user/utilities</section>
-    <description>Powerful console text editor
-    One of the most powerful text editors in existence, vim is "Vi-Improved".
-    .
-    This package contains the command line version only, and so should be used
-    inside X Terminal.
-    </description>
-  </deb>
-</package>



More information about the Mud-builder-commits mailing list