Commit Graph

70 Commits

Author SHA1 Message Date
Martchus 5f239b49a5 Add separate packages for static Qt 5 modules (mingw-w64)
The static Qt modules in the base repository are already packaged as a
separate package (mingw-w64-qt5-base-static). This change applies the same
separation to Qt modules found in further repositories. That means it is no
longer required to build a static version of Qt if only shared libraries
are required.

Note that there's no static variant for mingw-w64-qt5-activeqt because this
module ends up being built as a static library anyways. There is also no
static version of mingw-w64-qt5-translations because it does not contain
any libraries.
2020-09-13 13:21:21 +02:00
Martchus d9d82f0cd7 Update mingw-w64-qt5-* packages to 5.15.0 2020-06-01 19:46:40 +02:00
Martchus abc84a158f Rebuild mingw-w64-qt5-base* against updated mingw-w64-mariadb-connector-c 2020-04-18 00:49:47 +02:00
Martchus f5bd9d2ae9 Create mingw-w64-qt5-base variants via template 2020-04-17 22:23:16 +02:00
Martchus 00e0c460e4 Update mingw-w64-qt5-* to 5.14.2 2020-04-04 13:33:38 +02:00
Martchus c37aa43cb7 Fix flags for using static PostgreSQL in mingw-w64-qt5-base-static
See https://github.com/Martchus/PKGBUILDs/issues/94#issuecomment-590164904
2020-02-24 16:20:04 +01:00
Martchus 7bbd52b9eb Update mingw-w64-qt5 to 5.14.1 2020-01-29 19:08:30 +01:00
Martchus 96f926a451 Update mingw-w64-qt5-* packages to 5.14.0 2019-12-24 22:42:51 +01:00
Martchus 6face8aef3 Use flags from mingw-w64-environment for mingw-w64-qt5-base 2019-12-06 15:09:51 +01:00
Martchus 4972f27236 Change flags in mingw-w64-qt5-* for mingw-w64 7.0.0
* Prevent `undefined reference to `__memcpy_chk'`
* Be consistent with
  https://aur.archlinux.org/cgit/aur.git/commit/?h=mingw-w64-configure&id=c2ee2d12aa95d15dde2f3125a75a08b1622bfb73
* Rebuild qtdeclarative as well to check whether we can
  build dynamically and statically linked executables
* See https://github.com/Martchus/PKGBUILDs/issues/105
2019-11-12 17:24:46 +01:00
Martchus d7752b8687 Update mingw-w64-qt5-* to 5.13.2 2019-11-09 22:37:37 +01:00
Martchus 0b07d6a179 Update mingw-w64 Qt 5 packages to 5.13.1 2019-09-09 20:22:02 +02:00
Martchus e1e3aece22 Update Qt 5 packages to 5.13.0 2019-06-26 14:40:09 +02:00
Martchus c1d7052470 Update Qt packages to 5.12.3 2019-04-23 15:02:20 +02:00
Martchus f8bf1de7c8 Update qt5 packages to 5.12.2 2019-03-26 21:32:50 +01:00
Martchus b7457ef355 Update Qt packages to 5.12.1 2019-02-04 14:52:59 +01:00
Martchus e268bc2458 Remove -fstack-protector-strong from Qt 5 packages, too 2019-01-05 15:45:43 +01:00
Martchus d35652e480 Make mingw-w64 compile flags configurable
* Sync configure and cmake with latest AUR versions
* Get rid of -g by default
* Not tested yet
2018-12-31 00:14:47 +01:00
Martchus eb868854b2 Fix use of static Qt with CMake 2018-12-22 17:16:50 +01:00
Martchus 768c12cd05 Update Qt packages to 5.12.0 2018-12-11 14:09:48 +01:00
Martchus fb7d66642b Rebuild mingw-w64-qt5-{base,svg} against fixed mingw-w64-glib2 2018-09-30 13:25:09 +02:00
Martchus 60ff200571 Update mingw-w64-qt5-* to 5.11.2 2018-09-25 10:13:00 +02:00
Martchus 9337a71ad6 Add patch to fix building Qt with glibc 2.28 2018-08-25 11:56:56 +02:00
Martchus fba9dc70ca Update mingw-w64-qt5-* packages to 5.11.1 2018-06-25 14:57:33 +02:00
Martchus 4a37d87b49 Simplify patching ing mingw-w64-qt5-base* 2018-06-11 20:26:28 +02:00
Martchus 1e7aea297a Update mingw-w64-qt5 packages to 5.11.0 2018-05-28 20:48:21 +02:00
Martchus b026866d2f Update mingw-w64-qt5-base-* packages
* Improve documentation
* Switch back to patching win32-g++ rather than
  adding own mkspec to fix
    * https://github.com/Martchus/PKGBUILDs/issues/59
    * https://github.com/Martchus/PKGBUILDs/issues/60
* Not tested yet
2018-03-17 17:10:04 +01:00
Martchus 11f8ccba19 Update mingw-w64-qt5-* packages to 5.10.1 2018-02-19 20:05:54 +01:00
Martchus 2319ff9606 Fix libraries for static Qt platform plugins 2017-12-15 22:49:20 +01:00
Martchus 5695ac7572 Update Qt packages to 5.10.0 2017-12-10 21:12:44 +01:00
Martchus ee5d131ccf Update mingw-w64-qt5-* packages to 5.9.2 2017-10-16 16:18:42 +02:00
Martchus c7b9006254 Update mingw-w64 Qt packages to 5.9.1 2017-07-06 23:10:29 +02:00
Martchus 7ec851b755 mingw-w64-qt5-base: Remove wrong/unused line for OpenSSL 1.0 2017-06-22 12:55:11 +02:00
Martchus 98abd6df3b Update mingw-w64-qt5 packages to 5.9.0 2017-06-05 02:52:29 +02:00
Martchus 1eb6962af3 mingw-w64-qt5: Fix macros invoking moc/rcc
Workaround for same problem as in https://github.com/Martchus/PKGBUILDs/issues/11
just for moc and rcc
2017-04-19 18:09:52 +02:00
Martchus 4ec1ba5538 Fix mingw-w64-qt5-base-static
* Fix StaticQt5::Test
* Fix linking against static MariaDB
2017-03-23 00:19:35 +01:00
Martchus c9819b9c7c Update mingw-w64-qt5-* to 5.8.0
* Adapt hacks to new config system
* Use distinct mkspec mingw-w64-g++ rather than
  patching the existing win32-g++
* Testing QML and ANGLE is on TODO list
  because it hasn't been tested since quite a time
2017-02-09 16:10:06 +01:00
Martchus 6a5e700e59 Update mingw-w64-qt5-* to 5.7.1 2016-12-23 20:19:16 +01:00
Martchus 7c9e01aa78 mingw-w64-qt5-base: Fix checksums 2016-12-16 08:49:20 +01:00
Martchus f1493f7647 Fix qt5_wrap_ui() macro in mingw-w64-qt5-base
See https://github.com/Martchus/PKGBUILDs/issues/11
2016-12-05 20:32:16 +01:00
Martchus bbc65bcaed Fix a few issues with mingw-w64-qt5-* packages
* Mainly issues concerning static build and CMake
* Qt WebKit doesn't build with latest ANGLE, though
2016-11-27 14:20:21 +01:00
Martchus defbb48223 Change work around for using static Qt 5 with CMake
* Make it possible to use shared and static Qt build (installed
  in the same prefix) at the same time in a project.
* This allows compiling shared and static libraries depending on
  Qt in one step.
* Static CMake modules are prefixed with 'Static', eg. 'StaticQt5Core'
  and provide importet targets as eg. 'Qt5::static::Core'.
2016-11-02 21:25:48 +01:00
Martchus 49986a75ac Remove qtchooser support as it as been removed from official repos 2016-11-02 21:25:48 +01:00
Martchus 97afda1bd2 Import patches for mingw-w64 Qt 5 from Git repo 2016-11-02 21:25:47 +01:00
Martchus e75141e702 Fix Qt 5 plugin template 2016-09-19 20:15:52 +02:00
Martchus d6e279ad10 Fix using QML plugins with CMake 2016-09-14 22:44:58 +02:00
Martchus 6816c1ba57 Replace mingw-w64-postgresql-libs with mingw-w64-postgresql-libs 2016-09-12 19:43:08 +02:00
Martchus 3a938fa13d Add support for -opengl dynamic
Builds but package not tested
2016-09-06 22:16:03 +02:00
Martchus 1834647def Fix checksums and ensure system libs are used
Ensure system freetype2 and harfbuzz are used
2016-09-03 22:13:40 +02:00
Martchus 3c1bd2e8a5 Rename mingw-w64-libdbus to mingw-w64-dbus 2016-08-31 23:16:19 +02:00