Commit graph

59 commits

Author SHA1 Message Date
wiz
9530133a39 py-qt5: fix ALTERNATIVES syntax 2020-01-30 13:14:53 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
rhialto
234e32ac9d Python-version some more files to avoid conflicts.
This package installs once per python version. A few files were not
versioned and caused conflicts.  These files now have the python version
number in their path.
2020-01-26 12:53:34 +00:00
jperkin
26c1bffc9f *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
adam
186acb1c28 py-qt5: updated to 5.13.2
PyQt v5.13.2 has been released. This is a minor bug-fix and feature release. There are corresponding releases of the other PyQt dependent packages. All packages can now be built with SIP v5. All wheels bundle Qt v5.13.2.
2019-11-18 19:44:51 +00:00
bouyer
2e628047ad Be consistent with py-sip and install files in share/sip${PYVERSSUFFIX}/,
not share/sip/. Otherwise sip doesn't find the files.
bump PKGREVISIONs.
No changes expected in packages dependant on py-qt5, so no recursive bump.
2019-10-29 19:17:09 +00:00
ryoon
7917e25af2 Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
adam
8c0ad4480a py-qt5: updated to 5.13.1
PyQt v5.13.1 and PyQtWebEngine v5.13.1 have been released. These are minor functional releases. The wheels of other PyQt-based packages have been updated to Qt v5.13.1.
* Added the (temporary) pyqt5_enable_new_onexit_scheme() to allow experimentation with the new on-exit clean-up scheme.
* Added the missing QObject.disconnect(QMetaObject.Connection) overload.
* Deprecated PYQT_CONFIGURATION.
2019-09-16 19:50:47 +00:00
adam
428a2e43b4 py-qt5: updated to 5.13.0
v5.13.0:
- Added support for Qt v5.13.0.

v5.12.3:
- Added support for Qt v5.12.4.
- Added support for Python v3.8.
- QCoreApplication (and sub-classes) can be used as a context manager.
- Added the missing WA_ContentsMarginsRespectsSafeArea enum member.

v5.12.2:
- Added support for Qt v5.12.3.
- Added QOpenGLContext.getProcAddress().
- Added support for Python fstrings to pylupdate.

v5.12.1:
- Added support for Qt v5.12.2.

v5.12:
- Added support for Qt v5.12.0 and Qt v5.12.1.
- Added the QtRemoteObjects module.
- Added the remote objects examples.
- Added the missing QLoggingCategory class.
- The QtWebEngine, QtWebEngineCore and QtWebEngineWidgets modules have been
  moved to a separate PyQtWebEngine package.  This is a packaging change only
  and does not affect applications.
- Overflow checking when converting Python int object to C/C++ integer types
  is now enabled by default.
- SIP v4.19.14 is required.
2019-08-22 18:29:02 +00:00
rillig
c7ff05f63e all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
2019-05-23 19:22:54 +00:00
ryoon
6fc378bce9 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
adam
16dd5de231 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
markd
4764c05c73 py-qt5: add dependency on py-sip-qt5 2018-11-22 02:34:13 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
adam
1d491d8af1 py-qt5: added PLIST.Darwin 2018-10-07 09:01:45 +00:00
adam
66513ffa49 py-qt5: updated to 5.11.3
PyQt v5.11.3 has been released. This is a minor functional release adding support for Qt v5.11.2. There are corresponding releases of PyQt3D, PyQtChart, PyQtDataVisualization and PyQtPurchasing.

PyQt v5.11.2 has been released. This is a major functional release. There are corresponding releases of PyQt3D, PyQtChart, PyQtDataVisualization and PyQtPurchasing.
2018-10-07 09:01:22 +00:00
ryoon
b9c1e1d533 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
ryoon
4fea36abc2 Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
jperkin
5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00
wiz
a9d8abf6c2 py-qt5: Fix patch to apply to source file instead of generated file. 2018-06-23 17:49:36 +00:00
wiz
1ee11b4c47 py-qt5: update to 5.10.1nb1.
Fix build with Qt 5.11.

QTest::waitForEvents was removed, remove references to it.
2018-06-23 11:23:46 +00:00
adam
2ed6c8a733 py-qt5: updated to 5.10.1
PyQt v5.10.1 has been released. This release adds support for Qt v5.10.1. There are corresponding releases of PyQt3D, PyQtChart, PyQtDataVisualization and PyQtPurchasing.
Added support for Qt v5.10.1.
Added the missing qmlClearTypeRegistrations() to the QtQml module.
Added the --disable-feature option to configure.py.
2018-04-14 20:08:26 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
adam
a5d1406955 py-qt5: updated to 5.10
v5.10:
- Added support for Qt v5.10.0.
- Added the QtNetworkAuth module.
2018-02-01 21:09:29 +00:00
wiz
bff4597ffc Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
markd
f283c7ed66 py-qt5: remove commented out SUBST_CLASS.install 2018-01-23 19:36:35 +00:00
markd
19b6484533 py-qt5: restore PLIST as well 2018-01-23 19:35:07 +00:00
dbj
a20e8687b4 it was pointed out that python27 is a build only dependency for qt5-qtwebkit
revert previous
2018-01-23 16:42:02 +00:00
dbj
bb4c75ed96 if PYPKGPREFIX is not py27, disable QtWebKit and remove it as a dependency 2018-01-22 04:36:08 +00:00
dbj
1c491c7151 Do not expect an app bundle on Darwin. 2018-01-22 04:17:11 +00:00
markd
e39bf9d525 py-qt5: fix PLIST for python2 and note dependency on py-dbus 2018-01-21 23:32:45 +00:00
markd
c0826d9200 py-qt5: update to 5.9.1 2018-01-17 19:39:57 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
wiz
a08ccc4150 recursive bump for qt5-qtwebkit dependency change 2017-09-12 13:51:59 +00:00
ryoon
5bd9ca4ef6 Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
wiz
a82faf3bbd Pass LDFLAGS to build. Fixes RELRO build. 2017-07-16 07:34:51 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
ryoon
50aefac5f6 Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
ryoon
f62b809c5a Recursive revbump from audio/pulseaudio-10.0 2017-01-21 20:06:44 +00:00
ryoon
36ed025474 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
wiz
1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00
ryoon
e37b97fe3c Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
wiz
08350b019d Fix rpath for X11=native case.
From Olaf 'Rhialto' Seibert in PR 50876.

Bump PKGREVISION.
2016-04-23 07:38:38 +00:00
ryoon
ac20a93574 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
adam
011bef3059 Revbump after updating graphics/libwebp 2016-01-06 10:46:49 +00:00