Package Details: wlcs 1.7.0-4

Git Clone URL: https://aur.archlinux.org/wlcs.git (read-only, click to copy)
Package Base: wlcs
Description: Canonical's protocol-conformance-verifying test suite for Wayland compositor implementations.
Upstream URL: https://github.com/canonical/wlcs
Licenses: GPL-2.0-or-later OR GPL-3.0-or-later
Submitter: PedroHLC
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 0
Popularity: 0.000000
First Submitted: 2019-05-31 12:36 (UTC)
Last Updated: 2024-10-06 17:49 (UTC)

Latest Comments

sudopluto commented on 2025-03-20 22:48 (UTC)

pkgbuild refactor for ninja build system and standard cmake pkgbuild

# Maintainer: Pranav Sharma <pranav.sharma.ama@gmail.com>
# Contributor: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
# Contributor: thyTwilightGoth <https://aur.archlinux.org/account/thyTwilightGoth>
# Contributor: Pedro <https://aur.archlinux.org/account/PedroHLC>

pkgname=wlcs
pkgver=1.7.0
pkgrel=6
pkgdesc="Wayland Conformance Test Suite"
arch=(x86_64 i686 armv7h aarch64)
url="https://github.com/canonical/wlcs"
license=('GPL-2.0-or-later OR GPL-3.0-or-later')
depends=(glibc gcc-libs gtest wayland) #boost-libs
makedepends=(git cmake boost wayland-protocols)
#source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
source=("https://github.com/canonical/wlcs/releases/download/v${pkgver}/wlcs-${pkgver}.tar.xz")
sha512sums=('ac8d33eef2ba7ebaaff46967e23f353c7eb41035568f3c703a05fe8f291602487b4b5a7e71ff72d00c41eaa8283a8fc4e5d3533385a449794986f667ae292240')

build() {
    export CFLAGS+=" -Wno-error=unused-result -Wno-error=maybe-uninitialized"
    export CXXFLAGS+=" -Wno-error=unused-result -Wno-error=maybe-uninitialized"

    local _flags=(
        -B build 
        -S "${pkgname}-${pkgver}" 
        -GNinja
        -Wno-dev
        -DCMAKE_BUILD_TYPE=None
        -DCMAKE_INSTALL_PREFIX=/usr
        -DCMAKE_INSTALL_LIBDIR=lib/
        -DCMAKE_INSTALL_LIBEXECDIR=bin/
    )

    cmake "${_flags[@]}"
    cmake --build build
}

package() {
    DESTDIR="${pkgdir}" cmake --install build
}

scop commented on 2024-02-22 23:22 (UTC)

Hi, This fails to build without -Wno-maybe-uninitialized added to the PKGBUILD.

thyTwilightGoth commented on 2021-08-21 05:01 (UTC)

There was a typo in the last PKGBUILD that prevented it from entering the source directory, fixed and resubmitted.

simona commented on 2021-08-18 08:04 (UTC)

.cache/yay/wlcs/PKGBUILD: riga 20: cd: wlcs}: File or directory not exist