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

Antonio Rojas arojas at archlinux.org
Sun Jun 12 10:10:00 UTC 2016


    Date: Sunday, June 12, 2016 @ 12:09:59
  Author: arojas
Revision: 269374

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

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

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

Copied: plasma-integration/repos/kde-unstable-i686/PKGBUILD (from rev 269373, plasma-integration/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-06-12 10:09:59 UTC (rev 269374)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=plasma-integration
+pkgver=5.6.4
+pkgrel=2
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-oxygen)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('7a24ff9cfe4e1650b98164c916993fe8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 269373, plasma-integration/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-06-12 10:09:59 UTC (rev 269374)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=plasma-integration
+pkgver=5.6.4
+pkgrel=2
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-oxygen)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('7a24ff9cfe4e1650b98164c916993fe8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list