[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Fri Oct 16 07:46:33 UTC 2015


    Date: Friday, October 16, 2015 @ 09:46:32
  Author: fyan
Revision: 144226

addpkg: qt5-systems 5.4.0.20150918-1

Added:
  qt5-systems/
  qt5-systems/repos/
  qt5-systems/trunk/
  qt5-systems/trunk/PKGBUILD

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

Added: qt5-systems/trunk/PKGBUILD
===================================================================
--- qt5-systems/trunk/PKGBUILD	                        (rev 0)
+++ qt5-systems/trunk/PKGBUILD	2015-10-16 07:46:32 UTC (rev 144226)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt5-systems
+pkgver=5.4.0.20150918
+_commit=0577ffca58b7fed78c1820fc1c2b7ab3533d5698
+pkgrel=1
+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
+
+  mkdir "$pkgdir/usr/bin"
+  ln -s ../lib/qt/bin/servicefw "$pkgdir/usr/bin/servicefw"
+  ln -s ../lib/qt/bin/sfwlisten "$pkgdir/usr/bin/sfwlisten"
+
+  install -D -m644 LGPL_EXCEPTION.txt \
+    "${pkgdir}"/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
+}


Property changes on: qt5-systems/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list