[arch-commits] Commit in qt5-feedback/repos (4 files)

Felix Yan fyan at archlinux.org
Fri Oct 16 08:06:38 UTC 2015


    Date: Friday, October 16, 2015 @ 10:06:38
  Author: fyan
Revision: 144233

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

Added:
  qt5-feedback/repos/community-i686/
  qt5-feedback/repos/community-i686/PKGBUILD
    (from rev 144232, qt5-feedback/trunk/PKGBUILD)
  qt5-feedback/repos/community-x86_64/
  qt5-feedback/repos/community-x86_64/PKGBUILD
    (from rev 144232, qt5-feedback/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: qt5-feedback/repos/community-i686/PKGBUILD (from rev 144232, qt5-feedback/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-16 08:06:38 UTC (rev 144233)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt5-feedback
+pkgver=0.0.0.20150918
+_commit=28ca62414901502189ea28ef2efd551386187619
+pkgrel=1
+pkgdesc="Qt Tactile Feedback Add-on Module"
+arch=('i686' 'x86_64')
+url="https://github.com/qtproject/qtfeedback"
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+depends=('qt5-declarative')
+makedepends=('git')
+source=("git+https://github.com/qtproject/qtfeedback.git#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+  cd qtfeedback
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd qtfeedback
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+    "${pkgdir}"/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
+}

Copied: qt5-feedback/repos/community-x86_64/PKGBUILD (from rev 144232, qt5-feedback/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-16 08:06:38 UTC (rev 144233)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt5-feedback
+pkgver=0.0.0.20150918
+_commit=28ca62414901502189ea28ef2efd551386187619
+pkgrel=1
+pkgdesc="Qt Tactile Feedback Add-on Module"
+arch=('i686' 'x86_64')
+url="https://github.com/qtproject/qtfeedback"
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+depends=('qt5-declarative')
+makedepends=('git')
+source=("git+https://github.com/qtproject/qtfeedback.git#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+  cd qtfeedback
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd qtfeedback
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+    "${pkgdir}"/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
+}



More information about the arch-commits mailing list