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

Antonio Rojas arojas at archlinux.org
Thu Jul 30 21:36:30 UTC 2020


    Date: Thursday, July 30, 2020 @ 21:36:29
  Author: arojas
Revision: 392747

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-30 21:36:20 UTC (rev 392746)
+++ PKGBUILD	2020-07-30 21:36:29 UTC (rev 392747)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=plasma-wayland-protocols
-pkgver=1.1.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/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
-         kdebug-424780.patch::"https://invent.kde.org/libraries/plasma-wayland-protocols/-/commit/404ae95b.patch")
-sha256sums=('d7bcf780b764f013613870ff2366486f052827857ca0bb79981c97b436601d31'
-            'SKIP'
-            '7ba2947aa7398ff09defd4f1bdc84675788a64d6a8e93b4d0458e7a7c57a3271')
-validpgpkeys=(CA1B4E348D22755A67EF4E1A6A4F2C4CDC8BC77F) # Aleix Pol Gonzalez <aleixpol at kde.org>
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../kdebug-424780.patch # Fix plasma-wayland crash
-}
-
-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 392746, plasma-wayland-protocols/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-30 21:36:29 UTC (rev 392747)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plasma-wayland-protocols
+pkgver=1.1.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-$pkgver.tar.xz"{,.sig})
+sha256sums=('c5493383d115171c3435ea9a21b3966860632a844544ffac8f54890436a51d38'
+            'SKIP')
+validpgpkeys=(CA1B4E348D22755A67EF4E1A6A4F2C4CDC8BC77F) # Aleix Pol Gonzalez <aleixpol at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list