Commit Graph

1541 Commits

Author SHA1 Message Date
c6220527e2 Update mingw-w64-postgresql to 16.1 2023-11-10 20:25:48 +01:00
2a4b462c6c Document possibility to invoke other tools via makecontainerpkg 2023-11-10 14:12:47 +01:00
719f39092c Make recent makecontainerpkg changes work with Docker 2023-11-10 14:11:54 +01:00
b7fb618581 Improve user mapping in makecontainerpkg
* Use `--userns` to become `builduser` right away instead of using `sudo`
  to become `builduser`
* Add `builduser` to `sudoers` so it can become root to synchronize
  packages
* Ensure this way that files created within the container have the
  user/group of the user starting the container so build artifacts have the
  right ownership
2023-11-08 17:45:14 +01:00
f697ed8e63 Allow making tool to invoke via makecontainerpkg overridable
This is useful to invoke `updpkgsums` or `repo-add` within the container as
well. These tools also seem to need the additional logic to use a dedicated
build user so it makes sense to make this part of `makecontainerpkg`.
2023-11-08 16:44:58 +01:00
4ac912f092 Allow using --printsrcinfo via makecontainerpkg 2023-11-08 15:06:40 +01:00
5db88d8534 Avoid mingw-w64-qt6-base to link against shared libzstd 2023-11-08 00:21:45 +01:00
07e83f590a Update subtitlecomposer to 0.8.0 2023-11-07 23:10:34 +01:00
fe8de3cef3 Update passwordfile to 5.0.9 2023-11-07 16:35:09 +01:00
54287988e4 Update mingw-w64-postgresql to 16.0 2023-11-07 14:27:45 +01:00
644b51667c Update mingw-w64-qt6-3d
Not tested
2023-11-07 13:22:50 +01:00
afc0ee59fe Update own projects 2023-11-07 13:19:12 +01:00
ea0193938c Adapt static-compat-pianobooster to added alsa support in fluidsynth 2023-10-27 22:12:17 +02:00
75b9126b04 Enable alsa backend in static-compat-fluidsynth 2023-10-27 21:43:29 +02:00
a2a168f816 Remove conflicting files in static-compat-alsa-lib 2023-10-27 19:28:28 +02:00
4b15ff0b1a Add static-compat-pianobooster and dependencies
It builds but doesn't work yet because the OpenGL widget is
apprently not working in static-compat-qt6-base.
2023-10-27 18:40:15 +02:00
e528520427 Update openssl packages to 3.1.4 2023-10-27 14:46:21 +02:00
a11f0d488f Update mingw-w64-fluidsynth to 2.3.4 2023-10-22 14:53:13 +02:00
Ben
b4382ecbef
Fix duplicate kde+ suffix in version of Qt 5 packages
* Prevent appending the `kde+`-suffix multiple times when running `makepkg` consecutively without cleanup
* Modify the assignment of `_basever` from `_basever=$pkgver` to `_basever=${pkgver%%+*}`
2023-10-22 14:51:41 +02:00
4fdfd13518 Update plasmoidviewer-debug 2023-10-20 12:24:02 +02:00
37ccd0915b Update deps of syncthingtray for kf5 package renaming 2023-10-20 12:10:48 +02:00
41f247ccbc Update deps of subtitlecomposer for kf5 package renaming 2023-10-20 11:01:41 +02:00
0ff9c0527d Fix crashes with malformed SVGs in Qt 6 Svg packages 2023-10-16 18:29:04 +02:00
3a2a4baf62 Update bento4 to v1.6.0-640 2023-10-15 16:35:25 +02:00
3b8abd2126 Sync ffmpeg-custom with regular ffmpeg 2023-10-12 11:10:31 +02:00
c6f9429f11 Update Qt 6 packages to 6.6.0 2023-10-12 10:40:55 +02:00
7ed355f9ae Update Qt 5 packages to 5.15.11 2023-10-09 10:22:10 +02:00
795bbd2b3c Sync static-compat-zlib with regular package 2023-10-08 21:37:47 +02:00
5cd5071f2f Sync ffmpeg-custom with regular ffmpeg 2023-10-07 01:46:26 +02:00
ad67b9dcad Update android-aarch64-kirigami2 2023-10-04 16:36:11 +02:00
a67ddaace6 Update syncthingtray 2023-10-03 14:55:42 +02:00
5ef2aafea3 Update android-kirigami2 2023-09-30 23:44:17 +02:00
dab475f5ee Update freetype packages to 2.13.2 2023-09-30 22:15:55 +02:00
9642c5b05d Update Qt 6 package to 6.5.3 2023-09-30 19:56:00 +02:00
1969bcf148 Update openssl packages to 3.1.3 2023-09-27 16:24:37 +02:00
be5bb9b74b Add static-compat-alsa-lib 2023-09-22 23:45:51 +02:00
09b82488c5 Test and fix qt6-positioning and qt6-location 2023-09-18 21:55:33 +02:00
0d03746734 Fix typo in README 2023-09-18 21:24:23 +02:00
15161717eb Fix typo in ne android-aarch64-qt6 packages 2023-09-18 09:26:12 +02:00
954c36864e Add mingw-w64/android variants for Qt positioning and location modules
Not tested yet, will test on next update
2023-09-16 15:07:09 +02:00
46fe3d404e Avoid deprecation warning in generate.pl
Use `spew` instead of `spurt`
2023-09-16 14:48:52 +02:00
c1d7c0afb4 Improve dependencies of my Qt-based packages
* Remove `mesa` as dependency; `qt5-base` and `qt6-base` both depend on it
  and none of the projects depend on it directly; official Qt-based
  packages like `qtcreator` also don't depend on `mesa`
* Add `libx11` as dependency of `qtutilities` and variants as it is
  actually used directly by those packages for the capslock detection (even
  though that feature was broken for quite some time)
2023-09-11 21:39:41 +02:00
a3ed2d0868 Use more library dependencies where possible 2023-09-11 21:17:51 +02:00
29c1f76ec0 Adapt mingw-w64-pianobooster-custom to latest changes 2023-09-06 17:34:29 +02:00
6a004ebe05 Update own projects 2023-09-05 18:05:11 +02:00
b31b54dffe Rebuild reflective-rapidjson against LLVM 16 2023-08-23 16:15:19 +02:00
4060769a23
Merge pull request #170 from patlefort/master
gnutls: fix compile problem with gnutls.
2023-08-23 13:19:10 +02:00
Patrick Northon
e16ee6b82c gnutls: fix compile problem with gnutls, remove unused configure arguments and bump version to 3.8.1. 2023-08-22 17:42:24 -04:00
82f0166922 Add PKGBUILDs for additional Qt 6 modules
These haven't been tested yet and I'm not sure whether it makes sense to
add them by default to the build yet. However, they might be useful in the
future.
2023-08-17 15:44:05 +02:00
11290f62f0 Fix plugin targets not populated in mingw-w64-qt5-base
See https://github.com/Martchus/PKGBUILDs/issues/168
2023-08-12 14:05:35 +02:00