[arch-commits] Commit in kwayland-integration/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Aug 4 17:15:39 UTC 2018
Date: Saturday, August 4, 2018 @ 17:15:38
Author: felixonmars
Revision: 330575
archrelease: copy trunk to extra-x86_64
Added:
kwayland-integration/repos/extra-x86_64/PKGBUILD
(from rev 330574, kwayland-integration/trunk/PKGBUILD)
Deleted:
kwayland-integration/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-04 17:15:22 UTC (rev 330574)
+++ PKGBUILD 2018-08-04 17:15:38 UTC (rev 330575)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kwayland-integration
-pkgver=5.13.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)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('df6903caa379a3d6634f2697cd4217c0e032f6f8630dab0320ec4746fb1b5cee'
- 'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell
- '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah at kde.org>
- 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
- '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kwayland-integration/repos/extra-x86_64/PKGBUILD (from rev 330574, kwayland-integration/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-04 17:15:38 UTC (rev 330575)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kwayland-integration
+pkgver=5.13.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)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('01a6d19f8ec7ccb4e2fe63789359bbeeb9232c51e3973d5a2a8f977d7f8b1a56'
+ 'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell
+ '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah at kde.org>
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson
+ '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list