Date: Monday, December 21, 2015 @ 12:31:39
  Author: fyan
Revision: 153830

archrelease: copy trunk to community-i686, community-x86_64

Added:
  plasma-maliit-plugins/repos/community-i686/
  plasma-maliit-plugins/repos/community-i686/PKGBUILD
    (from rev 153829, plasma-maliit-plugins/trunk/PKGBUILD)
  plasma-maliit-plugins/repos/community-x86_64/
  plasma-maliit-plugins/repos/community-x86_64/PKGBUILD
    (from rev 153829, plasma-maliit-plugins/trunk/PKGBUILD)

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

Copied: plasma-maliit-plugins/repos/community-i686/PKGBUILD (from rev 153829, 
plasma-maliit-plugins/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-12-21 11:31:39 UTC (rev 153830)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Bhushan Shah <[email protected]>
+
+pkgname=plasma-maliit-plugins
+pkgver=0.99.0.20150710
+_commit=0b5cdb59bd1b6bc1f88d815e8b97750fdd014993
+pkgrel=1
+pkgdesc="Plasma Integration for Maliit virtual keyboard"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://projects.kde.org/plasma-maliit-plugins";
+depends=('plasma-maliit-framework')
+makedepends=('git')
+source=("git+https://github.com/KDE/plasma-maliit-plugins.git#commit=$_commit";)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  qmake -makefile \
+    CONFIG+=nohwkeyboard \
+    CONFIG+=notests \
+    CONFIG+=nodoc \
+    ../plasma-maliit-plugins
+  make
+}
+
+package() {
+  cd build
+  make install INSTALL_ROOT="$pkgdir/"
+}

Copied: plasma-maliit-plugins/repos/community-x86_64/PKGBUILD (from rev 153829, 
plasma-maliit-plugins/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-21 11:31:39 UTC (rev 153830)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Bhushan Shah <[email protected]>
+
+pkgname=plasma-maliit-plugins
+pkgver=0.99.0.20150710
+_commit=0b5cdb59bd1b6bc1f88d815e8b97750fdd014993
+pkgrel=1
+pkgdesc="Plasma Integration for Maliit virtual keyboard"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://projects.kde.org/plasma-maliit-plugins";
+depends=('plasma-maliit-framework')
+makedepends=('git')
+source=("git+https://github.com/KDE/plasma-maliit-plugins.git#commit=$_commit";)
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  qmake -makefile \
+    CONFIG+=nohwkeyboard \
+    CONFIG+=notests \
+    CONFIG+=nodoc \
+    ../plasma-maliit-plugins
+  make
+}
+
+package() {
+  cd build
+  make install INSTALL_ROOT="$pkgdir/"
+}

Reply via email to