Date: Sunday, December 6, 2015 @ 22:56:22
  Author: bpiotrowski
Revision: 149272

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

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

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

Copied: nemo-qt-components/repos/community-staging-i686/PKGBUILD (from rev 
149271, nemo-qt-components/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-06 21:56:22 UTC (rev 149272)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+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-staging-x86_64/PKGBUILD (from rev 
149271, nemo-qt-components/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 21:56:22 UTC (rev 149272)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+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"
+}

Reply via email to