r9764 - in packages/trunk/playonlinux/debian: . patches

Bertrand Marc bbk-guest at alioth.debian.org
Sun May 17 19:09:12 UTC 2009


Author: bbk-guest
Date: 2009-05-17 19:09:12 +0000 (Sun, 17 May 2009)
New Revision: 9764

Modified:
   packages/trunk/playonlinux/debian/
   packages/trunk/playonlinux/debian/changelog
   packages/trunk/playonlinux/debian/patches/x-terminal-emulator.diff
Log:
New upstream release: 3.5


Property changes on: packages/trunk/playonlinux/debian
___________________________________________________________________
Modified: svn-bp:origUrl
   - http://pkg-games.alioth.debian.org/tarballs/playonlinux_3.4.orig.tar.gz
   + http://pkg-games.alioth.debian.org/tarballs/playonlinux_3.5.orig.tar.gz

Modified: packages/trunk/playonlinux/debian/changelog
===================================================================
--- packages/trunk/playonlinux/debian/changelog	2009-05-17 11:14:19 UTC (rev 9763)
+++ packages/trunk/playonlinux/debian/changelog	2009-05-17 19:09:12 UTC (rev 9764)
@@ -1,3 +1,12 @@
+playonlinux (3.5-1) unstable; urgency=low
+
+  * New upstream release :
+    - Icon changed
+    - pol.mulx.net becomes mulx.playonlinux.com
+    - English translation improved
+
+ -- Bertrand Marc <beberking at gmail.com>  Sun, 17 May 2009 16:12:01 +0200
+
 playonlinux (3.4-1) unstable; urgency=low
 
   * Initial release (Closes: #485149)

Modified: packages/trunk/playonlinux/debian/patches/x-terminal-emulator.diff
===================================================================
--- packages/trunk/playonlinux/debian/patches/x-terminal-emulator.diff	2009-05-17 11:14:19 UTC (rev 9763)
+++ packages/trunk/playonlinux/debian/patches/x-terminal-emulator.diff	2009-05-17 19:09:12 UTC (rev 9764)
@@ -1,10 +1,10 @@
 --- /dev/null
-+++ playonlinux-3.4/bash/terminals/Default
++++ playonlinux-3.5/bash/terminals/Default
 @@ -0,0 +1,2 @@
 +#!/bin/sh
 +x-terminal-emulator -e "$@"
---- playonlinux-3.4.orig/lib/check_depend
-+++ playonlinux-3.4/lib/check_depend
+--- playonlinux-3.5.orig/lib/check_depend
++++ playonlinux-3.5/lib/check_depend
 @@ -53,7 +53,6 @@
  	check_one wine "wine"
  	check_one unzip "unzip"
@@ -13,8 +13,8 @@
  	check_one convert "imagemagick"
  	check_one cabextract "cabextract" 
  	#check_one lzma "lzma"
---- playonlinux-3.4.orig/lib/variables
-+++ playonlinux-3.4/lib/variables
+--- playonlinux-3.5.orig/lib/variables
++++ playonlinux-3.5/lib/variables
 @@ -45,14 +45,14 @@
  fi	
  
@@ -50,8 +50,8 @@
  fi
  
  export POL_LANG=$(echo "$LANG" | cut -d\_ -f 1)
---- playonlinux-3.4.orig/python/options.py
-+++ playonlinux-3.4/python/options.py
+--- playonlinux-3.5.orig/python/options.py
++++ playonlinux-3.5/python/options.py
 @@ -62,7 +62,7 @@
  		if(os.path.exists(Variables.playonlinux_rep+"/configurations/options/terminal")):
  			default_terminal = open(Variables.playonlinux_rep+"/configurations/options/terminal","r").read()
@@ -59,5 +59,5 @@
 -			default_terminal = "xterm"
 +			default_terminal = "Default"
  		self.Term = wx.ComboBox(self.panelGeneral, -1, value=default_terminal, choices=os.listdir(Variables.playonlinux_env+"/bash/terminals"), pos=(20,120),style=wx.CB_READONLY)
- 		self.buttonTestT = wx.Button(self.panelGeneral, 111, _("Tests"), pos=(230,120), size=(80,27))
+ 		self.buttonTestT = wx.Button(self.panelGeneral, 111, _("Test"), pos=(230,120), size=(80,27))
  




More information about the Pkg-games-commits mailing list