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

Antonio Rojas arojas at archlinux.org
Fri Nov 20 21:41:06 UTC 2015


    Date: Friday, November 20, 2015 @ 22:41:05
  Author: arojas
Revision: 251732

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

Added:
  plasma-sdk/repos/kde-unstable-i686/
  plasma-sdk/repos/kde-unstable-i686/PKGBUILD
    (from rev 251731, plasma-sdk/kde-unstable/PKGBUILD)
  plasma-sdk/repos/kde-unstable-x86_64/
  plasma-sdk/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 251731, plasma-sdk/kde-unstable/PKGBUILD)

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

Copied: plasma-sdk/repos/kde-unstable-i686/PKGBUILD (from rev 251731, plasma-sdk/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-11-20 21:41:05 UTC (rev 251732)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plasma-sdk
+pkgver=5.4.95
+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/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('36bc64de47fafb2d6543ffccee178d2a')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 251731, plasma-sdk/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-11-20 21:41:05 UTC (rev 251732)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plasma-sdk
+pkgver=5.4.95
+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/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('36bc64de47fafb2d6543ffccee178d2a')
+
+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