Package Details: wrapland-git v0.600.0.r0-1

Git Clone URL: https://aur.archlinux.org/wrapland-git.git (read-only, click to copy)
Package Base: wrapland-git
Description: Qt/C++ library wrapping libwayland
Upstream URL: https://github.com/winft/wrapland
Keywords: theseus-ship
Licenses: LGPL
Conflicts: wrapland
Provides: wrapland
Submitter: haagch
Maintainer: abelian424 (IslandC0der)
Last Packager: abelian424
Votes: 1
Popularity: 0.000000
First Submitted: 2020-04-15 23:41 (UTC)
Last Updated: 2024-02-29 07:34 (UTC)

Latest Comments

kleofas commented on 2025-02-20 22:58 (UTC) (edited on 2025-02-20 22:58 (UTC) by kleofas)

Doesn't build because it fails on some typedef.

Edit the PKGBUILD: yay -S --editmenu wrapland-git

Just comment out the conflicting typedef with sed:

build() {
  mkdir -p build
  cd build
  sed -E -i "s|typedef uint64_t __u64;|//typedef uint64_t __u64;|g" ../wrapland/extern/drm_fourcc.h
  cmake ../${pkgname/-git} \
    -DBUILD_TESTING=ON
}

haagch commented on 2023-11-06 18:54 (UTC)

Disowning because I haven't used this myself for a while

Baerbeisser commented on 2023-02-15 20:49 (UTC) (edited on 2023-02-15 20:50 (UTC) by Baerbeisser)

Build fails at src/cmake_install.cmake:68 (file): File INSTALL cannot find ".../wrapland-git/src/build/src/Wrapland.qch"

rpavlik commented on 2020-05-14 20:56 (UTC)

It appears like pkgconf is actually required - got build errors (couldn't find things I had installed) before I had it.

arun321 commented on 2020-04-16 06:31 (UTC)

Is qt5-doc really needed? I have removed it from dependencies and everything works fine.