[arch-commits] Commit in kwayland-server (3 files)

Antonio Rojas arojas at archlinux.org
Thu May 14 14:42:39 UTC 2020


    Date: Thursday, May 14, 2020 @ 14:42:39
  Author: arojas
Revision: 383412

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kwayland-server/repos/
  kwayland-server/repos/kde-unstable-x86_64/
  kwayland-server/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 383411, kwayland-server/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: kwayland-server/repos/kde-unstable-x86_64/PKGBUILD (from rev 383411, kwayland-server/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2020-05-14 14:42:39 UTC (rev 383412)
@@ -0,0 +1,36 @@
+# Maintainer:Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kwayland-server
+pkgver=5.18.90
+pkgrel=1
+pkgdesc='Wayland server components built on KDE Frameworks'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules plasma-wayland-protocols wayland-protocols kwayland doxygen qt5-tools)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('99eafcb852ff5ef20d1d4dda67bbd0b1d001889d2c2e1550d2606c0c65cffca5'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell <jr at jriddell.org>
+              '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah at kde.org>
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson <davidedmundson at kde.org>
+              '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list