Commit Graph

35 Commits

Author SHA1 Message Date
R. Ryantm
3d7b4b7482 gpsprune: 23.2 -> 24 2024-04-29 12:47:43 +02:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
R. Ryantm
13fc98b318 gpsprune: 23.1 -> 23.2 2023-10-11 09:24:46 +02:00
Andrew Kvalheim
c54fc2a40f gpsprune: add media type associations
Allows selection of GpsPrune in GNOME’s “Open With…” menu.
2023-09-19 00:28:23 +02:00
R. Ryantm
ea8f6c0e2c gpsprune: 22.2 -> 23.1 2023-08-14 08:23:17 +00:00
R. Ryantm
8527fb88b5 gpsprune: 22.1 -> 22.2 2022-10-16 23:06:38 +02:00
R. Ryantm
b207142dcc gpsprune: 22 -> 22.1 2022-09-16 19:49:50 +02:00
R. Ryantm
28875b0fbf gpsprune: 21.3 -> 22 2022-09-01 22:27:47 +02:00
R. Ryantm
063e59d5d5 gpsprune: 21.2 -> 21.3 2022-08-02 12:35:02 +00:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
R. Ryantm
eb499e5ab6 gpsprune: 21.1 -> 21.2 2022-04-08 00:53:24 +02:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
R. Ryantm
d8ad825201 gpsprune: 21 -> 21.1 2022-02-12 21:04:37 -08:00
Nikolay Korotkiy
d78f228604 gpsprune: 20.4 → 21 2021-12-10 22:08:51 +01:00
R. RyanTM
01b771bce0 gpsprune: 20.3 -> 20.4 2021-05-13 18:48:07 +02:00
R. RyanTM
f456d42386 gpsprune: 20.2 -> 20.3 2021-04-29 00:19:14 -04:00
R. RyanTM
507b300973
gpsprune: 20.1 -> 20.2 2021-02-04 22:59:38 +01:00
R. RyanTM
850ab6c88e
gpsprune: 20 -> 20.1 2021-01-30 09:43:30 +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
Gabriel Ebner
effd6aa53a gpsprune: use latest jdk 2020-09-20 11:25:44 +02:00
R. RyanTM
7fa60a5e6e
gpsprune: 19.2 -> 20 2020-04-05 23:32:12 +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
R. RyanTM
4c10970b1a
gpsprune: 19.1 -> 19.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gpsprune/versions
2018-12-27 00:02:44 +01:00
R. RyanTM
21e1547d9c gpsprune: 19 -> 19.1 (#45831)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
gpsprune
2018-09-01 12:23:25 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Robert Helgesson
838bfaa8ed
gpsbabel: remove use of phases
Also make use of `makeWrapper`.
2018-05-17 19:12:17 +02:00
R. RyanTM
d7ac3818d3
gpsprune: 18.6 -> 19
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/gpsprune/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/akzrr13fzbw4ympkxcjp4v434hbfw6nb-gpsprune-19/bin/gpsprune had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 19 with grep in /nix/store/akzrr13fzbw4ympkxcjp4v434hbfw6nb-gpsprune-19
- directory tree listing: https://gist.github.com/093deda67a3697cfb7ceb5e487494b74
- du listing: https://gist.github.com/c4d02de001bcd6a66916da90695ae515
2018-05-17 19:03:36 +02:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Robert Helgesson
5e8499f447
gpsprune: 18.5 -> 18.6 2017-02-11 00:30:08 +01:00
Robert Helgesson
47e210b846
gpsprune: 18.4 -> 18.5 2016-09-22 22:13:37 +02:00
Robert Helgesson
b3ccc826ee gpsprune: 18.3 -> 18.4 2016-04-24 22:22:13 +02:00
Robert Helgesson
50df762e71 gpsprune: 18.2 -> 18.3 2016-04-20 16:35:01 +02:00
Robert Helgesson
69ba5b12d9 gpsprune: add desktop item
Also add platforms to package meta section.
2015-12-26 18:04:58 +01:00
Robert Helgesson
8c4bfb747e gpsprune: init at 18.2 2015-12-24 14:48:57 +01:00