[arch-commits] Commit in layer-shell-qt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Jan 4 10:41:45 UTC 2022


    Date: Tuesday, January 4, 2022 @ 10:41:45
  Author: arojas
Revision: 433359

archrelease: copy trunk to extra-x86_64

Added:
  layer-shell-qt/repos/extra-x86_64/PKGBUILD
    (from rev 433358, layer-shell-qt/trunk/PKGBUILD)
Deleted:
  layer-shell-qt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-04 10:39:31 UTC (rev 433358)
+++ PKGBUILD	2022-01-04 10:41:45 UTC (rev 433359)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=layer-shell-qt
-pkgver=5.23.4
-pkgrel=1
-pkgdesc='Qt component to allow applications to make use of the Wayland wl-layer-shell protocol'
-arch=(x86_64)
-url='https://kde.org/plasma-desktop/'
-license=(GPL LGPL)
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-depends=(qt5-wayland)
-makedepends=(extra-cmake-modules wayland-protocols)
-groups=(plasma)
-sha256sums=('53c4106dbba50ace8c4c0e1e2739a1b190797e2b0a48725b88bdcbd1f9d1e428'
-            'SKIP')
-validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-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>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: layer-shell-qt/repos/extra-x86_64/PKGBUILD (from rev 433358, layer-shell-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-04 10:41:45 UTC (rev 433359)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=layer-shell-qt
+pkgver=5.23.5
+pkgrel=1
+pkgdesc='Qt component to allow applications to make use of the Wayland wl-layer-shell protocol'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(GPL LGPL)
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+depends=(qt5-wayland)
+makedepends=(extra-cmake-modules wayland-protocols)
+groups=(plasma)
+sha256sums=('59aff42c166aab2c392a46f0a40525eff844da99a21f39a0e12ce608d33706aa'
+            'SKIP')
+validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-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>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list