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

Felix Yan fyan at archlinux.org
Thu Mar 17 06:06:24 UTC 2016


    Date: Thursday, March 17, 2016 @ 07:06:23
  Author: fyan
Revision: 166952

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-17 06:05:59 UTC (rev 166951)
+++ community-i686/PKGBUILD	2016-03-17 06:06:23 UTC (rev 166952)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=nemo-qt-components
-pkgver=2.0.15
-pkgrel=2
-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-i686/PKGBUILD (from rev 166951, nemo-qt-components/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-17 06:06:23 UTC (rev 166952)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=nemo-qt-components
+pkgver=2.0.15
+pkgrel=3
+pkgdesc="Qt Quick Components"
+arch=('i686' 'x86_64')
+url="https://github.com/nemomobile/qt-components"
+license=('BSD' 'FDL')
+depends=('qt5-declarative' 'mlite')
+makedepends=('git')
+source=("git+https://github.com/nemomobile/qt-components.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cd qt-components
+
+  # Skip quick1 test during installation
+  sed -i 's/bump_qml_version_installed.commands = test -d.*$/bump_qml_version_installed.commands = true/' qml.pri
+}
+
+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"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-17 06:05:59 UTC (rev 166951)
+++ community-x86_64/PKGBUILD	2016-03-17 06:06:23 UTC (rev 166952)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=nemo-qt-components
-pkgver=2.0.15
-pkgrel=2
-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 166951, nemo-qt-components/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-17 06:06:23 UTC (rev 166952)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=nemo-qt-components
+pkgver=2.0.15
+pkgrel=3
+pkgdesc="Qt Quick Components"
+arch=('i686' 'x86_64')
+url="https://github.com/nemomobile/qt-components"
+license=('BSD' 'FDL')
+depends=('qt5-declarative' 'mlite')
+makedepends=('git')
+source=("git+https://github.com/nemomobile/qt-components.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cd qt-components
+
+  # Skip quick1 test during installation
+  sed -i 's/bump_qml_version_installed.commands = test -d.*$/bump_qml_version_installed.commands = true/' qml.pri
+}
+
+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