[arch-commits] Commit in nemo-qt-components/repos (4 files)

Felix Yan fyan at archlinux.org
Fri Oct 16 08:57:34 UTC 2015


    Date: Friday, October 16, 2015 @ 10:57:34
  Author: fyan
Revision: 144237

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

Added:
  nemo-qt-components/repos/community-i686/
  nemo-qt-components/repos/community-i686/PKGBUILD
    (from rev 144236, nemo-qt-components/trunk/PKGBUILD)
  nemo-qt-components/repos/community-x86_64/
  nemo-qt-components/repos/community-x86_64/PKGBUILD
    (from rev 144236, nemo-qt-components/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: nemo-qt-components/repos/community-i686/PKGBUILD (from rev 144236, nemo-qt-components/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-16 08:57:34 UTC (rev 144237)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=nemo-qt-components
+pkgver=2.0.15
+pkgrel=1
+pkgdesc="Qt Quick Components"
+arch=('i686' 'x86_64')
+url="https://github.com/nemomobile/qt-components"
+license=('BSD' 'FDL')
+depends=('qt5-declarative')
+makedepends=('git' 'qt5-quick1')
+source=("git+https://github.com/nemomobile/qt-components.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd qt-components
+
+  ./configure -meego -nomake tests
+  make
+}
+
+package() {
+  cd qt-components
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  install -Dm644 header.BSD "$pkgdir/usr/share/licenses/$pkgname/header.BSD"
+}

Copied: nemo-qt-components/repos/community-x86_64/PKGBUILD (from rev 144236, nemo-qt-components/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-16 08:57:34 UTC (rev 144237)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=nemo-qt-components
+pkgver=2.0.15
+pkgrel=1
+pkgdesc="Qt Quick Components"
+arch=('i686' 'x86_64')
+url="https://github.com/nemomobile/qt-components"
+license=('BSD' 'FDL')
+depends=('qt5-declarative')
+makedepends=('git' 'qt5-quick1')
+source=("git+https://github.com/nemomobile/qt-components.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd qt-components
+
+  ./configure -meego -nomake tests
+  make
+}
+
+package() {
+  cd qt-components
+
+  make INSTALL_ROOT="${pkgdir}" install
+
+  install -Dm644 header.BSD "$pkgdir/usr/share/licenses/$pkgname/header.BSD"
+}



More information about the arch-commits mailing list