[arch-commits] Commit in deepin-qml-widgets/repos (4 files)

Allan McRae allan at archlinux.org
Sun Dec 6 23:43:44 UTC 2015


    Date: Monday, December 7, 2015 @ 00:43:43
  Author: allan
Revision: 149375

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

Added:
  deepin-qml-widgets/repos/community-staging-i686/
  deepin-qml-widgets/repos/community-staging-i686/PKGBUILD
    (from rev 149374, deepin-qml-widgets/trunk/PKGBUILD)
  deepin-qml-widgets/repos/community-staging-x86_64/
  deepin-qml-widgets/repos/community-staging-x86_64/PKGBUILD
    (from rev 149374, deepin-qml-widgets/trunk/PKGBUILD)

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

Copied: deepin-qml-widgets/repos/community-staging-i686/PKGBUILD (from rev 149374, deepin-qml-widgets/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 23:43:43 UTC (rev 149375)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-qml-widgets
+pkgver=2.3.1
+pkgrel=2
+pkgdesc='Deepin QML widgets'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-qml-widgets"
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-webkit' 'qt5-imageformats'
+         'qt5-graphicaleffects' 'qt5-x11extras' 'gtk2')
+makedepends=('git')
+conflicts=('dde-qml-gettext-plugin')
+provides=('dde-qml-gettext-plugin')
+replaces=('dde-qml-gettext-plugin')
+source=("git+https://github.com/linuxdeepin/deepin-qml-widgets.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build(){
+  cd $pkgname
+  qmake-qt5
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="${pkgdir}" install
+}

Copied: deepin-qml-widgets/repos/community-staging-x86_64/PKGBUILD (from rev 149374, deepin-qml-widgets/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 23:43:43 UTC (rev 149375)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-qml-widgets
+pkgver=2.3.1
+pkgrel=2
+pkgdesc='Deepin QML widgets'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-qml-widgets"
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-webkit' 'qt5-imageformats'
+         'qt5-graphicaleffects' 'qt5-x11extras' 'gtk2')
+makedepends=('git')
+conflicts=('dde-qml-gettext-plugin')
+provides=('dde-qml-gettext-plugin')
+replaces=('dde-qml-gettext-plugin')
+source=("git+https://github.com/linuxdeepin/deepin-qml-widgets.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build(){
+  cd $pkgname
+  qmake-qt5
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="${pkgdir}" install
+}



More information about the arch-commits mailing list