[arch-commits] Commit in kwayland/repos (3 files)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Aug 15 17:07:14 UTC 2022
Date: Monday, August 15, 2022 @ 17:07:13
Author: felixonmars
Revision: 452809
archrelease: copy trunk to staging-x86_64
Added:
kwayland/repos/staging-x86_64/
kwayland/repos/staging-x86_64/PKGBUILD
(from rev 452808, kwayland/trunk/PKGBUILD)
kwayland/repos/staging-x86_64/keys/
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: kwayland/repos/staging-x86_64/PKGBUILD (from rev 452808, kwayland/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2022-08-15 17:07:13 UTC (rev 452809)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwayland
+pkgver=5.97.0
+pkgrel=1
+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)
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e571016c89cccd5ae1a455c8f2abe59f8edab787e3cd7a165059bf365130ca3c'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+options=(debug)
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_QCH=ON
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list