[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Mon Nov 2 06:14:07 UTC 2015


    Date: Monday, November 2, 2015 @ 07:14:07
  Author: fyan
Revision: 145548

addpkg: plasma-maliit-framework 0.99.0.20150710-1

Added:
  plasma-maliit-framework/
  plasma-maliit-framework/repos/
  plasma-maliit-framework/trunk/
  plasma-maliit-framework/trunk/PKGBUILD

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

Added: plasma-maliit-framework/trunk/PKGBUILD
===================================================================
--- plasma-maliit-framework/trunk/PKGBUILD	                        (rev 0)
+++ plasma-maliit-framework/trunk/PKGBUILD	2015-11-02 06:14:07 UTC (rev 145548)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bhushan Shah <bshah at kde.org>
+
+pkgname=plasma-maliit-framework
+pkgver=0.99.0.20150710
+_commit=0e273b3863d3435cfc486cf1aa9dcecfad1e180d
+pkgrel=1
+pkgdesc="Framework for Maliit integration with Plasma"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://projects.kde.org/plasma-maliit-framework"
+depends=('qt5-declarative' 'kwayland' 'karchive')
+makedepends=('git')
+source=("git+https://github.com/KDE/plasma-maliit-framework.git#commit=$_commit")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  qmake -makefile \
+    CONFIG+=qt5-inputcontext \
+    CONFIG+=nohwkeyboard \
+    CONFIG+=enable-dbus-activation \
+    CONFIG+=notests \
+    CONFIG+=nodoc \
+    ../plasma-maliit-framework
+  make
+}
+
+package() {
+  cd build
+  make install INSTALL_ROOT="$pkgdir/"
+}


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



More information about the arch-commits mailing list