[arch-commits] Commit in qt5-systems/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Feb 24 18:25:48 UTC 2019
Date: Sunday, February 24, 2019 @ 18:25:48
Author: felixonmars
Revision: 435538
upgpkg: qt5-systems 5.4.0.20181230-1
Modified:
qt5-systems/trunk/PKGBUILD
----------+
PKGBUILD | 28 ++++++++++++----------------
1 file changed, 12 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-24 18:17:26 UTC (rev 435537)
+++ PKGBUILD 2019-02-24 18:25:48 UTC (rev 435538)
@@ -1,30 +1,26 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=qt5-systems
-pkgver=5.4.0.20160303
-_commit=236b6b544fd2049eb46e8f79d13bb7aa35ba002f
-pkgrel=3
+pkgver=5.4.0.20181230
+_commit=e3332ee38d27a134cef6621fdaf36687af1b6f4a
+pkgrel=1
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')
+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
+ cd qtsystems-$_commit
- qmake-qt5
+ qmake-qt5 CONFIG+=git_build
make
}
package() {
- cd qtsystems
+ cd qtsystems-$_commit
- make INSTALL_ROOT="${pkgdir}" install
-
- install -D -m644 LGPL_EXCEPTION.txt \
- "${pkgdir}"/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
+ make INSTALL_ROOT="$pkgdir" install
}
More information about the arch-commits
mailing list