summary refs log tree commit diff
path: root/pkgs/applications/misc/subsurface
Commit message (Collapse)AuthorAge
* subsurface: make build src name independentJonathan Ringer2022-02-08
| | | | (cherry picked from commit 133158ffdea12c9927909b851463541c91411557)
* treewide: remove unnecessary enableParallelBuilding when using qmakeBen Siraphob2021-07-20
|
* subsurface: 5.0.1 -> 5.0.2adisbladis2021-07-03
|
* subsurface: googlemaps 2018-06-02 -> 2021-03-19adisbladis2021-06-14
|
* subsurface: 4.9.10 -> 5.0.1adisbladis2021-06-14
|
* subsurface: Add adisbladis as maintaineradisbladis2021-02-19
|
* subsurface: 4.9.6 -> 4.9.10adisbladis2021-02-19
|
* qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel2021-01-25
|
* pkgs/applications: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* subsurface: 4.9.3 -> 4.9.6adisbladis2020-07-22
|
* libusb-compat-0_1: rename from libusbJan Tojnar2020-04-28
|
* Merge pull request #84822 from flokli/subsurface-4.9.3adisbladis2020-04-14
|\ | | | | subsurface: 4.8.2 -> 4.9.3
| * subsurface: 4.8.2 -> 4.9.3Florian Klink2020-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|/
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pnamevolth2019-08-17
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel2019-07-05
|
* subsurface: 4.8.1 -> 4.8.2adisbladis2018-09-22
|
* subsurface: 4.7.5 -> 4.8.1 (#45640)Florian Klink2018-08-26
| | | | | | Currently build is broken due to some invalid use of incomplete type 'class QHeaderView': https://hydra.nixos.org/build/76951177/nixlog/2 CC: @bkchr
* googlemaps: Move the .so to the right locationBastian Köcher2018-01-24
| | | | Fixes Subsurface googlemaps plugin detection.
* subsurface: fix compilation with Qt 5.10Bastian Köcher2018-01-01
|
* subsurface: 4.7.2 -> 4.7.5adisbladis2017-12-29
|
* subsurface: 4.6.0 -> 4.7.2Orivej Desh2017-11-05
|
* subsurface: disable parallel makeVladimír Čunát2017-02-17
| | | | | It was failing on Hydra: http://hydra.nixos.org/build/48847277/nixlog/2/raw
* subsurface: 4.5.97 -> 4.6.0 (#22615)Peter Hoeg2017-02-11
| | | | | | | | | | | | | | | | | | 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
* Merge branch 'master' into stagingVladimír Čunát2017-01-10
|\
| * subsurface: rev update for 4.5.97Maximilian Güntner2017-01-10
| | | | | | | | Signed-off-by: Maximilian Güntner <code@klandest.in>
* | subsurface: disable parallel make, as it fails on HydraVladimír Čunát2017-01-08
|/ | | | http://hydra.nixos.org/build/46126151/nixlog/1/raw
* subsurface: 4.5.6 -> 4.5.97 (beta 2)Maximilian Güntner2017-01-03
| | | | Signed-off-by: Maximilian Güntner <code@klandest.in>
* subsurface: init at 4.5.6Maximilian Güntner2016-11-15
Signed-off-by: Maximilian Güntner <code@klandest.in>