Package Details: wlr-layout-ui 1.6.15-0

Git Clone URL: https://aur.archlinux.org/wlr-layout-ui.git (read-only, click to copy)
Package Base: wlr-layout-ui
Description: GUI to configure your screens
Upstream URL: https://github.com/fdev31/wlr-layout-ui
Licenses: MIT
Conflicts: wlr-layout-ui
Provides: wlr-layout-ui
Submitter: fab31
Maintainer: fab31
Last Packager: fab31
Votes: 1
Popularity: 0.005023
First Submitted: 2024-05-04 11:49 (UTC)
Last Updated: 2024-11-08 18:40 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2024-09-06 18:05 (UTC)

build() fails for me:

==> Starting build()...
/var/cache/yay/wlr-layout-ui/PKGBUILD: line 27: cd: /var/cache/makepkg/build/wlr-layout-ui/src/wlr-layout-ui: No such file or directory
==> ERROR: A failure occurred in build().

I have /var/cache/makepkg/build/wlr-layout-ui/src/wlr-layout-ui-1.6.14, but not /var/cache/makepkg/build/wlr-layout-ui/src/wlr-layout-ui.

I think you need to rework your PKGBUILD to strip off the remnants of the -git package and put in the stuff for a release package.

Regards!

fpf3 commented on 2024-07-08 21:13 (UTC) (edited on 2024-07-08 21:15 (UTC) by fpf3)

It looks like the package version is now included in the directory name. Fixed the PKGBUILD with:

build() {
        cd "$srcdir/${pkgname%-git}-$pkgver"
        python -m build --wheel --no-isolation
}

package() {
        cd "$srcdir/${pkgname%-git}-$pkgver"
        python -m installer --destdir="$pkgdir" dist/*.whl
        install -Dm644 "${srcdir}/wlr-layout-ui-${pkgver}/files/wlr-layout-ui.desktop"\
                "${pkgdir}/usr/share/applications/wlr-layout-ui.desktop"
}

voidspawn commented on 2024-06-22 12:47 (UTC) (edited on 2024-06-22 12:49 (UTC) by voidspawn)

i can't build this package anymore, the src folder is empty. got the following error with yay. i had this problem with the 2024-06-04

/home/user/.cache/yay/wlr-layout-ui/PKGBUILD: line 27: cd: /home/user/.cache/yay/wlr-layout-ui/src/wlr-layout-ui: No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: wlr-layout-ui-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
wlr-layout-ui - exit status 4