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

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 23:50:40 UTC 2018


    Date: Friday, November 9, 2018 @ 23:50:38
  Author: foutrelis
Revision: 405402

archrelease: copy trunk to community-staging-x86_64

Added:
  qt5-systems/repos/community-staging-x86_64/
  qt5-systems/repos/community-staging-x86_64/PKGBUILD
    (from rev 405401, qt5-systems/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: qt5-systems/repos/community-staging-x86_64/PKGBUILD (from rev 405401, qt5-systems/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 23:50:38 UTC (rev 405402)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt5-systems
+pkgver=5.4.0.20160303
+_commit=236b6b544fd2049eb46e8f79d13bb7aa35ba002f
+pkgrel=3
+pkgdesc="Qt Publish and Subscribe Add-on Module"
+arch=('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