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

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 19:07:42 UTC 2015


    Date: Sunday, December 6, 2015 @ 20:07:42
  Author: foutrelis
Revision: 252953

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

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

-------------------------+
 staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: kwayland/repos/staging-i686/PKGBUILD (from rev 252952, kwayland/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-06 19:07:42 UTC (rev 252953)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.4.3
+pkgrel=2
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('c6e75d3e7050ca2db6f1c8f7750a4d8f')
+
+prepare() {
+  mkdir 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/repos/staging-x86_64/PKGBUILD (from rev 252952, kwayland/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-06 19:07:42 UTC (rev 252953)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.4.3
+pkgrel=2
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('c6e75d3e7050ca2db6f1c8f7750a4d8f')
+
+prepare() {
+  mkdir 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