[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Thu Mar 3 22:19:40 UTC 2016


    Date: Thursday, March 3, 2016 @ 23:19:40
  Author: arojas
Revision: 260683

New Plasma dependency

Added:
  plasma-integration/
  plasma-integration/kde-unstable/
  plasma-integration/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Added: plasma-integration/kde-unstable/PKGBUILD
===================================================================
--- plasma-integration/kde-unstable/PKGBUILD	                        (rev 0)
+++ plasma-integration/kde-unstable/PKGBUILD	2016-03-03 22:19:40 UTC (rev 260683)
@@ -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
+}


Property changes on: plasma-integration/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list