r4441 - packages/trunk/wok/debian

Barry deFreese bddebian-guest at alioth.debian.org
Sat Oct 20 17:14:48 UTC 2007


Author: bddebian-guest
Date: 2007-10-20 17:14:48 +0000 (Sat, 20 Oct 2007)
New Revision: 4441

Added:
   packages/trunk/wok/debian/watch
   packages/trunk/wok/debian/wok.desktop
Modified:
   packages/trunk/wok/debian/changelog
   packages/trunk/wok/debian/rules
Log:
Add watch file and desktop file


Modified: packages/trunk/wok/debian/changelog
===================================================================
--- packages/trunk/wok/debian/changelog	2007-10-20 14:51:52 UTC (rev 4440)
+++ packages/trunk/wok/debian/changelog	2007-10-20 17:14:48 UTC (rev 4441)
@@ -18,4 +18,7 @@
   [ Cyril Brulebois ]
   * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
 
+  [ Barry deFreese ]
+  * Add watch file. (Upstream tarball naming is borked)
+
  -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 12:08:29 +0100

Modified: packages/trunk/wok/debian/rules
===================================================================
--- packages/trunk/wok/debian/rules	2007-10-20 14:51:52 UTC (rev 4440)
+++ packages/trunk/wok/debian/rules	2007-10-20 17:14:48 UTC (rev 4441)
@@ -47,6 +47,8 @@
 	dh_install -a wok usr/games
 	dh_installdirs -a usr/share/pixmaps
 	dh_install -a debian/wok.xpm usr/share/pixmaps
+	dh_installdirs -a usr/share/applications
+	dh_install -a debian/wok.desktop usr/share/applications
 
 install: install-arch install-indep
 

Added: packages/trunk/wok/debian/watch
===================================================================
--- packages/trunk/wok/debian/watch	                        (rev 0)
+++ packages/trunk/wok/debian/watch	2007-10-20 17:14:48 UTC (rev 4441)
@@ -0,0 +1,3 @@
+version=3
+
+http://www.asahi-net.or.jp/~cs8k-cyu/linux/wok_e.html (?:.*)wok_src([^.].*)\.tar\.gz

Added: packages/trunk/wok/debian/wok.desktop
===================================================================
--- packages/trunk/wok/debian/wok.desktop	                        (rev 0)
+++ packages/trunk/wok/debian/wok.desktop	2007-10-20 17:14:48 UTC (rev 4441)
@@ -0,0 +1,12 @@
+[Desktop Entry]
+
+Name=Wok
+GenericName=Wok
+Comment=Catch falling balls in your wok
+
+Type=Application
+Exec=wok
+Icon=wok
+Terminal=false
+Categories=Game;ActionGame;
+




More information about the Pkg-games-commits mailing list