[arch-commits] Commit in kwayland/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Aug 14 06:36:20 UTC 2015
Date: Friday, August 14, 2015 @ 08:36:19
Author: arojas
Revision: 243636
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 243635, kwayland/kde-unstable/PKGBUILD)
kwayland/repos/kde-unstable-x86_64/
kwayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243635, 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 243635, kwayland/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-08-14 06:36:19 UTC (rev 243636)
@@ -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.3.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=('27f5b858fd13807b01c4019658b40a15')
+
+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 243635, kwayland/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-14 06:36:19 UTC (rev 243636)
@@ -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.3.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=('27f5b858fd13807b01c4019658b40a15')
+
+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