[arch-commits] Commit in plasma-integration (5 files)

Antonio Rojas arojas at archlinux.org
Thu Mar 3 22:26:38 UTC 2016


    Date: Thursday, March 3, 2016 @ 23:26:38
  Author: arojas
Revision: 260696

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

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

-------------------------+
 staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: plasma-integration/repos/staging-i686/PKGBUILD (from rev 260695, plasma-integration/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-i686/PKGBUILD	                        (rev 0)
+++ repos/staging-i686/PKGBUILD	2016-03-03 22:26:38 UTC (rev 260696)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=plasma-integration
+pkgver=5.5.95
+pkgrel=1
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://projects.kde.org/plasma-integration'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-oxygen)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('3dbdddd3500ceab8526d8e6b4026095c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-integration/repos/staging-x86_64/PKGBUILD (from rev 260695, plasma-integration/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-x86_64/PKGBUILD	                        (rev 0)
+++ repos/staging-x86_64/PKGBUILD	2016-03-03 22:26:38 UTC (rev 260696)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=plasma-integration
+pkgver=5.5.95
+pkgrel=1
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://projects.kde.org/plasma-integration'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-oxygen)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('3dbdddd3500ceab8526d8e6b4026095c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list