Hi ! I've try to update but the PKGBUILD seems to be unreadable. Is there some trouble with the PKGBUILD or with my installation ? While reading the latter, I can't figure out which url the script will download the package to. Could someone explain it to me ( for the sake of curiosity)? Thank you in advance for your explanations and for your work.
Search Criteria
Package Details: ltspice 24.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ltspice.git (read-only, click to copy) |
---|---|
Package Base: | ltspice |
Description: | SPICE simulator, schematic capture and waveform viewer. |
Upstream URL: | https://www.analog.com/en/resources/design-tools-and-calculators/ltspice-simulator.html |
Keywords: | simulation spice wine |
Licenses: | LicenseRef-LTspice |
Submitter: | M4a1x |
Maintainer: | fenugrec |
Last Packager: | fenugrec |
Votes: | 34 |
Popularity: | 0.85 |
First Submitted: | 2015-07-08 21:35 (UTC) |
Last Updated: | 2025-01-23 17:19 (UTC) |
Dependencies (8)
- wine (wine-valveAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-gitAUR, wine-staging-gitAUR, wine-stable-nextAUR, wine-wow64AUR, wine-staging-wow64AUR, wine-stableAUR, wine-tkg-staging-wow64-binAUR, wine-cachyosAUR, wine-staging)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- gawk (gawk-gitAUR, busybox-coreutilsAUR) (make)
- gendesk (make)
- icoutils (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- msitools (msitools-gitAUR) (make)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – for launching HTML help files
Required by (0)
Sources (4)
Troupal commented on 2020-11-21 13:06 (UTC)
jhbruhn commented on 2020-09-08 22:40 (UTC)
I've updated this on a forked git repository. If the original maintainer wants to put it back into his repo I'll gladly give back control!
Also, the kind of packaging is rather nasty. To circumvent the installing person to click buttons in the install dialog, an extracted version of the software is stored in a github repository which gets pulled by this PKGBUILD. It obviously would be nicer to have the installer push its buttons automatically, either by extracting from the .exe or by using something like autohotkey on wine.
JohnRobson commented on 2020-05-17 00:48 (UTC)
New version, Updated on May 14 2020
M4a1x commented on 2019-12-12 22:47 (UTC)
@thegala I just noticed that it reliably freezes under Wayland for me. Try using X11 and see if that helps.
M4a1x commented on 2019-07-05 21:21 (UTC) (edited on 2019-07-05 21:22 (UTC) by M4a1x)
@thegala It's working for me.. Do you have anything more specific? console output/wine logs?
I also updated the package to the newest version, it creates a separate wineprefix now on launch. Please try to update, maybe it solves the problem.
thegala commented on 2019-07-03 11:08 (UTC)
Hello, LTspice isnt working for me anymore. It starts and when I want to create new file LTspice just freezes. Any ideas?
jclsn commented on 2018-09-27 09:23 (UTC)
Where can I find the ltspice directory to add new models? When I put them in /usr/shar/ltspice, they don't show up in the menu.
joposter commented on 2018-01-28 13:16 (UTC)
@alex4o thanks for the tip :)
@M4a1x perfect, that was exactly what i had in mind! Thank you very much
M4a1x commented on 2018-01-26 12:14 (UTC)
Thanks @alex4o for the start launch script update.
I originally planned on revising the package. I still didn't find the time to do that. Therefore I just bumped the version number for now.
alex4o commented on 2018-01-23 10:05 (UTC) (edited on 2018-01-23 10:09 (UTC) by alex4o)
@joposter Hi, you can very easily update to ltspice 17 by just bumping the $pkgver in the PKGBUILD file.
Also you need to replace the launch script with something like this:
#!/bin/bash
unset WINEPREFIX
if [ ! -d "$HOME"/.ltspice ] ; then
mkdir -p "$HOME"/.ltspice
touch "$HOME"/.ltspice/LTspiceXVII.ini
fi
wine /usr/share/ltspice/XVIIx64.exe -ini "$HOME"/.ltspice/LTspiceXVII.ini "$@"
Pinned Comments
fenugrec commented on 2025-01-22 23:08 (UTC) (edited on 2025-01-23 17:25 (UTC) by fenugrec)
(follow-up) - yeah, currently it's a bit of a mess :
https://ltspice.analog.com/download/24.1.0/LTspice64.msi
https://ltspice.analog.com/software/LTspice64.msi
https://ltspice.analog.com/download/24.0.12/LTspice64.msi
, the .json says 24.0.11...I'm going to try using a permalink, just so the build doesn't break on their next update, but I may not notice for a while to update the PKGBUILD. We can revisit this if analog gets their versioning straightened out.