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

Allan McRae allan at archlinux.org
Mon Dec 7 00:54:34 UTC 2015


    Date: Monday, December 7, 2015 @ 01:54:33
  Author: allan
Revision: 149436

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

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

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

Copied: qt5-systems/repos/community-staging-i686/PKGBUILD (from rev 149433, qt5-systems/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 00:54:33 UTC (rev 149436)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt5-systems
+pkgver=5.4.0.20150918
+_commit=0577ffca58b7fed78c1820fc1c2b7ab3533d5698
+pkgrel=2
+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-staging-x86_64/PKGBUILD (from rev 149433, qt5-systems/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 00:54:33 UTC (rev 149436)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=qt5-systems
+pkgver=5.4.0.20150918
+_commit=0577ffca58b7fed78c1820fc1c2b7ab3533d5698
+pkgrel=2
+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
+}



More information about the arch-commits mailing list