summary refs log tree commit diff
path: root/pkgs/applications/misc/golden-cheetah
Commit message (Collapse)AuthorAge
* golden-cheetah: 3.5 -> 3.6-DEV2107David Guibert2021-07-12
| | | | | | | The licence has been modified upstream ([1]). [1] https://github.com/GoldenCheetah/GoldenCheetah/commit/d2a8951c93191dd665c76ec28014f3cdc4212713
* yacc: deprecate aliasSandro Jäckel2021-04-04
| | | | and add a new line after the alphabetically sorting to please my inner monk
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* 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
* Remove myself from maintainers setsOllie Charles2020-12-07
| | | | Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
* golden-cheetah: 3.5-RC2X -> 3.5Florian Klink2020-10-10
|
* golden-cheetah: fix build with bison 3.7Florian Klink2020-10-10
| | | | | | | | | Currently, GoldenCheetah fails to build with Bison >=3.7 (which we use for some time). This applies the commit from https://github.com/GoldenCheetah/GoldenCheetah/pull/3590. Upstream issue: https://github.com/GoldenCheetah/GoldenCheetah/issues/3586
* treewide: remove deprecated value `Application` from makeDesktopItemzowoq2020-06-25
|
* libusb-compat-0_1: rename from libusbJan Tojnar2020-04-28
|
* treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
|
* golden-cheeta: Use qtwebengine instead of qtwebkitDaniel Schaefer2019-12-22
|
* golden-cheetah: 3.5-DEV1903 -> 3.5-RC2XDaniel Schaefer2019-12-22
|
* golden-cheetah: Enable libusb supportDaniel Schaefer2019-12-22
| | | | Makes it possible to use ANT+ sensors using an ANT+ USB transceiver.
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * Merge remote-tracking branch 'upstream/master' into openssl-1.1Robin Gloster2019-08-21
| |
| * Merge remote-tracking branch 'upstream/master' into openssl-1.1Robin Gloster2019-08-21
| |\
| * | golden-cheetah: build with newer qt5Robin Gloster2019-08-21
| | |
| * | golden-cheetah: 3.4 -> 3.5-DEV1903Andreas Rammhold2019-07-29
| | | | | | | | | | | | This version bumps allows us to use a current QT5 version.
* | | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| |/ |/| | | | | | | | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* | golden-cheetah: use qt5's mkDerivationChris Rendle-Short2019-08-08
|/ | | | See #65399
* golden-cheetah: link with libz explicitlyPiotr Bogdan2019-01-04
|
* golden-cheetah: add desktop item and iconFlorian Klink2018-09-26
|
* golden-cheetah: add licenseMarkus Kowalewski2018-09-01
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* golden-cheetah: disable parallel buildingOrivej Desh2017-12-07
| | | | qmake does not support translations in resources.
* qt5: remove makeQtWrapperThomas Tuegel2017-06-18
|
* qt5: rename qmakeHook to qmakeThomas Tuegel2017-06-18
|
* golden-cheetah: fix buildThomas Tuegel2017-04-10
| | | | | - Use Qt 5.6 to fix compile error. - Run preInstall and postInstall hooks to fix linking error.
* golden-cheetah: Switch to 3.4 stableOllie Charles2017-01-21
|
* golden-cheetah: Use 'dev' output of qttoolsTuomas Tynkkynen2016-08-31
|
* golden-cheetah: fix version format and tarball nameTobias Geerinckx-Rice2016-04-24
|
* Merge branch 'staging'Vladimír Čunát2016-04-22
|\ | | | | | | | | This includes a fix to closure-size regression that moved share/doc/*/ to share/doc/
| * golden-cheetah: use qmakeHookNikolay Amiantov2016-04-21
| |
* | golden-cheetah: Fix evaluationOllie Charles2016-04-21
|/ | | | For now, disable the Dropbox configuration.
* golden-cheetah: init at V4.0-DEV1603Oliver Charles2016-04-17