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

Antonio Rojas arojas at gemini.archlinux.org
Tue Nov 9 20:21:10 UTC 2021


    Date: Tuesday, November 9, 2021 @ 20:21:09
  Author: arojas
Revision: 427734

archrelease: copy trunk to extra-x86_64

Added:
  layer-shell-qt/repos/extra-x86_64/PKGBUILD
    (from rev 427732, 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	2021-11-09 20:21:08 UTC (rev 427733)
+++ PKGBUILD	2021-11-09 20:21:09 UTC (rev 427734)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=layer-shell-qt
-pkgver=5.23.2
-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=('8fc29b2cd8c7f4ff2ce2fb9de495673e0778af2125e63aa1c1d295775e98895f'
-            '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 427732, layer-shell-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-09 20:21:09 UTC (rev 427734)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=layer-shell-qt
+pkgver=5.23.3
+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=('4a84038847e95559ecd0258e715e5c7b51dd758ed8676d3b56e99c5414b8c797'
+            '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