Date: Sunday, December 6, 2015 @ 19:02:12
  Author: bluewind
Revision: 149031

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

Added:
  nemo-qml-plugin-notifications/repos/community-staging-i686/
  nemo-qml-plugin-notifications/repos/community-staging-i686/PKGBUILD
    (from rev 149030, nemo-qml-plugin-notifications/trunk/PKGBUILD)
  nemo-qml-plugin-notifications/repos/community-staging-x86_64/
  nemo-qml-plugin-notifications/repos/community-staging-x86_64/PKGBUILD
    (from rev 149030, nemo-qml-plugin-notifications/trunk/PKGBUILD)

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

Copied: nemo-qml-plugin-notifications/repos/community-staging-i686/PKGBUILD 
(from rev 149030, nemo-qml-plugin-notifications/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-06 18:02:12 UTC (rev 149031)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=nemo-qml-plugin-notifications
+pkgver=1.0.9
+pkgrel=2
+pkgdesc="Notifications plugin for Nemo Mobile"
+arch=('i686' 'x86_64')
+url="https://github.com/nemomobile/nemo-qml-plugin-notifications";
+license=('BSD')
+depends=('qt5-declarative')
+makedepends=('git')
+source=("git+https://github.com/nemomobile/nemo-qml-plugin-notifications.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd nemo-qml-plugin-notifications
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd nemo-qml-plugin-notifications
+
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: nemo-qml-plugin-notifications/repos/community-staging-x86_64/PKGBUILD 
(from rev 149030, nemo-qml-plugin-notifications/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 18:02:12 UTC (rev 149031)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=nemo-qml-plugin-notifications
+pkgver=1.0.9
+pkgrel=2
+pkgdesc="Notifications plugin for Nemo Mobile"
+arch=('i686' 'x86_64')
+url="https://github.com/nemomobile/nemo-qml-plugin-notifications";
+license=('BSD')
+depends=('qt5-declarative')
+makedepends=('git')
+source=("git+https://github.com/nemomobile/nemo-qml-plugin-notifications.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd nemo-qml-plugin-notifications
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd nemo-qml-plugin-notifications
+
+  make INSTALL_ROOT="${pkgdir}" install
+}

Reply via email to