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

Felix Yan felixonmars at archlinux.org
Sun Feb 24 18:26:05 UTC 2019


    Date: Sunday, February 24, 2019 @ 18:26:02
  Author: felixonmars
Revision: 435539

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: qt5-systems/repos/community-testing-x86_64/PKGBUILD (from rev 435538, qt5-systems/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-02-24 18:26:02 UTC (rev 435539)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt5-systems
+pkgver=5.4.0.20181230
+_commit=e3332ee38d27a134cef6621fdaf36687af1b6f4a
+pkgrel=1
+pkgdesc="Qt Publish and Subscribe Add-on Module"
+arch=('x86_64')
+url="https://github.com/qt/qtsystems"
+license=('GPL3' 'LGPL' 'FDL')
+depends=('bluez-libs' 'qt5-declarative')
+source=("$pkgname-$_commit.tar.gz::https://github.com/qtproject/qtsystems/archive/$_commit.tar.gz")
+sha256sums=('5259cf350e5e1f755c53bcba066dd40fea7b20f4e661b0973b24ae46454a9e75')
+
+build() {
+  cd qtsystems-$_commit
+
+  qmake-qt5 CONFIG+=git_build
+  make
+}
+
+package() {
+  cd qtsystems-$_commit
+
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list