Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f4adb7c4d897
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3604ae839448
Choose a head ref
  • 11 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 2, 2020

  1. kicad: python2 -> python3

    matthuszagh authored and evils committed Jan 2, 2020
    Copy the full SHA
    1eb1b06 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5bbe6be View commit details
    Browse the repository at this point in the history
  3. kicad: add python six package as dep

    This is needed for python scripting support.
    matthuszagh authored and evils committed Jan 2, 2020
    Copy the full SHA
    d40747e View commit details
    Browse the repository at this point in the history
  4. maintainers: add evils

    evils committed Jan 2, 2020
    Copy the full SHA
    e5daa95 View commit details
    Browse the repository at this point in the history
  5. kicad-unstable: wrap

    use wxGTK31
      brings hiDPI support
      no python shell...
    evils committed Jan 2, 2020
    Copy the full SHA
    6477f71 View commit details
    Browse the repository at this point in the history
  6. kicad: switch to best try from unstable and 5.1.5

    make unstable use kicad-libraries
      still using a link in $out..., not sure that's a bad thing
      this allows setting that path in makeWrapperArgs
        can't use $out there
    
    kicad-with-packages3d -> kicad and kicad-small
    
    default to OCCT, OCE is outdated
      enforce OCCT on aarch64, where OCE is broken
      withOCE flag allows using OCE on non-aarch64
    evils committed Jan 2, 2020
    Copy the full SHA
    c611701 View commit details
    Browse the repository at this point in the history
  7. kicad: use separated libraries

    switch source to gitlab as that's the new upstream source
    
    use wrapper variables for everything but i18n
      add sym and fp templates to template path
    
    update meta to reflect kicad's own language
      set license to AGPLv3, according to the source's LICENSE.README
    
    reduce diff between default and unstable in preparation of merging
    
    on debian gets "no module named 'math'"
      pcbnew 3d viewer is unusable (at least on my T410)
    evils committed Jan 2, 2020
    Copy the full SHA
    958d745 View commit details
    Browse the repository at this point in the history
  8. kicad: unite unstable.nix with default.nix

    use latest libraries for unstable
    move all revs and hashes to default.nix
    
    thanks TQ for getting me through this blockage
    evils committed Jan 2, 2020
    Copy the full SHA
    d96992a View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    6119ca2 View commit details
    Browse the repository at this point in the history
  10. kicad: update & cleanup

    minor simplification, fix base version
    
    split i18n and get from gitlab
    
    correct wrapper pythonpath, cleanup build output
    
    update & fake git describe
    
    correct base.nix to fit contributing.md
    evils committed Jan 2, 2020
    Copy the full SHA
    e4786f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Merge pull request #74259 from Evils-Devils/kicad-unstable

    kicad: cleanup, fix and update
    gebner committed Jan 3, 2020
    Copy the full SHA
    3604ae8 View commit details
    Browse the repository at this point in the history