Commit Graph

108 Commits

Author SHA1 Message Date
Martchus 784b855f3d Extend script for uploading Windows build to GitHub for Qt 6 2020-12-10 23:07:29 +01:00
Martchus 884c9b52c6 Update Qt 6 packages to 6.0.0 2020-12-09 13:03:48 +01:00
Martchus 6c54eeb0b1 Update own projects 2020-12-02 02:03:46 +01:00
Martchus 191ca98fde Update Qt 6 packages to RC 2020-11-27 00:32:22 +01:00
Martchus 19060ddf49 Update mingw-w64-qt5-* packages to 5.15.2 2020-11-21 16:39:24 +01:00
Martchus bb9b4c8325 Update Qt 6 packages to beta4 2020-11-11 12:26:44 +01:00
Martchus 6f91588d12 Improve and add more mingw-w64-qt6-*-static packages
* Add mingw-w64-cmake-static as a separate package
* Fix linker errors (FREETYPE_DEPENDENCIES really must include `-lfreetype`
  itself due to the cyclic dependency between FreeType2 and Harfbuzz
* Add patch to fix static compilation of qt6-tools
2020-11-08 17:14:16 +01:00
Martchus 1c6dcbd4ed Update Qt 6 packages to beta3, add mingw-w64-qt6-*-static packages
* Add certain variables to find Qt's dependencies to the CMake
  toolchain file because these variables would otherwise needed to
  be set every time Qt 6 is used
* Add a static variant
    * Not fully tested yet
    * Further repos besides base and svg will be added later
2020-11-06 23:40:34 +01:00
Martchus f48959313f Update own projects 2020-11-04 14:25:35 +01:00
Martchus c5f437f5a7 Update Qt 6 packages to beta2 2020-10-28 11:54:00 +01:00
Martchus bddba18a06 Update mingw-w64-qt6-* to beta1 2020-10-22 11:26:52 +02:00
Martchus ea450b5304 Update own projects 2020-10-11 14:54:08 +02:00
Martchus 18e2a8a93f Extend mingw-w64-qt6-* packaging 2020-10-09 23:02:37 +02:00
Martchus 87c7401193 Add mingw-w64-qt6-base (alpha) 2020-10-08 17:22:56 +02:00
Martchus 5cd867bc5c Add qt6-* packages (alpha) 2020-10-06 22:34:04 +02:00
Martchus 313e0a81aa Fix warning in generator
Fixes
```
Use of uninitialized value in concatenation (.) or string at template qt5-tools/mingw-w64/PKGBUILD.sh.ep line 44.
```
2020-09-21 22:30:59 +02:00
Martchus b61be26214 Update android-*-qt5 to 5.15.1 2020-09-19 11:23:38 +02:00
Martchus 1340f3ecd7 Update mingw-w64-qt5-* to 5.15.1 2020-09-13 13:21:47 +02:00
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 17aa06bf8d Update own projects 2020-08-12 00:46:58 +02:00
Martchus c3eb57eb04 Update own projects 2020-07-18 00:31:43 +02:00
Martchus 33f468e8f9 Update own projects 2020-07-07 18:04:18 +02:00
Martchus ae259073ca Exclude android-*-qt5 and apple-darwin-qt5-* packages from version update 2020-06-14 17:43:48 +02:00
Martchus bcbb05f3d0 Update syncthingtray to 0.10.10 2020-06-03 10:11:51 +02:00
Martchus d9d82f0cd7 Update mingw-w64-qt5-* packages to 5.15.0 2020-06-01 19:46:40 +02:00
Martchus 34609fbba9 Update own projects 2020-05-06 19:15:21 +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 24fde84312 Fix problems with mingw-w64-qt5 packages
* https://aur.archlinux.org/packages/mingw-w64-qt5-virtualkeyboard/#comment-739521
* https://aur.archlinux.org/packages/mingw-w64-qt5-base-dynamic/#comment-739527
2020-04-15 11:18:19 +02:00
Martchus 9f7f3560f1 Update versions.sh for reflective-rapidjson 2020-04-13 01:05:59 +02:00
Martchus 1b40bdb577 Update own projects 2020-04-08 12:45:11 +02:00
Martchus 00e0c460e4 Update mingw-w64-qt5-* to 5.14.2 2020-04-04 13:33:38 +02:00
Martchus ebdb0ab6f7 Update blackwidowcontrol to 1.0.2 2020-04-02 12:53:37 +02:00
Martchus 65fe018b79 Update own projects 2020-03-18 11:45:08 +01:00
Martchus b4dc433161 Update own projects 2020-02-05 08:49:15 +01:00
Martchus 7bbd52b9eb Update mingw-w64-qt5 to 5.14.1 2020-01-29 19:08:30 +01:00
Martchus 6974ed9597 Make upload-mingw-w64-to-github.sh compression format independent 2020-01-07 18:31:12 +01:00
Martchus 96a316525a Update own projects 2020-01-07 18:19:07 +01:00
Martchus f4c64939e9 Generate mingw-w64-qt5-* packages from templates
* Only packages for additional modules are covered so far
* Only packages for mingw-w64 target are covered so far
* This leads to small adjustments/unifications within the
  PKGBUILDs; not tested yet
2019-12-29 00:53:44 +01:00
Martchus 96f926a451 Update mingw-w64-qt5-* packages to 5.14.0 2019-12-24 22:42:51 +01:00
Martchus 5afcec27c3 Update syncthingtray to 0.10.4 2019-12-03 18:12:04 +01:00
Martchus 699d79b6ba Update syncthingtray 2019-11-10 12:56:21 +01:00
Martchus d7752b8687 Update mingw-w64-qt5-* to 5.13.2 2019-11-09 22:37:37 +01:00
Martchus 2c584d1fcc Update own packages 2019-10-12 23:54:01 +02:00
Martchus a336c98e20 Update own projects 2019-10-02 21:43:44 +02:00
Martchus eb0848650f WIP: Update own projects 2019-09-30 17:59:55 +02:00
Martchus 86c963e853 Update Android Qt 5 packages to 5.13.1 2019-09-08 01:41:13 +02:00
Martchus 36f7873542 Generalize sync-android-variants.sh 2019-09-01 21:53:42 +02:00
Martchus 576a41f53b Skip creation of ZIP release files if already present 2019-08-25 13:32:16 +02:00
Martchus cfbf8ffc9b Update/release geocoordinatecalculator as well 2019-08-25 13:15:19 +02:00