Commit Graph

707 Commits

Author SHA1 Message Date
Thomas Gerbet
186a0b4575 pulseview: fix hash of the patch
The patch introduced in 475e7fa802 have an
incorrect hash. OfBorg was already complaining about it in the PR
checks.
2023-01-08 18:13:01 +01:00
markuskowa
0aad1c5182
Merge pull request #208523 from r-ryantm/auto-update/dataexplorer
dataexplorer: 3.7.3 -> 3.7.4
2023-01-03 14:44:02 +01:00
Nicolas Benes
e8a2f9fba6 dataexplorer: pin jdk17
Since the default jdk changed to jdk19, DataExplorer fails at startup:

```console
$ ./result/bin/DataExplorer
java.lang.NullPointerException: Cannot read field "width" because the return value of "gde.config.Settings.getWindow()" is null
	at gde.ui.DataExplorer.execute(DataExplorer.java:406)
	at gde.GDE.main(GDE.java:544)
```

Therefore, pin to jdk17, which is also the latest recommended version by
upstream:

> The only requirement is the installation of a Java run-time of version
> 8 to Java 17 for the 32 bit versions and Java 11 to 17 for the 64 bit
> versions, such as IcedTea or open JDK.

https://www.nongnu.org/dataexplorer/index.html#Introduction
2023-01-01 17:44:51 +01:00
R. Ryantm
cde346ccd5 dataexplorer: 3.7.3 -> 3.7.4 2022-12-31 16:36:44 +00:00
Pavol Rusnak
e2dfc9a72d
vhd2vl: unstable-2018-09-01 -> unstable-2022-12-26 2022-12-26 14:11:23 +01:00
Pavol Rusnak
e941262b0f
verilog: bump tests, enable tests on darwin 2022-12-26 13:47:28 +01:00
Matt Melling
475e7fa802 pulseview: fix build 2022-12-26 09:55:25 +01:00
Evils
2c2f1519b5 kicad: 6.0.9 -> 6.0.10 2022-12-20 15:16:38 +01:00
Evils
8a6772fee6 kicad: bunch of cleanup
add patch to ensure writability of created projects
  (upstream issue 12941)

disable the qa_eeschema test as it fails to find the ngspice lib
  which allows re-enabling tests as a whole on unstable
  there is a patch for this, but it still fails with something else...
  (upstream issue 12491)
  and remove ngspice workaround that doesn't work anymore

set meta.mainProgram
  since for kicad-unstable, the binary isn't called kicad-unstable
2022-12-20 15:14:31 +01:00
Evils
1c3de7e308 kicad-unstable: 2022-09-18 -> 2022-12-19
includes a fix for parallel builds sometimes failing

disables test
  reenabled in next commit which works around the specific failure
2022-12-20 15:14:31 +01:00
Sandro
89fb5a5252
Merge pull request #203304 from panicgh/dataexplorer-373 2022-12-16 02:05:45 +01:00
Nicolas Benes
4cbba917e0 dataexplorer: 3.6.2 -> 3.7.3
In v3.7.1, the `file.encoding=UTF-8` setting has been moved into the
application itself. It is not needed any more to pass it via the `java`
command line.

The program builds incorrectly for non-x86_64-linux platforms, although
they should be supported. Until the issue is understood and can be
fixed, declare support for only the x86_64-linux platform.
2022-12-15 13:23:30 +01:00
Weijia Wang
eac8b51565
flopoco: init at 4.1.3 (#200459)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-12-03 05:26:22 +01:00
John Shaffer
9d8767be46 xcircuit: 3.10.12 -> 3.10.37, maintain 2022-12-02 21:57:29 -06:00
Sandro Jäckel
c7f5becba3 dbus: remove unused daemon passhtru 2022-11-21 20:23:00 +01:00
Pascal Bach
b85c2a060f
Merge pull request #200871 from lorenz/update-dsview
dsview: 1.1.2 -> 1.2.1
2022-11-16 21:18:59 +01:00
Robert Scott
ea6d354b84
Merge pull request #201044 from fedeinthemix/update-xyce
xyce: 7.4.0 -> 7.6.0
2022-11-13 20:13:29 +00:00
Federico Beffa
d36e0be2ea xyce: 7.4.0 -> 7.6.0 2022-11-13 16:41:14 +01:00
Robert Schütz
61c207555b hal-hardware-analyzer: use igraph 0.9 2022-11-12 20:07:20 -08:00
Lorenz Brun
c35b5503f4 dsview: 1.1.2 -> 1.2.1 2022-11-12 16:04:11 +01:00
Weijia Wang
0b894f5564 kicad: migrate to wxGTK32 2022-11-05 03:35:27 +01:00
Austin Seipp
3afaf7d263 verilator: enable doCheck = true
Based on the work from yangm2 in #109493.

Co-authored-by: yangm2 <yangm2@users.noreply.github.com>
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-11-02 07:55:30 -05:00
Austin Seipp
5ceadb26b8 verilator: 4.226 -> 5.002
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-11-02 07:55:30 -05:00
Nikolay Korotkiy
015979436c
Merge pull request #198374 from jiegec/ngspice-darwin
ngspice: add darwin to platforms
2022-10-31 08:26:36 +03:00
Bobby Rong
fa6834cf70
Merge pull request #198648 from evils/kicad
kicad: 6.0.8 -> 6.0.9
2022-10-31 12:17:55 +08:00
Jiajie Chen
4941d433fa ngspice: add darwin to platforms
ngspice can build and run on darwin.
2022-10-30 22:19:08 +08:00
Evils
b2f1884dd8 kicad: 6.0.8 -> 6.0.9 2022-10-30 14:00:01 +01:00
Weijia Wang
30d66019b4 wxGTK31: drop gtk2 support 2022-10-27 15:30:15 +02:00
R. Ryantm
eaa2608a12 horizon-eda: 2.3.1 -> 2.4.0 2022-10-18 20:39:07 +08:00
R. Ryantm
534b2ac627 nvc: 1.7.1 -> 1.7.2 2022-10-18 20:07:12 +08:00
Artturi
eb49b683f3
Merge pull request #195661 from wamserma/arg-cleanup-app
pkgs.applications: remove unused args
2022-10-15 02:20:29 +03:00
R. Ryantm
2dffc57c88 gtkwave: 3.3.111 -> 3.3.113 2022-10-14 23:53:22 +08:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
Stanisław Pitucha
f0e9e476bd
Merge pull request #195453 from evils/kicad
kicad: 6.0.7 -> 6.0.8
2022-10-11 22:33:41 +11:00
Evils
77b76b92d8 kicad: 6.0.7 -> 6.0.8 2022-10-11 02:55:55 +02:00
Adam Joseph
30b0c8fec9 pcb: use xorg.* packages directly instead of xlibsWrapper
As recommended by https://github.com/NixOS/nixpkgs/issues/194054

Built outputs (`x86-linux`) are identical except for the `pcb` binary, which was
manually reviewed with `vbindiff` to confirm that the only differences were
self-$out path references.
2022-10-05 20:07:54 -07:00
R. Ryantm
052662fab4 librepcb: 0.1.6 -> 0.1.7 2022-10-03 16:29:32 -05:00
R. Ryantm
1085ad554f verilator: 4.224 -> 4.226 2022-10-03 10:24:21 -05:00
José Romildo
01510c7ff3 treewide: no need to pass pname, version and attrPath to update scripts based on generic-updater 2022-09-27 23:41:53 -03:00
Theodore Ni
865ce72890 pulseview: remove librevisa dependency 2022-09-23 19:10:54 +02:00
Evils
a3336a44f5 kicad-unstable: fix build by enabling EGL
wxwidgets (wxGTK?) somehow changed to support EGL by default
2022-09-19 08:29:04 +02:00
Evils
a62cbaddca kicad-unstable: 2022-06-21 -> 2022-09-18 2022-09-19 08:29:04 +02:00
R. Ryantm
5538b8f0cc nanovna-saver: 0.5.2 -> 0.5.3 2022-09-17 17:19:47 +08:00
R. Ryantm
4fbc5fa77f nanovna-saver: 0.5.1 -> 0.5.2 2022-09-12 19:15:18 +00:00
R. Ryantm
6e55797c64 nanovna-saver: 0.4.0 -> 0.5.1 2022-09-10 01:28:51 +00:00
Jonas Heinrich
eab3e4bffa
Merge pull request #190087 from victormignot/systemc
systemc: Init at 2.3.3
2022-09-07 21:16:40 +02:00
Victor Mignot
777ba23c17
systemc: Init at 2.3.3 2022-09-07 08:04:56 -04:00
Sandro
6b52fe0b72
Merge pull request #188855 from risicle/ris-hal-fmt-8.0.1-override 2022-09-04 16:30:36 +02:00
Sandro
8e4ec09365
Merge pull request #187023 from panicgh/dataexplorer 2022-09-04 12:01:50 +02:00
Nicolas Benes
16013ac6c4 dataexplorer: init at 3.6.2 2022-09-04 10:53:16 +02:00