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

Andrea Scarpino andrea at nymeria.archlinux.org
Fri May 16 22:22:43 UTC 2014


    Date: Saturday, May 17, 2014 @ 00:22:42
  Author: andrea
Revision: 212909

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-framework/repos/kde-unstable-i686/
  plasma-framework/repos/kde-unstable-i686/PKGBUILD
    (from rev 212908, plasma-framework/trunk/PKGBUILD)
  plasma-framework/repos/kde-unstable-x86_64/
  plasma-framework/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 212908, plasma-framework/trunk/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: plasma-framework/repos/kde-unstable-i686/PKGBUILD (from rev 212908, plasma-framework/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-05-16 22:22:42 UTC (rev 212909)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=plasma-framework
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/libs/plasma-framework'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kidletime' 'kitemmodels' 'threadweaver'
+         'kdeclarative' 'kross' 'kdnssd' 'kinit'
+         'kactivities-frameworks' 'qt5-quick1')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+optdepends=('kde-workspace: provide a Plasma shell')
+groups=('kf5')
+source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('bb8077f5858643939bc002428cfcc338')
+
+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: plasma-framework/repos/kde-unstable-x86_64/PKGBUILD (from rev 212908, plasma-framework/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-05-16 22:22:42 UTC (rev 212909)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=plasma-framework
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/libs/plasma-framework'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kidletime' 'kitemmodels' 'threadweaver'
+         'kdeclarative' 'kross' 'kdnssd' 'kinit'
+         'kactivities-frameworks' 'qt5-quick1')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+optdepends=('kde-workspace: provide a Plasma shell')
+groups=('kf5')
+source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('bb8077f5858643939bc002428cfcc338')
+
+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