Commit Graph

175 Commits

Author SHA1 Message Date
b8e7a21a31 Archive many old packages to clean up the root directory 2022-07-09 20:29:34 +02:00
dbfea6400a Update own projects 2022-07-05 22:58:40 +02:00
2d29bd9bff Update Qt 6 packages to 6.3.1 2022-06-15 02:00:06 +02:00
513103840d Improve makecontainerpkg
* Add my GPG key to the pacman keyring (not nice to hard-code it in the
  Dockerfile but good enough for now)
* Install ccache into the base image to support makepkg's ccache option
* Split syncing packages and execution of `makepkg` so syncing can be
  avoided when only building source package
* Don't quote `CRE`, it is unlikely spaces are needed here and using
  chained commands (e.g. `sudo …`) might be useful
* Add documentation
2022-06-12 21:00:20 +02:00
97dc991438 Add makecontainerpkg
* Allow building Arch Linux packages within a "standard" container similar
  to how `makechrootpkg` allows building packages within a systemd-nspawn
  container
* Add a Dockerfile to create an Arch Linux image suitable for package
  builds via `makepkg`
2022-06-11 17:06:54 +02:00
70cef5c857 Update qtutilities 2022-06-11 00:31:33 +02:00
233dab2da9 Update own projects 2022-06-07 20:04:45 +02:00
228514be92 Rebuild static-compat-qt6-base without LTO
It works but has multiple disadvantages:

* When upgrading GCC one needed to rebuild Qt 6
* Linking the final applications takes very long
2022-05-24 21:56:58 +02:00
ad99cb3f57 Update own projects 2022-05-24 21:55:58 +02:00
a10fd8c94b Rebase Qt 5 packages against 5.15.4 2022-05-18 11:09:05 +02:00
85dfa56946 Consider Qt 6 based binaries (of releases) the default
So don't use the suffix for Qt 6 based release binaries and add
a suffix to the Qt 5 based version instead
2022-05-10 23:01:53 +02:00
0c3d7e3060 Update syncthingtray 2022-05-05 21:49:07 +02:00
c3a68332ea Update own projects 2022-05-04 01:31:28 +02:00
ba61e6160f Upload static-compat packages when releasing own projects 2022-05-02 21:53:41 +02:00
b1dccff4ae Improve static-compat-syncthingtray
* Enable Wayland QPA plugin
* Enable icon themes
* Avoid regular Harfbuzz CMake find module from being used
2022-05-02 00:42:08 +02:00
17e8e5b34a Downgrade libx11 and add shared version
We must not link statically against it because it is also pulled by the
shared GLX library and would therefore end up multiple times in the apps
address space causing crashes. It should be stable enough anyways to not
having to bundle it. Since 1.6.x is still the newest version on older
distributions we must downgrade the version, though.
2022-04-29 18:28:31 +02:00
250ab7b61c Explicitly disable dynamic OpenGL for static-compat-qt6-base
It apparenly doesn't work to configure this so disable it explicitly as a
remark.
2022-04-28 23:49:49 +02:00
5411a9d1fd Update static libraries
* Use an older glibc so resulting binaries can run
  on older systems (without having to link statically
  against glibc)
* Call packages static-compat-* to make it clear that
  these packages are intended for compatibility with
  older distributions
* Add further libraries to get static-compat-qt6-base
  and some other static-compat-qt6-* packages building
2022-04-28 22:43:29 +02:00
46e9e2f092 Update mingw-w64-qt5-base* to latest KDE commit and cherry-pick 8797332
See https://aur.archlinux.org/packages/mingw-w64-qt5-base#comment-862662
2022-04-26 19:13:47 +02:00
6bb7e4e8c9 Update Qt 6 to 6.3.0 2022-04-10 23:25:57 +02:00
bbc229c96b Update own projects 2022-04-06 01:39:42 +02:00
8a71ef2410 Update Qt 6 packages to 6.2.4 2022-03-20 12:08:09 +01:00
68731b6b03 Rebase Qt 5 packages against 5.15.3 2022-03-08 20:10:38 +01:00
5a2099c5b1 Update syncthingtray to 1.1.16 2022-03-01 14:33:32 +01:00
f91eb8ae0f Update own projects 2022-02-16 18:54:38 +01:00
b30962b574 Update syncthingtray packages to 1.1.15 2022-02-01 18:48:07 +01:00
f3e50f3271 Update Qt packages to 6.2.3 2022-01-30 20:47:58 +01:00
b802a60295 Update own projects 2022-01-11 23:36:02 +01:00
0a2957aed3 Update Qt 5 packages 2022-01-02 22:07:57 +01:00
e6d464ec80 Update own projects 2021-12-07 20:39:28 +01:00
f435e0db62 Update Qt 6 packages to 6.2.2 2021-12-02 11:47:00 +01:00
380b180c04 WIP: Update own projects 2021-11-02 18:08:39 +01:00
9f4a732cfd Update Qt 6 packages to 6.2.1 2021-10-28 12:23:37 +02:00
7f92e34dd0 Update tagparser 2021-10-26 18:52:42 +02:00
c54f564676 Update own projects 2021-10-06 00:46:27 +02:00
e2cc145b21 Update qt6 packages to 6.2.0 2021-10-02 00:06:42 +02:00
e2d2c0feb8 Add packages for qtforkawesome 2021-09-13 23:53:56 +02:00
615f4dd76f Print error message when OSC_DIR is not set 2021-09-11 20:09:47 +02:00
a0bf1ed226 Update own projects 2021-09-07 21:31:10 +02:00
f508375800 Update *-qt6-* to 6.1.3 2021-09-02 15:59:42 +02:00
a1204cd899 Update mingw-w64-qt5-base* to 5.15.2+kde+r222
* Add latest patches from KDE
* Fix linking against static brotli which is now a
  dependency of mingw-w64-freetype2
2021-08-26 21:51:45 +02:00
fef0fb7add Update own projects 2021-08-17 21:38:22 +02:00
a56468ec34 Update own projects 2021-08-03 21:42:39 +02:00
ee8134b5c1 Update own projects 2021-07-06 23:01:03 +02:00
76cdb7502c Update Qt 6 packages to 6.1.2 2021-07-04 15:39:29 +02:00
c2aba77230 Consider layouts when applying versions 2021-07-03 12:12:35 +02:00
c5821436c3 Fix (SVG) rasterization crash in qt5 packages
Also add the latest KDE patches
2021-06-27 11:32:16 +02:00
5eaf799a5f Fix (SVG) rasterization crash in qt6 packages 2021-06-27 01:27:51 +02:00
ac4599b7da Update Qt 6 packages to 6.1.1 2021-06-10 15:40:28 +02:00
2d812fe649 Update own projects 2021-06-07 12:54:52 +02:00