diff options
author | drochner <drochner@pkgsrc.org> | 2005-10-06 17:57:49 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-10-06 17:57:49 +0000 |
commit | 079ce44901f6fa0b46c83949caf2e3b5e42ea99d (patch) | |
tree | 8b77a652d4c70f16dda12a2ba36cc09d1c452c1c /x11/py-qt3-modules | |
parent | c8daae8b9c3b722c9e63f0e6acccfe895a1d2cfc (diff) | |
download | pkgsrc-079ce44901f6fa0b46c83949caf2e3b5e42ea99d.tar.gz |
update py-qt3 to 3.15
changes:
-sync with newer qscintilla
-bugfixes
Diffstat (limited to 'x11/py-qt3-modules')
-rw-r--r-- | x11/py-qt3-modules/distinfo | 13 | ||||
-rw-r--r-- | x11/py-qt3-modules/patches/patch-aa | 20 |
2 files changed, 15 insertions, 18 deletions
diff --git a/x11/py-qt3-modules/distinfo b/x11/py-qt3-modules/distinfo index 56b9dafb114..6a915f356c5 100644 --- a/x11/py-qt3-modules/distinfo +++ b/x11/py-qt3-modules/distinfo @@ -1,9 +1,6 @@ -$NetBSD: distinfo,v 1.9 2005/07/01 01:20:28 reed Exp $ +$NetBSD: distinfo,v 1.10 2005/10/06 17:57:49 drochner Exp $ -SHA1 (PyQt-x11-gpl-3.14.1.tar.gz) = b29c1d319c132ba09648f70e01f7af1fa92c18b0 -RMD160 (PyQt-x11-gpl-3.14.1.tar.gz) = d8caef8513bc715f2f0e6107daa5d6d2ba883ddb -Size (PyQt-x11-gpl-3.14.1.tar.gz) = 782274 bytes -SHA1 (PyQt-mac-gpl-3.14.1.tar.gz) = 391edbd2a06d5a50802a44a81c95ab0aa067d928 -RMD160 (PyQt-mac-gpl-3.14.1.tar.gz) = 79e62b2775e229c325eff0c3d6f837e00f431dde -Size (PyQt-mac-gpl-3.14.1.tar.gz) = 776559 bytes -SHA1 (patch-aa) = 7119fe04aa5bb82c2775a9458238cc99590c3c1c +SHA1 (PyQt-x11-gpl-3.15.tar.gz) = 47c2729fb423dc19eb96255a1d0791c714b88754 +RMD160 (PyQt-x11-gpl-3.15.tar.gz) = d4db0a21013ea1b5338d74441ee50c41de7f25d9 +Size (PyQt-x11-gpl-3.15.tar.gz) = 789772 bytes +SHA1 (patch-aa) = 298f30c8e549f107b042fc59539537bac3a463f6 diff --git a/x11/py-qt3-modules/patches/patch-aa b/x11/py-qt3-modules/patches/patch-aa index bfa4661ca0a..74fa250640d 100644 --- a/x11/py-qt3-modules/patches/patch-aa +++ b/x11/py-qt3-modules/patches/patch-aa @@ -1,17 +1,17 @@ -$NetBSD: patch-aa,v 1.3 2005/02/24 20:17:37 drochner Exp $ +$NetBSD: patch-aa,v 1.4 2005/10/06 17:57:49 drochner Exp $ ---- configure.py.orig 2005-02-19 16:49:33.000000000 +0100 +--- configure.py.orig 2005-08-30 19:42:52.000000000 +0200 +++ configure.py -@@ -38,7 +38,7 @@ pyqt_version_str = "3.14" +@@ -38,7 +38,7 @@ pyqt_version_str = "3.15" sip_min_v3_version = 0x030c00 - sip_min_v4_version = 0x040200 + sip_min_v4_version = 0x040300 -pyqt_modules = ["qt"] +pyqt_modules = [] qt_sip_flags = [] qtext_sip_flags = [] qtpe_sip_flags = [] -@@ -732,7 +732,7 @@ def check_license(): +@@ -733,7 +733,7 @@ def check_license(): print "Type 'no' to decline the terms of the license." print @@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.3 2005/02/24 20:17:37 drochner Exp $ try: resp = raw_input("Do you accept the terms of the license? ") except: -@@ -766,64 +766,64 @@ def create_makefiles(): +@@ -767,64 +767,64 @@ def create_makefiles(): # The Professional Edition needs special handling. prof = (sipcfg.qt_edition == "professional") @@ -138,16 +138,16 @@ $NetBSD: patch-aa,v 1.3 2005/02/24 20:17:37 drochner Exp $ elif sipcfg.qt_version >= 0x020000: sipconfig.inform("Creating pyuic Makefile...") -@@ -936,7 +936,7 @@ def main(argv): - sipcfg.error("This version of PyQt requires SIP v%s or later" % sipcfg.version_to_string(minv)) +@@ -937,7 +937,7 @@ def main(argv): + sipconfig.error("This version of PyQt requires SIP v%s or later" % sipcfg.version_to_string(minv)) # Check for QScintilla. - check_qscintilla() -+ #check_qscintilla() ++# check_qscintilla() # Check which modules to build. check_module("qtcanvas", "qcanvas.h", "QCanvas()") -@@ -954,8 +954,8 @@ def main(argv): +@@ -955,8 +955,8 @@ def main(argv): if sys.platform == "win32" and sipcfg.sip_version >= 0x040200: check_module("qtaxcontainer", "qaxobject.h", "QAxObject()", lib="qaxcontainer") |