Commit graph

35 commits

Author SHA1 Message Date
David Guibert b1fdeba540 golden-cheetah: 3.5 -> 3.6-DEV2107
The licence has been modified upstream ([1]).

[1]
d2a8951c93
2021-07-12 00:31:56 +02:00
Sandro Jäckel 33a395f195
yacc: deprecate alias
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04 03:18:58 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
Ollie Charles 1675b11cd4 Remove myself from maintainers sets
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
Florian Klink 43dc271256 golden-cheetah: 3.5-RC2X -> 3.5 2020-10-10 16:46:02 +02:00
Florian Klink a73c1259d1 golden-cheetah: fix build with bison 3.7
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
2020-10-10 16:46:00 +02:00
zowoq c7e61112df treewide: remove deprecated value Application from makeDesktopItem 2020-06-25 12:18:37 +10:00
Jan Tojnar e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Robin Gloster f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
Daniel Schaefer 358ab81fff golden-cheeta: Use qtwebengine instead of qtwebkit 2019-12-22 21:43:31 +01:00
Daniel Schaefer 57ad13175c golden-cheetah: 3.5-DEV1903 -> 3.5-RC2X 2019-12-22 21:40:26 +01:00
Daniel Schaefer 6c8283e337 golden-cheetah: Enable libusb support
Makes it possible to use ANT+ sensors using an ANT+ USB transceiver.
2019-12-22 15:47:18 +01:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
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
2019-08-24 08:55:37 +02:00
Robin Gloster bbf133d07e
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-21 14:52:21 +02:00
Robin Gloster f4fc845e5b
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-21 14:25:13 +02:00
Robin Gloster 9135412b63
golden-cheetah: build with newer qt5 2019-08-21 01:40:25 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Chris Rendle-Short 9081eefb9a golden-cheetah: use qt5's mkDerivation
See #65399
2019-08-08 22:34:05 +10:00
Andreas Rammhold 6ed53a73be
golden-cheetah: 3.4 -> 3.5-DEV1903
This version bumps allows us to use a current QT5 version.
2019-07-29 21:25:15 +02:00
Piotr Bogdan 12ac71caca golden-cheetah: link with libz explicitly 2019-01-04 21:44:19 +00:00
Florian Klink bb51ba9bb8 golden-cheetah: add desktop item and icon 2018-09-26 22:21:01 +02:00
Markus Kowalewski e350e31691
golden-cheetah: add license 2018-09-01 16:11:19 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Orivej Desh c12fe7416e golden-cheetah: disable parallel building
qmake does not support translations in resources.
2017-12-07 08:52:42 +00:00
Thomas Tuegel c816bbc8a8
qt5: remove makeQtWrapper 2017-06-18 08:44:42 -05:00
Thomas Tuegel 210f688802
qt5: rename qmakeHook to qmake 2017-06-18 08:41:57 -05:00
Thomas Tuegel c7dd8a707b
golden-cheetah: fix build
- Use Qt 5.6 to fix compile error.
- Run preInstall and postInstall hooks to fix linking error.
2017-04-10 13:51:45 -05:00
Ollie Charles 72a002f9d6 golden-cheetah: Switch to 3.4 stable 2017-01-21 12:26:30 +00:00
Tuomas Tynkkynen b691bc22ef golden-cheetah: Use 'dev' output of qttools 2016-08-31 19:37:05 +03:00
Tobias Geerinckx-Rice e252e59a1a
golden-cheetah: fix version format and tarball name 2016-04-24 22:03:55 +02:00
Vladimír Čunát e9379f7416 Merge branch 'staging'
This includes a fix to closure-size regression that moved
share/doc/*/ to share/doc/
2016-04-22 16:49:09 +02:00
Ollie Charles a74aa5bce7 golden-cheetah: Fix evaluation
For now, disable the Dropbox configuration.
2016-04-21 12:14:12 +01:00
Nikolay Amiantov b845596f66 golden-cheetah: use qmakeHook 2016-04-21 03:13:04 +03:00
Oliver Charles 904204ffda golden-cheetah: init at V4.0-DEV1603 2016-04-17 11:26:44 +01:00