about summary refs log tree commit diff
path: root/pkgs/applications/misc/subsurface
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-2/+2
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-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-08-03treewide: noop: refer to `src.name` or similar in `sourceRoot` where ↵Jan Malakhovski1-1/+1
appropriate, part 1: trivial cases
2023-03-19subsurface: add dependencies for transportsMichel van der Burg1-2/+4
The version of libdivecomputer that subsurface uses was built without libraries it needs for transports, this made it impossible to import dives from a dive computer over USB.
2022-11-23subsurface: 5.0.2 -> 5.0.10 (#202145)Peter Hoeg1-15/+55
* subsurface: 5.0.2 -> 5.0.10 * override version detection
2022-10-12pkgs.applications: remove unused argsMarkus S. Wamser1-1/+1
2022-02-08subsurface: make build src name independentJonathan Ringer1-1/+2
(cherry picked from commit 133158ffdea12c9927909b851463541c91411557)
2021-07-20treewide: remove unnecessary enableParallelBuilding when using qmakeBen Siraphob1-2/+0
2021-07-03subsurface: 5.0.1 -> 5.0.2adisbladis1-2/+2
2021-06-14subsurface: googlemaps 2018-06-02 -> 2021-03-19adisbladis1-3/+3
2021-06-14subsurface: 4.9.10 -> 5.0.1adisbladis1-2/+2
2021-02-19subsurface: Add adisbladis as maintaineradisbladis1-1/+1
2021-02-19subsurface: 4.9.6 -> 4.9.10adisbladis1-2/+4
2021-01-25qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel1-0/+2
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-4/+4
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-07-22subsurface: 4.9.3 -> 4.9.6adisbladis2-50/+6
2020-04-28libusb-compat-0_1: rename from libusbJan Tojnar1-2/+2
2020-04-14Merge pull request #84822 from flokli/subsurface-4.9.3adisbladis2-9/+56
subsurface: 4.8.2 -> 4.9.3
2020-04-11subsurface: 4.8.2 -> 4.9.3Florian Klink2-9/+56
This bumps subsurface to 4.9.3. As the subsurface-specific libdivecomputer source is shipped as a git submodule these days, we can avoid having to fetch a separate tarball that needs to be kept in sync (and is only uploaded for each release). This also applies a patch on top of 4.9.3 to properly handle libgit2 versions 1.0 and later - conditional code for older libgit versions has been removed upstream, but that's a nontrivial backport, which is why this patch was added.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-08-28treewide: remove redundant recvolth1-2/+2
2019-08-17treewide: name -> pnamevolth1-2/+4
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-05wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel1-7/+2
2018-09-22subsurface: 4.8.1 -> 4.8.2adisbladis1-3/+3
2018-08-26subsurface: 4.7.5 -> 4.8.1 (#45640)Florian Klink1-3/+3
Currently build is broken due to some invalid use of incomplete type 'class QHeaderView': https://hydra.nixos.org/build/76951177/nixlog/2 CC: @bkchr
2018-01-24googlemaps: Move the .so to the right locationBastian Köcher1-3/+3
Fixes Subsurface googlemaps plugin detection.
2018-01-01subsurface: fix compilation with Qt 5.10Bastian Köcher1-7/+8
2017-12-29subsurface: 4.7.2 -> 4.7.5adisbladis1-3/+3
2017-11-05subsurface: 4.6.0 -> 4.7.2Orivej Desh1-54/+55
2017-02-17subsurface: disable parallel makeVladimír Čunát1-1/+1
It was failing on Hydra: http://hydra.nixos.org/build/48847277/nixlog/2/raw
2017-02-11subsurface: 4.5.97 -> 4.6.0 (#22615)Peter Hoeg1-28/+75
We do a few more things: - libmarble and libdivecomputer with the subsurface patches have both been inlined for 2 reasons: a) nobody else is using these forks b) they need to be updated in lockstep with subsurface - instead of building libmarble against qtquick1, we now build using qtquickcontrols (qtquick2) - getting rid of qtquick1 also allows us to use the default qt (currently 5.6) - we get rid of some hacks to deal with library dependencies - instead of manually overriding various phases, we simply use cmakeFlags to pass proper parameters
2017-01-10Merge branch 'master' into stagingVladimír Čunát1-2/+2
2017-01-10subsurface: rev update for 4.5.97Maximilian Güntner1-2/+2
Signed-off-by: Maximilian Güntner <code@klandest.in>
2017-01-08subsurface: disable parallel make, as it fails on HydraVladimír Čunát1-1/+1
http://hydra.nixos.org/build/46126151/nixlog/1/raw
2017-01-03subsurface: 4.5.6 -> 4.5.97 (beta 2)Maximilian Güntner1-7/+5
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-11-15subsurface: init at 4.5.6Maximilian Güntner1-0/+64
Signed-off-by: Maximilian Güntner <code@klandest.in>