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

Antonio Rojas arojas at archlinux.org
Sat Oct 1 09:08:16 UTC 2016


    Date: Saturday, October 1, 2016 @ 09:08:15
  Author: arojas
Revision: 191127

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

Added:
  qt5-systems/repos/community-testing-i686/
  qt5-systems/repos/community-testing-i686/PKGBUILD
    (from rev 191126, qt5-systems/trunk/PKGBUILD)
  qt5-systems/repos/community-testing-x86_64/
  qt5-systems/repos/community-testing-x86_64/PKGBUILD
    (from rev 191126, qt5-systems/trunk/PKGBUILD)

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

Copied: qt5-systems/repos/community-testing-i686/PKGBUILD (from rev 191126, qt5-systems/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-10-01 09:08:15 UTC (rev 191127)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt5-systems
+pkgver=5.4.0.20160303
+_commit=236b6b544fd2049eb46e8f79d13bb7aa35ba002f
+pkgrel=2
+pkgdesc="Qt Publish and Subscribe Add-on Module"
+arch=('i686' 'x86_64')
+url="https://github.com/qtproject/qtsystems"
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+depends=('qt5-declarative')
+makedepends=('git')
+source=("git+https://github.com/qtproject/qtsystems.git#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+  cd qtsystems
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd qtsystems
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+    "${pkgdir}"/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
+}

Copied: qt5-systems/repos/community-testing-x86_64/PKGBUILD (from rev 191126, qt5-systems/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-10-01 09:08:15 UTC (rev 191127)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt5-systems
+pkgver=5.4.0.20160303
+_commit=236b6b544fd2049eb46e8f79d13bb7aa35ba002f
+pkgrel=2
+pkgdesc="Qt Publish and Subscribe Add-on Module"
+arch=('i686' 'x86_64')
+url="https://github.com/qtproject/qtsystems"
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+depends=('qt5-declarative')
+makedepends=('git')
+source=("git+https://github.com/qtproject/qtsystems.git#commit=$_commit")
+sha256sums=('SKIP')
+
+build() {
+  cd qtsystems
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd qtsystems
+
+  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