Package Details: kde-builder-git r74.f2392fe-1

Git Clone URL: https://aur.archlinux.org/kde-builder-git.git (read-only, click to copy)
Package Base: kde-builder-git
Description: A tool to build KDE software
Upstream URL: https://invent.kde.org/sdk/kde-builder
Licenses: GPL
Submitter: Ashark
Maintainer: Ashark
Last Packager: Ashark
Votes: 0
Popularity: 0.000000
First Submitted: 2024-02-12 11:10 (UTC)
Last Updated: 2024-03-05 09:16 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

Ashark commented on 2024-03-05 09:18 (UTC) (edited on 2024-03-24 20:36 (UTC) by Ashark)

Added git dependency.

jasonc commented on 2024-03-04 22:07 (UTC) (edited on 2024-03-06 01:37 (UTC) by jasonc)

Currently failing when building in a clean chroot with aurutils. Adding "git" to the depends array resolves this issue for me.

Error:

$ aur sync -c kde-builder-git
...
==> ERROR: Cannot find the git package needed to handle git sources.
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/jasonc/build

Ashark commented on 2024-03-02 12:42 (UTC)

Fixed, thanks.

onurmercury commented on 2024-03-02 12:32 (UTC)

PKGBUILD is missing dbus-python dependency.

$ kde-builder --install-distro-packages
=== install-distro-packages ===
Traceback (most recent call last):
  File "/usr/bin/kde-builder", line 43, in <module>
    exit(fr.setupUserSystem(RealBin, setup_steps))
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/kde-builder/ksblib/FirstRun.py", line 43, in setupUserSystem
    from .Application import Application
  File "/usr/share/kde-builder/ksblib/Application.py", line 14, in <module>
    import dbus
ModuleNotFoundError: No module named 'dbus'