[arch-commits] Commit in kwayland-integration/repos (4 files)

Felix Yan fyan at archlinux.org
Mon Dec 7 07:00:31 UTC 2015


    Date: Monday, December 7, 2015 @ 08:00:31
  Author: fyan
Revision: 253245

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kwayland-integration/repos/staging-i686/
  kwayland-integration/repos/staging-i686/PKGBUILD
    (from rev 253244, kwayland-integration/trunk/PKGBUILD)
  kwayland-integration/repos/staging-x86_64/
  kwayland-integration/repos/staging-x86_64/PKGBUILD
    (from rev 253244, kwayland-integration/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: kwayland-integration/repos/staging-i686/PKGBUILD (from rev 253244, kwayland-integration/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-07 07:00:31 UTC (rev 253245)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kwayland-integration
+pkgver=5.4.3
+pkgrel=2
+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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('43b74c8a8ffac6878fc3e09b54cd2722')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kwayland-integration/repos/staging-x86_64/PKGBUILD (from rev 253244, kwayland-integration/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-07 07:00:31 UTC (rev 253245)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kwayland-integration
+pkgver=5.4.3
+pkgrel=2
+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/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('43b74c8a8ffac6878fc3e09b54cd2722')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list