Date: Friday, October 16, 2015 @ 11:00:49
  Author: fyan
Revision: 144239

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

Added:
  fingerterm/repos/community-i686/
  fingerterm/repos/community-i686/PKGBUILD
    (from rev 144238, fingerterm/trunk/PKGBUILD)
  fingerterm/repos/community-x86_64/
  fingerterm/repos/community-x86_64/PKGBUILD
    (from rev 144238, fingerterm/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: fingerterm/repos/community-i686/PKGBUILD (from rev 144238, 
fingerterm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-10-16 09:00:49 UTC (rev 144239)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=fingerterm
+pkgver=1.1.17
+pkgrel=1
+pkgdesc="A terminal emulator with a custom virtual keyboard"
+arch=('i686' 'x86_64')
+url="http://github.com/nemomobile/fingerterm";
+license=('LGPL')
+depends=('qt5-feedback' 'nemo-qt-components')
+makedepends=('git' 'nemo-qml-plugin-notifications')
+source=("git+https://github.com/nemomobile/fingerterm.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd fingerterm
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd fingerterm
+
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: fingerterm/repos/community-x86_64/PKGBUILD (from rev 144238, 
fingerterm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-16 09:00:49 UTC (rev 144239)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=fingerterm
+pkgver=1.1.17
+pkgrel=1
+pkgdesc="A terminal emulator with a custom virtual keyboard"
+arch=('i686' 'x86_64')
+url="http://github.com/nemomobile/fingerterm";
+license=('LGPL')
+depends=('qt5-feedback' 'nemo-qt-components')
+makedepends=('git' 'nemo-qml-plugin-notifications')
+source=("git+https://github.com/nemomobile/fingerterm.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd fingerterm
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd fingerterm
+
+  make INSTALL_ROOT="${pkgdir}" install
+}

Reply via email to