Search Criteria
Package Details: arduino-pro-ide 0.1.4-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/arduino-pro-ide.git (read-only, click to copy) |
---|---|
Package Base: | arduino-pro-ide |
Description: | The Arduino Pro IDE bring features that address the needs of advanced users whilst retaining continuity with the simple classic Arduino IDE. |
Upstream URL: | https://github.com/arduino/arduino-pro-ide |
Licenses: | EPLv2 |
Submitter: | skuroedov |
Maintainer: | gardar |
Last Packager: | gardar |
Votes: | 2 |
Popularity: | 0.000474 |
First Submitted: | 2019-11-22 12:51 (UTC) |
Last Updated: | 2022-01-27 13:21 (UTC) |
Dependencies (10)
- gtk3 (gtk3-git, gtk3-classic-noatk-64, gtk3-no_deadkeys_underline, gtk3-ubuntu, gtk3-typeahead, gtk3-classic, gtk3-patched-filechooser-icon-view)
- libxkbfile
- libxss
- nodejs (nodejs6-bin, nodejs-git, nodejs-nightly, nodejs-lts-erbium, nodejs-lts-fermium, nodejs-lts-gallium)
- nss (nss-hg)
- python (python38, python36, python37, python3.7, nogil-python, python311, python39)
- gendesk (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- ruby-ronn (ruby-ronn-ng) (make)
- arduino-cli (arduino-cli-rc) (optional)
Latest Comments
shuyuan-liu commented on 2022-04-08 23:48 (UTC)
GitHub doesn't allow the unencrypted
git://
protocol anymore (see https://github.blog/2021-09-01-improving-git-protocol-security-github/), and the sources fail to download. Changing togit+https://
fixes the problem.gardar commented on 2020-10-15 00:16 (UTC) (edited on 2020-10-15 00:18 (UTC) by gardar)
Thanks for noticing @marekpetrik unfortunately the packaging from arduino varies so I have to constantly update the way I extract the source and build the package and I hadn't fully tested that version. Just updated the package to 0.1.2 which should work.
marekpetrik commented on 2020-08-09 11:56 (UTC)
/usr/bin/arduino-pro-ide does not point to the right location. To fix it, run:
sudo ln -sf /opt/arduino-pro-ide/Arduino\ Pro\ IDE-v0.0.6-linux-x64/arduino-pro-ide /usr/bin/arduino-pro-ide
gardar commented on 2020-01-05 03:48 (UTC)
I refactored this package and updated it to the latest version (0.0.3) You can find the updated PKGBUILD and .install files here: https://gist.github.com/gardar/ae84296131dda3501d1578d9eef4e577
Btw, the application won't work without a valid arduino-cli.yaml file, you can see further details in the .install file I made.