Package Details: ktechlab 0.51.0-2

Git Clone URL: https://aur.archlinux.org/ktechlab.git (read-only, click to copy)
Package Base: ktechlab
Description: IDE for microcontrollers and electronic circuit simulation
Upstream URL: https://invent.kde.org/sdk/ktechlab
Keywords: developer developers eda electronics ide kde microcontroller sdk simulation
Licenses: GPL2
Submitter: zoe1337
Maintainer: BenSYZ
Last Packager: BenSYZ
Votes: 9
Popularity: 0.007267
First Submitted: 2019-03-27 19:56 (UTC)
Last Updated: 2023-12-05 03:09 (UTC)

Latest Comments

1 2 Next › Last »

fermino commented on 2025-09-21 21:50 (UTC)

Patch to fix the cmake versioning thing until a new version is released:

diff --git a/PKGBUILD b/PKGBUILD
index ae2ae1c..30da32d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,6 +39,7 @@ build() {
   cmake -B build -S "${pkgname}-${pkgver}" \
     -DCMAKE_BUILD_TYPE='None' \
     -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
     -Wno-dev
   make -C build
 }

BenSYZ commented on 2023-12-05 03:16 (UTC)

@xiota, really appreciate for pointing out, description has been updated.

BenSYZ commented on 2023-12-04 11:58 (UTC)

@xiota, I just found a way to update the description and without annoying others: updating the pkgdesc while keeping the pkgrel.

BenSYZ commented on 2023-11-13 01:36 (UTC)

@xiota, Thanks. I will update it on next version change.

BenSYZ commented on 2023-10-30 15:48 (UTC)

@PiterDeVries, thanks for pointing it out. Dependencies have been checked and rewritten from CMakeLists.txt.

PiterDeVries commented on 2023-10-30 13:23 (UTC)

The newest package version 0.51.0-1 build complains about missing "Qt5-SerialPort". Qt's serial port library is in a separate package called 'qt5-serialport' - which should be added to dependencies. Other than that, everything seems fine.

JohnRobson commented on 2021-07-09 19:21 (UTC)

==> Validating source files with sha256sums... ktechlab-0.50.0.tar.xz ... FAILED ==> ERROR: One or more files did not pass the validity check! error downloading sources: ktechlab