[arch-commits] Commit in kwayland/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Tue Apr 14 07:41:50 UTC 2015
Date: Tuesday, April 14, 2015 @ 09:41:50
Author: arojas
Revision: 236490
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kwayland/repos/kde-unstable-i686/
kwayland/repos/kde-unstable-i686/PKGBUILD
(from rev 236489, kwayland/kde-unstable/PKGBUILD)
kwayland/repos/kde-unstable-x86_64/
kwayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 236489, kwayland/kde-unstable/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
Copied: kwayland/repos/kde-unstable-i686/PKGBUILD (from rev 236489, kwayland/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-04-14 07:41:50 UTC (rev 236490)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.2.95
+pkgrel=1
+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/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('80072b59a094036243864daf14c90545')
+
+prepare() {
+ mkdir 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
+}
Copied: kwayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 236489, kwayland/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-04-14 07:41:50 UTC (rev 236490)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.2.95
+pkgrel=1
+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/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('80072b59a094036243864daf14c90545')
+
+prepare() {
+ mkdir 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
+}
More information about the arch-commits
mailing list