[arch-commits] Commit in kwayland-integration (5 files)
Antonio Rojas
arojas at archlinux.org
Fri Aug 14 07:14:18 UTC 2015
Date: Friday, August 14, 2015 @ 09:14:18
Author: arojas
Revision: 243667
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kwayland-integration/repos/
kwayland-integration/repos/kde-unstable-i686/
kwayland-integration/repos/kde-unstable-i686/PKGBUILD
(from rev 243666, kwayland-integration/kde-unstable/PKGBUILD)
kwayland-integration/repos/kde-unstable-x86_64/
kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243666, kwayland-integration/kde-unstable/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: kwayland-integration/repos/kde-unstable-i686/PKGBUILD (from rev 243666, kwayland-integration/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD 2015-08-14 07:14:18 UTC (rev 243667)
@@ -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
+}
Copied: kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 243666, kwayland-integration/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD 2015-08-14 07:14:18 UTC (rev 243667)
@@ -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
+}
More information about the arch-commits
mailing list