Search Criteria
Package Details: qtel 19.09.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qtel.git (read-only, click to copy) |
---|---|
Package Base: | qtel |
Description: | Graphical Userinteface for Echolink written in QT |
Upstream URL: | http://www.github.com/sm0svx/svxlink/ |
Keywords: | echolink svxlink |
Licenses: | GPL |
Conflicts: | svxlink |
Submitter: | CarstenF |
Maintainer: | rarvolt |
Last Packager: | classabbyamp |
Votes: | 8 |
Popularity: | 0.020883 |
First Submitted: | 2014-08-17 14:06 (UTC) |
Last Updated: | 2021-03-12 08:23 (UTC) |
Latest Comments
1 2 Next › Last »
linuxninja commented on 2021-01-24 10:21 (UTC)
On a test machine used just for building AUR packages, I was able to replace the 'qt4' dependency with 'qt5-tools' and build successfully. The 'rm' statements need cleaning up a bit.
linuxninja commented on 2021-01-24 07:51 (UTC)
I confirmed that I can uninstall qt4 and build/install qtel without issue. I do have qt5 package group installed. I recommend to update the dependencies by removing qt4 and adding the actual required qt packages.
classabbyamp commented on 2021-01-24 07:51 (UTC)
@linuxninja the docs I read say that Qt 4 or 5 will work, and I haven't been able to get makepkg to resolve dependencies if I use
qt5
. Have you had any luck?linuxninja commented on 2021-01-24 07:40 (UTC)
I'm seeing code in the upstream git indicating moving from qt4 to qt5 5 years ago. Is it possible that this code will work with qt5, now, alleviating the need for qt4?
xiretza commented on 2019-11-04 16:12 (UTC)
Still doesn't build as per @nizzo's comment.
nizzo commented on 2019-10-11 12:03 (UTC) (edited on 2019-10-11 12:04 (UTC) by nizzo)
Installation fails with the following message:
mv: cannot stat '~/.cache/pikaur/build/qtel/pkg/qtel/usr/lib64': No such file or directory
Can be fixed by removing the following line of the PKGBUILD - mv ${pkgdir}/usr/lib64 ${pkgdir}/usr/lib
classabbyamp commented on 2018-09-03 15:48 (UTC)
@xiretza should be fixed.
xiretza commented on 2018-09-03 08:20 (UTC)
depends=('qt4')
, as @petris said on 2018-01-05.classabbyamp commented on 2018-07-28 16:32 (UTC)
@CarstenF
To fix the sbin issues, add
-DUSE_QT=YES -DSBIN_INSTALL_DIR=/usr/bin
to thecmake
line (per instructions on the svxlink package) and bump the version to 17.12.2.1 2 Next › Last »