Search Criteria
Package Details: qelectrotech 1:0.7.0-1
Git Clone URL: | https://aur.archlinux.org/qelectrotech.git (read-only, click to copy) |
---|---|
Package Base: | qelectrotech |
Description: | An electric diagram editor |
Upstream URL: | https://qelectrotech.org/ |
Licenses: | |
Submitter: | dopsi |
Maintainer: | dopsi |
Last Packager: | dopsi |
Votes: | 25 |
Popularity: | 0.031942 |
First Submitted: | 2015-08-09 17:08 |
Last Updated: | 2019-09-20 14:30 |
Latest Comments
1 2 3 Next › Last »
kumen commented on 2019-08-19 11:01
For support of "qet_tb_generator" plugin, add package "tk" to dependency list.
entidi commented on 2019-08-07 07:46
The PKGBUILD requires quite a bit of changes, e.g. the tarball is now provided by github and there are additional dependencies. Here is my working version:
entidi commented on 2018-08-04 14:49
Here is the raw patch against 0.6: any chance to get it applied by the PKGBUILD?
desaparecido commented on 2018-06-10 15:20
hi, the problem was solved just right now :) in Trunk version, this is the problem:
https://svnweb.tuxfamily.org/diff.php?repname=qet%2Fqet&path=%2Ftrunk%2Fsources%2Fui%2Fimportelementdialog.cpp&rev=5392
editing this file adding:
include <qbuttongroup></qbuttongroup>
build is ok, at least in Trunk
felixita commented on 2018-05-30 09:54
Hy, i can't compile package, exit with several [quote=""]sources/ui/importelementdialog.cpp:49:19: error: invalid use of incomplete type ‘class QButtonGroup’[/quote]. Besides<br> [quote=""] make[1]: [Makefile.Release:5109: release/importelementdialog.o] Error 1 [/quote] and [quote=""] make: [Makefile:40: release] Error 2 [/quote].
Qt version: 5.11.0 KDE PLASMA version: 5.12.5 KDE FRAMEWORKS: 5.46.0
How to solve, please? tnks!
DanielH commented on 2018-04-09 12:27
Sorry, my fault: pkgname declared twice...
source="https://download.tuxfamily.org/qet/tags/20180306/${pkgname}-${pkgver}-src.tar.gz" 'install-dir.patch')
DanielH commented on 2018-04-09 12:21
@dopsi:
Download source link must be changed in PKGBUILD to source="https://download.tuxfamily.org/qet/tags/20180306/qelectrotech-${pkgname}-${pkgver}-src.tar.gz" 'install-dir.patch')
/qet/tags/20151127/ qet directory is pointing to old 0.5 stable version downloads...
Best regards, DanielH
alexandre-mbm commented on 2017-05-19 02:30
$ yaourt -S qelectrotech
$ sudo paccheck --md5sum --quiet qelectrotech
qelectrotech: '/usr/share/mime/application/x-qet-element.xml' md5sum mismatch (expected c801276c59606c5482d8adc3e781db1a)
qelectrotech: '/usr/share/mime/application/x-qet-project.xml' md5sum mismatch (expected 8b328621110c91fb30378546c1590821)
qelectrotech: '/usr/share/mime/application/x-qet-titleblock.xml' md5sum mismatch (expected 7f10fad48cf0f73ccd0662e0018cdbde)
firewalker commented on 2015-11-16 21:58
Have anyone tried to build the new Qt-5 version (0.5-rc1)? I can successfully build t but it segfaults on startup.
dopsi commented on 2015-09-08 19:39
@sekret I know, I tried to fix it (see commit ac681f90ae19a457d6859078491e4ae0717aa951) but some users could use the program anymore and since I am quite busy now I will take a look as soon as possible.