[playonlinux] 30/230: use /usr/share/common-licenses in the About window

Bertrand Marc bmarc at moszumanska.debian.org
Sun Jul 9 17:41:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit 0e580ffd5b45b13abf2c5243d3771e1594e1e972
Author: Bertrand Marc <beberking at gmail.com>
Date:   Sat Mar 7 21:32:54 2009 +0000

    use /usr/share/common-licenses in the About window
---
 debian/patches/license.diff | 11 +++++++++++
 debian/patches/series       |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/license.diff b/debian/patches/license.diff
new file mode 100644
index 0000000..5144b81
--- /dev/null
+++ b/debian/patches/license.diff
@@ -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):
diff --git a/debian/patches/series b/debian/patches/series
index 50c6b43..da3657a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 mscorefonts.diff
 locale.diff
 x-terminal-emulator.diff
+license.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/playonlinux.git



More information about the Pkg-games-commits mailing list