[arch-commits] Commit in fingerterm/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Sat Mar 4 10:09:13 UTC 2017
Date: Saturday, March 4, 2017 @ 10:09:12
Author: felixonmars
Revision: 214869
archrelease: copy trunk to community-i686, community-x86_64
Added:
fingerterm/repos/community-i686/PKGBUILD
(from rev 214868, fingerterm/trunk/PKGBUILD)
fingerterm/repos/community-x86_64/PKGBUILD
(from rev 214868, fingerterm/trunk/PKGBUILD)
Deleted:
fingerterm/repos/community-i686/PKGBUILD
fingerterm/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 27 ----------------------
community-x86_64/PKGBUILD | 27 ----------------------
3 files changed, 54 insertions(+), 54 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-03-04 10:08:46 UTC (rev 214868)
+++ community-i686/PKGBUILD 2017-03-04 10:09:12 UTC (rev 214869)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fingerterm
-pkgver=1.1.17
-pkgrel=2
-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-i686/PKGBUILD (from rev 214868, fingerterm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-04 10:09:12 UTC (rev 214869)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fingerterm
+pkgver=1.3.3
+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://git.merproject.org/mer-core/fingerterm.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+ cd fingerterm
+
+ qmake-qt5 CONFIG+=enable-feedback CONFIG+=enable-nemonotifications
+ make
+}
+
+package() {
+ cd fingerterm
+
+ make INSTALL_ROOT="${pkgdir}" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-03-04 10:08:46 UTC (rev 214868)
+++ community-x86_64/PKGBUILD 2017-03-04 10:09:12 UTC (rev 214869)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fingerterm
-pkgver=1.1.17
-pkgrel=2
-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 214868, fingerterm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-03-04 10:09:12 UTC (rev 214869)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fingerterm
+pkgver=1.3.3
+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://git.merproject.org/mer-core/fingerterm.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+ cd fingerterm
+
+ qmake-qt5 CONFIG+=enable-feedback CONFIG+=enable-nemonotifications
+ make
+}
+
+package() {
+ cd fingerterm
+
+ make INSTALL_ROOT="${pkgdir}" install
+}
More information about the arch-commits
mailing list