r9056 - packages/trunk/playonlinux/debian/patches

Bertrand Marc bbk-guest at alioth.debian.org
Sat Mar 7 21:32:54 UTC 2009


Author: bbk-guest
Date: 2009-03-07 21:32:54 +0000 (Sat, 07 Mar 2009)
New Revision: 9056

Added:
   packages/trunk/playonlinux/debian/patches/license.diff
Modified:
   packages/trunk/playonlinux/debian/patches/series
Log:
use /usr/share/common-licenses in the About window

Added: packages/trunk/playonlinux/debian/patches/license.diff
===================================================================
--- packages/trunk/playonlinux/debian/patches/license.diff	                        (rev 0)
+++ packages/trunk/playonlinux/debian/patches/license.diff	2009-03-07 21:32:54 UTC (rev 9056)
@@ -0,0 +1,11 @@
+--- playonlinux-3.4.orig/python/mainwindow.py
++++ playonlinux-3.4/python/mainwindow.py
+@@ -325,7 +325,7 @@
+     self.aboutBox.AddDeveloper("Helped for the program : kiplantt")
+     self.aboutBox.AddArtist("Icons are provided by Tango Desktop Project")
+     self.aboutBox.SetWebSite("http://www.playonlinux.com")
+-    self.aboutBox.SetLicence(open(Variables.playonlinux_env+"/LICENCE",'r').read())
++    self.aboutBox.SetLicence(open("/usr/share/common-licenses/GPL",'r').read())
+     self.about = wx.AboutBox(self.aboutBox)
+ 
+ class PlayOnLinuxApp(wx.App):

Modified: packages/trunk/playonlinux/debian/patches/series
===================================================================
--- packages/trunk/playonlinux/debian/patches/series	2009-03-07 21:21:52 UTC (rev 9055)
+++ packages/trunk/playonlinux/debian/patches/series	2009-03-07 21:32:54 UTC (rev 9056)
@@ -1,3 +1,4 @@
 mscorefonts.diff
 locale.diff
 x-terminal-emulator.diff
+license.diff




More information about the Pkg-games-commits mailing list