Commit Graph

21 Commits

Author SHA1 Message Date
éclairevoyant
71e728d3b8
maintainers: remove ivar 2024-06-29 03:09:10 -04:00
Aleksana
b6acd200ab
Merge pull request #318308 from IslandUsurper/fix-alttpr_opentracker
alttpr-opentracker: Fix build errors
2024-06-18 01:48:30 +08: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
Lyle Mantooth
52e351b516
alttpr-opentracker: fix build errors. 2024-06-08 11:59:08 -04:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
This was achieved using the following command:

    sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')

And then manually reverted the following changes:

- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
David McFarland
57d6e5bda6 treewide: remove autoPatchelfHook from dotnet packages 2024-04-17 19:51:31 -03:00
Jamie Magee
c074d002f1
alttpr-opentracker: 1.8.2 -> 1.8.5 2023-01-06 23:45:36 -08:00
David McFarland
13861970f4 treewide: update all dotnet lockfiles 2022-12-19 15:36:25 -04:00
mdarocha
d20f69cb27 alttpr-opentracker: use dotnet 3.1 to compile 2022-08-10 16:26:50 +02:00
Robert Scott
3d6c926c4f treewide/servers,shells,tools: add sourceType for more packages 2022-07-02 13:38:00 +01:00
mdarocha
3793ebd06d alttpr-opentracker: update dependencies 2022-06-17 10:12:43 +02:00
Rick van Schijndel
b465f1a92f alttpr-opentracker: only enable on x86_64-linux
It was failing to build on aarch64-linux with:

Executing dotnetConfigureHook
  Determining projects to restore...
  Restored /build/source/OpenTracker.UnitTests/OpenTracker.UnitTests.csproj (in 35.07 sec).
  Restored /build/source/OpenTracker.Models/OpenTracker.Models.csproj (in 520 ms).
  Restored /build/source/OpenTracker.Utils/OpenTracker.Utils.csproj (in 48 ms).
/build/source/OpenTracker/OpenTracker.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.linux-arm64. No packages exist with this id in source(s): /nix/store/x82zwgmqdbp4xykx1nkrjin8hicm8jld-opentracker-1.8.2-nuget-source/lib [/build/source/OpenTracker.sln]
  Failed to restore /build/source/OpenTracker/OpenTracker.csproj (in 12.45 sec).
  Restored /build/source/Avalonia.ThemeManager/Avalonia.ThemeManager.csproj (in 56 ms).
2022-05-29 10:56:02 +02:00
Ivar Scholten
6b3e1485b4 alttpr-opentracker: update for dotnet 6 2022-05-16 21:39:47 +02:00
Samuel Ainsworth
3a84954a89 alttpr-opentracker: autoPatchelfIgnoreMissingDeps is now a list 2022-04-11 01:29:06 +00:00
Pavol Rusnak
438b4fd0e3
opentracker: mark linux only 2022-01-16 15:28:01 +01:00
IvarWithoutBones
f3537d9db1 alttpr-opentracker: add gtk3 to buildInputs 2022-01-12 00:23:53 +01:00
Felix Buehler
81eb599e8d nuget-to-nix: update to use pname instead of name 2021-12-23 22:47:34 +01:00
IvarWithoutBones
0f3d546116 buildDotnetModule: set dontWrapGApps to avoid double wrapping
This also removes the flag from opentabletdriver and opentracker, which
manually set it before.
2021-12-20 21:54:40 +01:00
Claudio Bley
9a1ee5250a
alttpr-opentracker: Update dependencies 2021-11-16 15:54:33 +01:00
IvarWithoutBones
7bee2fb2b7 alttpr-opentracker: run unit tests 2021-11-01 02:06:54 +01:00
IvarWithoutBones
5e01edf2d2 alttpr-opentracker: init at 1.8.2 2021-10-26 07:00:52 +02:00