Commit Graph

42 Commits

Author SHA1 Message Date
Martchus adecd9a851 Update dependencies of my Qt apps
* Remove X11 dependencies that are not required (already pulled in by Qt
  anyway)
* Update passwordmanager-git according to latest changes
2024-03-18 23:49:31 +01:00
Martchus 687936b365 Switch Git packages of my projects to use Qt 6 2024-02-28 15:03:07 +01:00
Martchus 265786c1d2 Remove appstream from check dependencies of my apps
The appstream check can already fail due to deprecation warnings and it
is not a good idea having package builds fail due to that. Therefore the
tests are also no longer run by default after recent changes in
c++utilities.
2023-11-22 18:59:45 +01:00
Martchus 37ccd0915b Update deps of syncthingtray for kf5 package renaming 2023-10-20 12:10:48 +02: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 ecf5bbef00 Ensure HOME is set in syncthingtray tests
Workaround for https://github.com/syncthing/syncthing/issues/8785
2023-02-13 15:58:59 +01:00
Martchus 6055502de4 Add appstream dependency for validation of appstream files 2022-10-11 21:27:25 +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 37eeb6a666 Rebuild packages against boost 1.79.0 2022-06-15 13:19:05 +02:00
Martchus 2667e08a04 Rebuild syncthingtray against Boost 1.78.0 2021-12-18 21:35:26 +01:00
Martchus 6942054a6b Use qtforkawesome-git for syncthingtray-git 2021-09-14 18:09:10 +02:00
Martchus dc0fce0501 Update syncthingtray-git for using qtforkawesome 2021-09-11 20:19:24 +02:00
Martchus 5524c36c9d Update syncthingtray-git 2021-06-17 20:40:21 +02:00
Martchus 2ae7d43704 Rebuild c++utilities-git and syncthingtray-git 2021-05-24 23:12:06 +02:00
Martchus 40f05ad3b0 Enable built-in translations in Git packages of own projects 2020-11-11 19:04:15 +01:00
Martchus ad6ea17ef2 Fix syncthingtray-git 2020-10-07 22:22:10 +02:00
Martchus 98077a8c6e Use ninja instead of make for building own projects and rapidjson 2020-10-04 01:04:55 +02:00
Martchus 9324a41578 Fix target suffix for plugins in syncthingtray-git 2020-02-14 23:27:34 +01:00
Martchus 1e1175d93f Use git+https for Git packages of own projects 2020-02-05 13:52:36 +01:00
Martchus b4dc433161 Update own projects 2020-02-05 08:49:15 +01:00
Martchus 7913e56a52 Make Git versions of my libs co-installable with release version 2020-01-31 23:38:18 +01:00
Martchus 79b584edf7 Add iproute2 to syncthingtray checkdepends
To prevent "/startdir/PKGBUILD: line 52: ss: command not found"
2019-05-21 18:04:20 +02:00
Martchus 151ab2fa13 Update git packages of own projects for merging breaking changes 2019-05-05 22:41:17 +02:00
Martchus c49dae9db4 Specify source directory explicitely
To

* workaround bug in CMake 3.13.3
* stay compatible with future CMake releases
2019-03-02 14:31:58 +01:00
Martchus 00ac9d9943 Link Syncthing Tray against Qt WebEngine 2018-12-09 14:16:31 +01:00
Martchus 2599fd87f3 Update own projects, add aarch64 2018-11-04 16:51:58 +01:00
Martchus f5a0352269 Set SYNCTHING_TEST_TIMEOUT_FACTOR to 3 for syncthingtray tests 2018-09-19 17:27:10 +02:00
Martchus cac23f236b Add mesa dependency where CMake complains about missing gl.h 2018-06-10 23:16:33 +02:00
Martchus 2a75ba0587 Configure JavaScript provider for syncthingctl 2018-04-07 23:26:55 +02:00
Martchus 23f9b27e65 Fix ephemeral_port to prevent messing logpipe 2018-03-19 20:08:17 +01:00
Martchus 0b4efb4dbc Use random port for syncthing test instance
* See https://github.com/Martchus/PKGBUILDs/issues/57
* Not tested yet
2018-02-28 18:05:07 +01:00
Martchus d60716b71f Update own projects, including reflective-rapidjson 2018-01-20 23:03:02 +01:00
Martchus e19236b071 Update c++utilities, qtutilities, syncthingtray 2017-10-08 21:09:25 +02:00
Martchus fcf27b641a Enable plasmoid in syncthingtray-git 2017-08-31 16:17:23 +02:00
Martchus 9bd152f7ce Update c++utilities and syncthingtray 2017-07-15 19:17:28 +02:00
Martchus c48c872228 Imporve Git packages of own projects
* Allow customizing repo URL so the Git packages can also be
  built locally without internet connection and without relying
  on GitHub
* Fix missing dependencies
2017-04-05 21:21:17 +02:00
Martchus d76312a88a Update own packages 2017-03-22 17:13:20 +01:00
Martchus 483d636392 Sync git package with default ones 2017-03-21 01:02:22 +01:00
Martchus 9e3ce877ed Update syncthingtray to 0.4.1 2017-02-01 17:39:20 +01:00
Martchus 4ee957d252 Update c++utilities, qtutilities, tagparser, tageditor, syncthingtray 2017-01-03 00:54:47 +01:00
Martchus 035c97e80c Update own projects 2016-09-14 20:35:37 +02:00