Package Details: tinywl-git 0.15.0.r291.gc20468cfa-1

Git Clone URL: https://aur.archlinux.org/tinywl-git.git (read-only, click to copy)
Package Base: tinywl-git
Description: TinyWL
Upstream URL: https://gitlab.freedesktop.org/wlroots/wlroots
Keywords: tinywl wayland wlroots
Licenses: custom:MIT
Conflicts: tinywl
Provides: tinywl
Submitter: MicrochipQ
Maintainer: MicrochipQ
Last Packager: MicrochipQ
Votes: 1
Popularity: 0.000001
First Submitted: 2021-11-03 03:46 (UTC)
Last Updated: 2022-06-27 04:52 (UTC)

Required by (0)

Sources (1)

Latest Comments

eclairevoyant commented on 2023-04-06 03:17 (UTC) (edited on 2023-04-06 03:21 (UTC) by eclairevoyant)

$srcdir/$pkgdir should be quoted when used, see https://wiki.archlinux.org/title/Arch_package_guidelines#Package_etiquette. You can also just omit $srcdir entirely since all functions start in that dir, then you only need to quote $pkgdir.

Description also shouldn't just be the package name itself (see same link), in this case it could be something like pkgdesc='Minimal Wayland compositor based on wlroots'

Finally, make should be removed from makedepends() as it's part of base-devel; see https://wiki.archlinux.org/title/PKGBUILD#makedepends

MicrochipQ commented on 2022-06-27 04:59 (UTC)

@fauxmight, thanks, fixed.

fauxmight commented on 2022-06-24 20:39 (UTC) (edited on 2022-06-24 20:40 (UTC) by fauxmight)

tinywl.c: #include <wlr/types/wlr_subcompositor.h>

This header is not present in wlroots but IS present in wlroots-git. It would appear appropriate to modify the dependencies accordingly.