about summary refs log tree commit diff
path: root/pkgs/applications/misc/viking
AgeCommit message (Collapse)AuthorFilesLines
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
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-06viking: enable on darwin (#247225)Nikolay Korotkiy1-4/+14
2021-11-30viking: 1.9 → 1.10Nikolay Korotkiy1-2/+2
2021-04-05viking: 1.8 → 1.9Nikolay Korotkiy1-35/+32
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-2/+2
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-10/+10
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-04viking: 1.7 -> 1.8Nikolay Korotkiy1-10/+33
2019-09-18treewide: drop adding hicolor-icon-theme where possibleworldofpeace1-2/+2
This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
2019-09-12viking: fix broken buildAaron Andersen1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-27viking: 1.6.2 -> 1.7Nikolay Korotkiy1-3/+5
2018-07-16viking: depend on hicolor-icon-themeJohannes Frankenau1-2/+2
This avoids conflicts on `share/icons/hicolor/icon-theme.cache`.
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-2/+2
2017-11-11Fix homepage links (see #30636)Pascal Wittmann1-1/+1
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-2/+2
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-01-03viking: 1.6.1 -> 1.6.2Pascal Wittmann1-4/+5
2015-11-29viking: 1.6 -> 1.6.1Pascal Wittmann1-2/+2
2015-09-06viking: update from 1.3 to 1.6Pascal Wittmann1-20/+23
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2012-07-02viking: Update to 1.3.Ludovic Courtès4-95/+17
2009-05-31Viking: Link against libgps from `gpsd', thanks to a couple of Debian patches.Ludovic Courtès3-6/+69
svn path=/nixpkgs/trunk/; revision=15810
2009-05-30Viking: Make tests happier.Ludovic Courtès2-2/+27
svn path=/nixpkgs/trunk/; revision=15805
2009-05-30Add Viking, a GPS trace editor.Ludovic Courtès1-0/+33
svn path=/nixpkgs/trunk/; revision=15804