[arch-commits] Commit in kwayland-integration/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Dec 3 14:55:21 UTC 2019


    Date: Tuesday, December 3, 2019 @ 14:55:21
  Author: arojas
Revision: 370299

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-03 14:55:13 UTC (rev 370298)
+++ PKGBUILD	2019-12-03 14:55:21 UTC (rev 370299)
@@ -1,35 +0,0 @@
-# Maintainer:Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kwayland-integration
-pkgver=5.17.3
-pkgrel=1
-pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-depends=(kwindowsystem kidletime kwayland kguiaddons)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4f7b0ad0a0fb57068e971235c59f041153663562cf876bdd8c4182e6f4adab4e'
-            'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan 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>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kwayland-integration/repos/extra-x86_64/PKGBUILD (from rev 370298, kwayland-integration/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-03 14:55:21 UTC (rev 370299)
@@ -0,0 +1,35 @@
+# Maintainer:Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kwayland-integration
+pkgver=5.17.4
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland kguiaddons)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3c6b14bcf7f6f3a927d485afba9ed3051cbe513441ed17f5d484419388da825c'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan 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>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list