Commit graph

512 commits

Author SHA1 Message Date
Jörg Thalheim 5ec2eafb18
Merge pull request #125133 from sophrosyne97/fix_vhd2vl
vhd2vl: fix build error
2021-08-08 11:12:45 +01:00
R. RyanTM d06fec649b lepton-eda: 1.9.13-20201211 -> 1.9.16-20210731 2021-08-06 09:59:50 +00:00
Mikolaj Galkowski 629e1d384d lepton-eda: init at 1.9.13-20201211 2021-08-05 14:18:10 +02:00
Felix Buehler e3dd43360e eagle7: deprecate phases 2021-08-03 00:03:58 +02:00
Evils 0e6d186906 kicad-unstable: needs python
needed since upstream merge request 796 got merged on 2021-06-01
2021-07-13 12:47:26 +02:00
Evils 428d2a2f51 kicad-unstable: 2021-05-16 -> 2021-07-12 2021-07-13 12:46:17 +02:00
Eduardo Sánchez Muñoz 8f66191e32 diylc: 4.17.0 -> 4.18.0 2021-07-11 15:45:23 +02:00
R. RyanTM 360c8128bb gtkwave: 3.3.109 -> 3.3.110 2021-06-29 23:46:07 -07:00
Sandro 323e8cac82
Merge pull request #128069 from Artturin/openhantek
openhantek6022: 3.1.3 -> 3.2.3
2021-06-25 15:45:00 +02:00
Artturin 10968efa69 openhantek6022: 3.1.3 -> 3.2.3 2021-06-25 08:42:23 +03:00
Robert Schütz cc2924ee9a nanovna-saver: don't double-wrap 2021-06-23 18:39:00 +02:00
Robert Schütz 8df3adc8f8 nanovna-saver: use packageOverrides 2021-06-23 18:34:36 +02:00
Sandro cb3f4288f5
Merge pull request #125395 from musfay/fritzing
fritzing: 0.9.4-498 -> 0.9.6
2021-06-17 01:12:56 +02:00
Mustafa Çalışkan b556b25aad fritzing: 0.9.4-498 -> 0.9.6 2021-06-16 22:56:46 +03:00
Ryan Mulligan 26a88ecce8
Merge pull request #125391 from r-ryantm/auto-update/horizon-eda
horizon-eda: 1.4.0 -> 2.0.0
2021-06-11 17:34:07 -07:00
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Sandro 27978c0ae9
Merge pull request #125829 from KarlJoad/verilator-license
verilator: specify lgpl3Only license
2021-06-06 03:34:59 +02:00
Karl Hallsby 38db89df05 verilator: specify lgpl3Only and artistic2 licenses 2021-06-05 20:14:54 -05:00
Sandro 2e7cde1ba1
Merge pull request #125679 from polygon/dsview 2021-06-05 21:29:16 +02:00
Karl Hallsby 45288e9fec verilator: 4.110 -> 4.202 2021-06-04 10:48:19 -05:00
polygon da5278cbd5 dsview: fix build
Unneeded extern-C scopes around glib-includes would cause build
failures. Upstream has this fixed, but the fixes are not yet part
of a new release. Apply the fixing commit from upstream master
selectively. This should be removed once there is a new upstream
release.
2021-06-04 15:44:27 +02:00
R. RyanTM 8d49cec11c horizon-eda: 1.4.0 -> 2.0.0 2021-06-02 15:15:04 +00:00
Jörg Thalheim e7235d863c
vhd2vl: apply linting suggestions 2021-06-01 07:29:13 +02:00
sophrosyne97 0c2c703891 vhd2vl: fix build error 2021-05-31 18:14:32 -04:00
Sandro 64b7457313
Merge pull request #123329 from evils/kicad-symlink 2021-05-18 01:40:23 +02:00
R. RyanTM 161b02937d gtkwave: 3.3.108 -> 3.3.109 2021-05-17 13:51:47 -07:00
Evils bed2e8ef28 kicad-unstable: 2021-05-13 -> 2021-05-16 2021-05-17 09:47:28 +02:00
Evils 9f6de20292 kicad: correctly handle share/metainfo and appdata
fixes issue 123299

blindly linking unstable's metainfo resulted in a dangling symlink
this is still share/appdata in the stable package so i linked that
2021-05-17 09:47:07 +02:00
Stéphan Kochen 04aa238c1a gnucap: broken on darwin
Gnucap relies on LD_LIBRARY_PATH both in its build process and in code,
which Darwin does not understand.
2021-05-16 23:51:10 -07:00
Bjørn Forsman 3d18eddae2 pulseview: fix patch hash 2021-05-16 08:56:46 +02:00
sophrosyne97 2558acf870 pulseview: fix build error 2021-05-16 08:50:47 +02:00
Evils e2661b00f7 kicad: add sanitizeAddress & sanitizeThreads options
only kicad 5.99 or later are affected
was briefly -DKICAD_SANITIZE=ON
are mutually exclusive according to a compiler error
2021-05-14 09:03:53 +02:00
Evils e37d772beb kicad: avoid rebuild on date change
the date changes more often than most of the inputs
the date can also change on the base without other changes
  this causes a substantial rebuild for no reason
2021-05-14 09:03:53 +02:00
Evils 7dc05fed4f kicad: bunch of minor cleanup
squash of the following

kicad: makeFlags: optional -> optionals

kicad: remove -1 in version string, no more patch

should have been removed in a52e974cff

kicad: remove berce as maintainer

kicad: gtk3 -> wxGTK.gtk

use wxGTK.gtk rather than gtk3

add graphviz as doxygen wants it (no idea if doxygen is required...)
  minor compilation warning

kicad: rearrange / sort inputs

separate optional deps and options

kicad: clear some configuration warnings

linux specific stuff that's wanted by something in config

kicad: fix opening bug report in firefox wayland

may be removed when kicad goes native?
2021-05-14 09:03:53 +02:00
Evils 3fe839e78c kicad: 5.1.9 -> 5.1.10 2021-05-14 09:03:53 +02:00
Evils 7a69e69a0b kicad-unstable: 2020-12-23 -> 2021-05-13 2021-05-14 09:03:46 +02:00
Evils b54dfb232e kicad-unstable: link through new /share/metainfo 2021-05-14 08:06:25 +02:00
Evils 552a5a900c kicad-unstable: set KICAD6 env vars 2021-05-14 08:06:25 +02:00
Evils 95de1291b2 kicad-unstable: use wxPython 4.1 2021-05-14 08:06:24 +02:00
Jan Tojnar 468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Eduardo Sánchez Muñoz b5c90bb4da kicad: fix license
https://kicad.org/about/licenses/
2021-04-10 20:39:02 +02:00
Eduardo Sánchez Muñoz 427edc8b5a kicad: include desktop, icon and mime files
Fixes https://github.com/NixOS/nixpkgs/issues/106295.
2021-04-10 18:55:04 +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
Sandro edac82660c
Merge pull request #117039 from raboof/gnucap-init-at-20210107
gnucap: init at 20210107
2021-03-20 19:49:27 +01:00
Arnout Engelen 52b7bd1e77
gnucap: init at 20210107
Submitting on behalf of kvtb,
https://discourse.nixos.org/t/casual-nixpkgs-contributions/9607/13
2021-03-20 16:36:48 +01:00
Doron Behar 23ef497c17
Merge pull request #111237 from r-ryantm/auto-update/gtkwave
gtkwave: 3.3.107 -> 3.3.108
2021-03-19 10:24:36 +00:00
Samuel Gräfenstein d90e7ac2e1
kicad: gnome3.dconf -> dconf
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:17 +01:00
Samuel Gräfenstein 672cd0c8e7
treewide: gnome3.gtkmm -> gtkmm3
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:15 +01:00
Samuel Gräfenstein 9517398973
treewide: gnome3.defaultIconTheme -> gnome3.adwaita-icon-theme
Fix building with `config.allowAliases = false;`.
2021-03-17 00:00:15 +01:00
R. RyanTM 7c14c1a8d0 pcb: 4.2.2 -> 4.3.0 2021-03-14 13:34:35 -04:00