Search Criteria
Package Details: brickv 2.4.17-1
Git Clone URL: | https://aur.archlinux.org/brickv.git (read-only, click to copy) |
---|---|
Package Base: | brickv |
Description: | testing/flashing tool for tinkerforge brick(let)s |
Upstream URL: | http://www.tinkerforge.com/ |
Licenses: | |
Submitter: | jose1711 |
Maintainer: | jose1711 (rtrbt) |
Last Packager: | rtrbt |
Votes: | 3 |
Popularity: | 0.137042 |
First Submitted: | 2014-02-08 15:42 |
Last Updated: | 2021-01-18 15:16 |
Dependencies (6)
- python-pyqt5
- python-pyserial
- python-pytz
- python-tzlocal
- python-setuptools (make)
- brickd (optional) – local device support
Latest Comments
1 2 Next › Last »
TwentyoneThree commented on 2020-11-24 15:22
Thank you, appreciate it!
rtrbt commented on 2020-11-23 10:15
@TwentyoneThree Sure, the .desktop file should be available now.
TwentyoneThree commented on 2020-11-21 22:45
Would it it be possible to provide a .desktop file for brickv in this package? Thx!
rtrbt commented on 2019-05-23 15:18
@BluePeril Fixed, thank you.
BluePeril commented on 2019-05-22 16:16
brickv needs iso-codes as (make)dependency
jose1711 commented on 2019-02-22 11:57
good news: brickv is now co-maintained by one of its authors!
jose1711 commented on 2019-01-10 21:38
@maat thank you, implemented
maat commented on 2019-01-03 02:47
While installing I got an error: "ImportError: No module named sip". This can be solved by installing the python2-sip-pyqt4 package from AUR.
@jose1711: Can you add the python2-sip-pyqt4 dependecy?
jose1711 commented on 2018-03-22 22:02
@tafli thank you, i see what you meant by that (python22). fixed. j
tafli commented on 2018-03-19 21:10
There is a small but nasty bug in the build. When replacing Shebang in scripts with python2 the sed script also replaces Shebangs where it shouldn't (e.g. RED scripts).
There should be a EOL ($) added after 'python': find . -type f -name '*py' -exec sed -i 's%/usr/bin/env python$%&2%' '{}' \;
Not sure if this fixes everything but the problems with RED scripts.
Thanks.