Commit Graph

23 Commits

Author SHA1 Message Date
Martchus db2d208329 Update own projects 2024-03-05 14:47:24 +01:00
Martchus 687936b365 Switch Git packages of my projects to use Qt 6 2024-02-28 15:03:07 +01:00
Martchus 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
Martchus 01e1be2f16 Add soname provides for qtquickforkaweseome.so 2022-12-20 18:08:56 +01:00
Martchus 80932b31ce Update own projects 2022-11-02 16:04:50 +01:00
Martchus 91f026dd84 Update own projects 2022-10-05 17:49:19 +02:00
Martchus 4c3293e7c8 Remove dependency to dia which still uses Python 2
It should not be used anyways by my documentation packages.
2022-09-23 14:46:40 +02:00
Martchus 81358482a3 Rebuild c++utilities and related Git packages to fix build issue
See aa4be0ef70
2022-08-09 21:28:36 +02:00
Martchus 624d2444fb Use soname dependencies for packages of own projects 2022-07-09 13:46:30 +02:00
Martchus a653202062 Enable VERSIONED_MINGW_LIBRARIES in certain packages
Enable VERSIONED_MINGW_LIBRARIES in packages where it would not cause any
additional rebuilds anyways to test that feature.
2022-07-09 11:48:41 +02:00
Martchus 233dab2da9 Update own projects 2022-06-07 20:04:45 +02:00
Martchus c3a68332ea Update own projects 2022-05-04 01:31:28 +02:00
Martchus 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
Martchus 5a2099c5b1 Update syncthingtray to 1.1.16 2022-03-01 14:33:32 +01:00
Martchus e6d464ec80 Update own projects 2021-12-07 20:39:28 +01:00
Martchus 5def14a2ed Fix plugin path in qtforkawesome-qt6 2021-11-03 23:05:08 +01:00
Martchus 8f884b8cca Update own projects 2021-11-03 10:56:01 +01:00
Martchus 380b180c04 WIP: Update own projects 2021-11-02 18:08:39 +01:00
Martchus a32723841e Update dependencies for qtforkawesome-git 2021-10-15 23:20:31 +02:00
Martchus 18855a60f1 Fix checksums 2021-10-06 11:07:31 +02:00
Martchus c54f564676 Update own projects 2021-10-06 00:46:27 +02:00
Martchus a8c612110a Use ttf font for qtforkawesome under Windows
Otherwise it doesn't work when Window's native font rendering is uses, see
https://github.com/Martchus/qtforkawesome/#providing-the-font-file.
2021-09-16 22:32:20 +02:00
Martchus e2d2c0feb8 Add packages for qtforkawesome 2021-09-13 23:53:56 +02:00