[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Thu May 14 06:33:14 UTC 2020


    Date: Thursday, May 14, 2020 @ 06:33:14
  Author: arojas
Revision: 383349

New Plasma dependency

Added:
  plasma-wayland-protocols/
  plasma-wayland-protocols/trunk/
  plasma-wayland-protocols/trunk/PKGBUILD

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

Added: plasma-wayland-protocols/trunk/PKGBUILD
===================================================================
--- plasma-wayland-protocols/trunk/PKGBUILD	                        (rev 0)
+++ plasma-wayland-protocols/trunk/PKGBUILD	2020-05-14 06:33:14 UTC (rev 383349)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plasma-wayland-protocols
+pkgver=1.0
+pkgrel=1
+pkgdesc="Plasma Specific Protocols for Wayland"
+arch=(any)
+url="https://kde.org/plasma-desktop"
+license=(LGPL)
+depends=()
+makedepends=(qt5-base extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('69c0fac42ccecaa78388f54725de493cad7ac798d85802225013c3e1fb7ee62b'
+            'SKIP')
+validpgpkeys=(CA1B4E348D22755A67EF4E1A6A4F2C4CDC8BC77F) # Aleix Pol Gonzalez <aleixpol at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list