[arch-commits] Commit in plasma-wayland-protocols/repos/extra-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Apr 5 20:12:54 UTC 2021


    Date: Monday, April 5, 2021 @ 20:12:54
  Author: arojas
Revision: 411532

archrelease: copy trunk to extra-any

Added:
  plasma-wayland-protocols/repos/extra-any/PKGBUILD
    (from rev 411531, plasma-wayland-protocols/trunk/PKGBUILD)
Deleted:
  plasma-wayland-protocols/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-05 20:12:44 UTC (rev 411531)
+++ PKGBUILD	2021-04-05 20:12:54 UTC (rev 411532)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=plasma-wayland-protocols
-pkgver=1.2.0
-pkgrel=2
-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/$pkgname-$pkgver.tar.xz{,.sig}
-        plasma-wayland-protocols-fix-version.patch::https://invent.kde.org/libraries/plasma-wayland-protocols/-/commit/e4bc4e0d.patch)
-sha256sums=('820dd6347f835f0f066a5f76333f29882d471fe6c4a02249d50901e0e81ef617'
-            'SKIP'
-            'f1a8dddb0258ca1a92a4506f3b571901df853e7a4b34df0166da6a98a9675c0f')
-validpgpkeys=(CA1B4E348D22755A67EF4E1A6A4F2C4CDC8BC77F) # Aleix Pol Gonzalez <aleixpol at kde.org>
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < plasma-wayland-protocols-fix-version.patch # Fix version number
-}
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: plasma-wayland-protocols/repos/extra-any/PKGBUILD (from rev 411531, plasma-wayland-protocols/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-05 20:12:54 UTC (rev 411532)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plasma-wayland-protocols
+pkgver=1.2.1
+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/$pkgname-v$pkgver.tar.xz{,.sig})
+sha256sums=('287b90903f9a7f394c75e75cb187426862eaf64a92f1be7e2ef68e99fd8cbaaa'
+            'SKIP')
+validpgpkeys=(CA1B4E348D22755A67EF4E1A6A4F2C4CDC8BC77F  # Aleix Pol Gonzalez <aleixpol at kde.org>
+              EC5516B514543DA145169FD12276F09AF4A790F4) # Vlad Zahorodnii <vlad.zahorodnii at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-v$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list