Date: Thursday, September 22, 2022 @ 21:02:39
  Author: arojas
Revision: 456655

archrelease: copy trunk to extra-x86_64

Added:
  kwayland/repos/extra-x86_64/PKGBUILD
    (from rev 456654, kwayland/trunk/PKGBUILD)
  kwayland/repos/extra-x86_64/keys/
Deleted:
  kwayland/repos/extra-x86_64/PKGBUILD
  kwayland/repos/extra-x86_64/keys/

----------+
 PKGBUILD |   68 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 31 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-22 21:02:30 UTC (rev 456654)
+++ PKGBUILD    2022-09-22 21:02:39 UTC (rev 456655)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=kwayland
-pkgver=5.98.0
-pkgrel=2
-pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
-arch=(x86_64)
-url='https://www.kde.org'
-license=(LGPL)
-depends=(qt5-wayland)
-makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc wayland-protocols 
plasma-wayland-protocols)
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
-        https://invent.kde.org/frameworks/kwayland/-/commit/d02188ad.patch)
-sha256sums=('1c171ddf9af0e257781ba245f5720da39fc89170fb6a7516ceb00f53df280930'
-            'SKIP'
-            'c9a0751910509569cfec8673ee4aca68b55bd6d85ec2914b2994ea2c00008789')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<[email protected]>
-options=(debug)
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < d02188ad.patch # Fix misplaced Plasma popups
-}
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DBUILD_TESTING=OFF \
-    -DBUILD_QCH=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kwayland/repos/extra-x86_64/PKGBUILD (from rev 456654, 
kwayland/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-22 21:02:39 UTC (rev 456655)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kwayland
+pkgver=5.98.0
+pkgrel=3
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=(x86_64)
+url='https://www.kde.org'
+license=(LGPL)
+depends=(qt5-wayland)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc wayland-protocols 
plasma-wayland-protocols)
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('1c171ddf9af0e257781ba245f5720da39fc89170fb6a7516ceb00f53df280930'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<[email protected]>
+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to