[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Fri Aug 14 07:12:06 UTC 2015


    Date: Friday, August 14, 2015 @ 09:12:06
  Author: arojas
Revision: 243666

Add kwayland-integration (new plasma package)

Added:
  kwayland-integration/
  kwayland-integration/kde-unstable/
  kwayland-integration/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Added: kwayland-integration/kde-unstable/PKGBUILD
===================================================================
--- kwayland-integration/kde-unstable/PKGBUILD	                        (rev 0)
+++ kwayland-integration/kde-unstable/PKGBUILD	2015-08-14 07:12:06 UTC (rev 243666)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kwayland-integration
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('e8767792bd4e4541dbf04bd5a63ee4f5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


Property changes on: kwayland-integration/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list