Skip to content
Snippets Groups Projects
Verified Commit 1362a415 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Fake version number to bypass conflicts with KF5

parent 6f033354
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,10 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kwayland
pkgver=5.27.80
_dirver=$(echo $pkgver | cut -d. -f1-3)
_pkgver=5.27.80
# fake version number to bypass conflicts with KF5
pkgver=6.alpha.$_pkgver
_dirver=$(echo $_pkgver | cut -d. -f1-3)
pkgrel=1
pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
arch=(x86_64)
......@@ -22,7 +24,7 @@ makedepends=(doxygen
qt6-tools
wayland-protocols)
groups=(plasma)
source=(https://download.kde.org/unstable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
source=(https://download.kde.org/unstable/plasma/$_dirver/$pkgname-$_pkgver.tar.xz{,.sig})
sha256sums=('9c236a4767d5e727f68eaf144d38c3f84e26ea2d61adfbf4b2868ba9b623b846'
'SKIP')
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org>
......@@ -31,7 +33,7 @@ validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
build() {
cmake -B build -S $pkgname-$pkgver \
cmake -B build -S $pkgname-$_pkgver \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
-DBUILD_TESTING=OFF \
-DBUILD_QCH=ON
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment