Date: Friday, October 16, 2015 @ 09:47:09
  Author: fyan
Revision: 144227

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 community-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: qt5-systems/repos/community-i686/PKGBUILD (from rev 144226, 
qt5-systems/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-10-16 07:47:09 UTC (rev 144227)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+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
+}

Copied: qt5-systems/repos/community-x86_64/PKGBUILD (from rev 144226, 
qt5-systems/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-16 07:47:09 UTC (rev 144227)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+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
+}

Reply via email to