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

Felix Yan fyan at archlinux.org
Tue Sep 8 16:08:53 UTC 2015


    Date: Tuesday, September 8, 2015 @ 18:08:52
  Author: fyan
Revision: 245593

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

Added:
  plasma-sdk/repos/testing-i686/
  plasma-sdk/repos/testing-i686/PKGBUILD
    (from rev 245592, plasma-sdk/trunk/PKGBUILD)
  plasma-sdk/repos/testing-x86_64/
  plasma-sdk/repos/testing-x86_64/PKGBUILD
    (from rev 245592, plasma-sdk/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: plasma-sdk/repos/testing-i686/PKGBUILD (from rev 245592, plasma-sdk/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-09-08 16:08:52 UTC (rev 245593)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plasma-sdk
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
+license=(LGPL)
+depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('f1d61d7a858a33faacb46f8eeaf57f09')
+
+prepare() {
+  mkdir -p build
+}    
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-sdk/repos/testing-x86_64/PKGBUILD (from rev 245592, plasma-sdk/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-09-08 16:08:52 UTC (rev 245593)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plasma-sdk
+pkgver=5.4.1
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
+license=(LGPL)
+depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('f1d61d7a858a33faacb46f8eeaf57f09')
+
+prepare() {
+  mkdir -p build
+}    
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list