Package Details: qelectrotech 0.9-4

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: GPL2
Submitter: dopsi
Maintainer: entidi
Last Packager: entidi
Votes: 34
Popularity: 0.042275
First Submitted: 2015-08-09 17:08 (UTC)
Last Updated: 2023-10-20 11:56 (UTC)

Latest Comments

1 2 3 4 Next › Last »

entidi commented on 2023-10-12 17:36 (UTC)

It seems the project maintainer moved the official repository to GitHub: see the relevant thread for details.

https://qelectrotech.org/forum/viewtopic.php?pid=18659

Package updated accordingly.

sebvdk commented on 2023-10-12 14:06 (UTC) (edited on 2023-10-12 14:08 (UTC) by sebvdk)

There is a problem downloading the sources files. The Git server on tuxfamily.org is no longer working (Internal Server Error). Here is the software editor's archive:

https://download.qelectrotech.org/qet/tags/20230106/qet-0.9.tar.gz

entidi commented on 2023-07-24 09:05 (UTC)

There is no GL/gl in the whole codebase and I did not find any Makefile.Release or similar file anywhere.

$ grep -r GL/gl
$ find . -iname makefile.release
$

Other than that, /usr/include should already be part of the default include paths:

$ gcc -Wp,-v -x c++ - -fsyntax-only
ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../x86_64-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1
 /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/x86_64-pc-linux-gnu
 /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/../../../../include/c++/13.1.1/backward
 /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include
 /usr/local/include
 /usr/lib/gcc/x86_64-pc-linux-gnu/13.1.1/include-fixed
 /usr/include
End of search list.

ecraven commented on 2023-07-24 07:08 (UTC)

I've tried installing, however it fails (can't find GL/gl.h) unless I add /usr/include to INCPATH in Makefile.Release.. might be an upstream bug, or maybe I'm missing some part of Qt that should detect the path automatically?

entidi commented on 2023-01-31 22:57 (UTC)

WTF, they changed convention and named "0.9" the tag and "0.9.0" the development branch. IMO this is quite non-sensical but there is not much I can do, so I updated the script to follow their naming scheme.

drws commented on 2023-01-31 22:08 (UTC)

Just tried to update and qet-0.9.0.tar.gz fails to pass the validity check?

sagittarius commented on 2021-08-27 08:07 (UTC)

@dopsi

Do you think you could update with fenugrec PKGBUILD because it works great?

sagittarius commented on 2021-04-03 07:07 (UTC)

@fenugrec Thank you it works great!

fenugrec commented on 2021-03-11 20:58 (UTC)

I tweaked this to compile 0.8.0 . I posted my PKGBUILD and updated "install-dir.patch" as a new branch at https://github.com/fenugrec/aur_qelectrotech .

kumen commented on 2019-08-19 11:01 (UTC) (edited on 2019-09-21 11:04 (UTC) by kumen)

For support of "qet_tb_generator" plugin, add package "tk" to dependency list.