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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 12:33:26 UTC 2020


    Date: Tuesday, July 7, 2020 @ 12:33:26
  Author: felixonmars
Revision: 658151

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 658150, qt5-systems/trunk/PKGBUILD)

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

Copied: qt5-systems/repos/community-staging-x86_64/PKGBUILD (from rev 658150, qt5-systems/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 12:33:26 UTC (rev 658151)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt5-systems
+pkgver=5.4.0.20181230
+_commit=e3332ee38d27a134cef6621fdaf36687af1b6f4a
+pkgrel=2
+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