Commit Graph

14 Commits

Author SHA1 Message Date
OPNA2608
91d23865b5 dbus-cpp: Unpin boost
No longer necessary.
2025-12-08 07:22:56 +01:00
OPNA2608
f8d8b3ab19 dbus-cpp: 5.0.5 -> 5.0.6 2025-12-08 07:22:56 +01:00
OPNA2608
6ef09c0005 dbus-cpp: Changes to tests
- Apply a patch that should make a possibly-flaky test more verbose, to ease with debugging.
- Disable the executor test suite, due to a spurious memory corruption in Executor.TimeoutsAreHandledCorrectly.
2025-10-15 12:08:34 +02:00
OPNA2608
da253f9dd5 dbus-cpp.passthru.tests.pkg-config: Disable version check for current version
Will hopefully get fixed by the next release, so do the check once version gets changed again.
2025-09-18 14:37:38 +02:00
R. Ryantm
94ef8b69d6 dbus-cpp: 5.0.4 -> 5.0.5 2025-09-12 08:39:45 +00:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
OPNA2608
20dad1493f dbus-cpp: 5.0.3 -> 5.0.4 2025-03-31 14:18:17 +02:00
FliegendeWurst
4d419c4b93 dbus-cpp: pin Boost 1.86 2025-01-10 23:12:18 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Peder Bergebakken Sundt
ad5e744714 treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
This will respect `doCheck = false;` overrides, common for cross.
2023-11-30 18:56:12 +01:00
OPNA2608
68766ab4a8 dbus-cpp: Fix pkg-config file
lomiri.mediascanner2 errored due to includedir being a non-existent path.
TIL our pkg-config patcher requires ${prefix} to work.
2023-10-18 23:48:22 +02:00
OPNA2608
99202824be dbus-cpp: Disable tests
Tests seem very flaky on some systems / for some ppl. Consistently fail on OfBorg ARM CI, past reports of
sporadic test failures on amd64. Not sure if due to weak systems or DBus weirdness. Disabling for now.
2023-10-14 11:26:59 +02:00
OPNA2608
fd04990a6f dbus-cpp: init at 5.0.3 2023-10-14 10:03:46 +02:00