summaryrefslogtreecommitdiff
path: root/games/pysolfc/patches
diff options
context:
space:
mode:
authorspz <spz>2012-09-01 19:44:33 +0000
committerspz <spz>2012-09-01 19:44:33 +0000
commit3f598bcaed6ecf42de339b476b9c50be9d6a180f (patch)
treefe76263ad402437e713dfeeaef43738201ec24b7 /games/pysolfc/patches
parent85ae57de37d45a567c8de969f4bde487a79c9c6d (diff)
downloadpkgsrc-3f598bcaed6ecf42de339b476b9c50be9d6a180f.tar.gz
update of pysolfc to version 2.0
upstream change announcement: December 04, 2009: PySolFC v.2.0 (1061 games) and PySolFC-Cardsets v.2.0 (153 cardsets) the license was changed to the GPLv3 or newer 13 new games migration to new python-ttk module improved look of the deck (required python-imaging v.1.1.7) fixed Hanafuda games (ticket) new config-file option: sound_sample_buffer_size (ticket) portable version for windows (ticket) many other bugfixes
Diffstat (limited to 'games/pysolfc/patches')
-rw-r--r--games/pysolfc/patches/patch-aa12
-rw-r--r--games/pysolfc/patches/patch-ab4
-rw-r--r--games/pysolfc/patches/patch-ac26
3 files changed, 3 insertions, 39 deletions
diff --git a/games/pysolfc/patches/patch-aa b/games/pysolfc/patches/patch-aa
deleted file mode 100644
index 0357cfbef40..00000000000
--- a/games/pysolfc/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/11/16 07:12:09 snj Exp $
-
---- setup.py.orig 2008-11-15 13:57:18.000000000 -0800
-+++ setup.py 2008-11-15 13:57:25.000000000 -0800
-@@ -44,7 +44,6 @@ if os.name == 'posix':
- for l in ('ru', 'ru_RU'):
- data_files.append(('share/locale/%s/LC_MESSAGES' % l,
- ['locale/%s/LC_MESSAGES/pysol.mo' % l]))
-- data_files.append((data_dir, ['data/pysolfc.glade']))
-
- ##from pprint import pprint; pprint(data_files)
- ##import sys; sys.exit()
diff --git a/games/pysolfc/patches/patch-ab b/games/pysolfc/patches/patch-ab
index 3f1f1b49bc5..910566b27d5 100644
--- a/games/pysolfc/patches/patch-ab
+++ b/games/pysolfc/patches/patch-ab
@@ -1,4 +1,6 @@
-$NetBSD: patch-ab,v 1.1.1.1 2008/11/16 07:12:09 snj Exp $
+$NetBSD: patch-ab,v 1.2 2012/09/01 19:44:33 spz Exp $
+
+pkgsrc'ification
--- pysollib/settings.py.orig 2008-11-15 13:04:30.000000000 -0800
+++ pysollib/settings.py 2008-11-15 13:05:05.000000000 -0800
diff --git a/games/pysolfc/patches/patch-ac b/games/pysolfc/patches/patch-ac
deleted file mode 100644
index 413279c4730..00000000000
--- a/games/pysolfc/patches/patch-ac
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2009/09/12 19:45:29 snj Exp $
-
---- pysollib/mfxutil.py.orig 2009-09-12 12:22:02.000000000 -0700
-+++ pysollib/mfxutil.py 2009-09-12 12:22:14.000000000 -0700
-@@ -51,21 +51,6 @@ except:
- from settings import PACKAGE, TOOLKIT
-
- Image = ImageTk = ImageOps = None
--if TOOLKIT == 'tk':
-- try: # PIL
-- import Image
-- except ImportError:
-- pass
-- else:
-- import ImageTk
-- import ImageOps
-- # for py2exe
-- import GifImagePlugin
-- import PngImagePlugin
-- import JpegImagePlugin
-- import BmpImagePlugin
-- import PpmImagePlugin
-- Image._initialized = 2
-
-
- # /***********************************************************************