Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kwayland5
Commits:
544486ef by Antonio Rojas at 2025-11-02T12:32:14+01:00
upgpkg: 5.116.0-2: Drop QCH docs
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,12 @@
pkgbase = kwayland5
pkgdesc = Qt-style Client and Server library wrapper for the Wayland
libraries
pkgver = 5.116.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.kde.org
arch = x86_64
groups = kf5
license = LGPL
makedepends = extra-cmake-modules
- makedepends = doxygen
- makedepends = qt5-tools
- makedepends = qt5-doc
makedepends = wayland-protocols
makedepends = plasma-wayland-protocols
depends = qt5-wayland
=====================================
PKGBUILD
=====================================
@@ -5,13 +5,13 @@
_name=kwayland
pkgname=${_name}5
pkgver=5.116.0
-pkgrel=1
+pkgrel=2
pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
arch=(x86_64)
url='https://www.kde.org'
license=(LGPL)
depends=(qt5-wayland)
-makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc wayland-protocols
plasma-wayland-protocols)
+makedepends=(extra-cmake-modules wayland-protocols plasma-wayland-protocols)
conflicts=("$_name<5.111")
replaces=("$_name<5.111")
groups=(kf5)
@@ -29,8 +29,7 @@ prepare() {
build() {
cmake -B build -S $_name-$pkgver \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
- -DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
+ -DBUILD_TESTING=OFF
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kwayland5/-/commit/544486effa1d0e04a3cb5522e8d3bc1deb4dc3c2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kwayland5/-/commit/544486effa1d0e04a3cb5522e8d3bc1deb4dc3c2
You're receiving this email because of your account on gitlab.archlinux.org.