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

Felix Yan felixonmars at archlinux.org
Fri Aug 18 06:42:40 UTC 2017


    Date: Friday, August 18, 2017 @ 06:42:39
  Author: felixonmars
Revision: 252348

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 252347, deepin-qml-widgets/trunk/PKGBUILD)
  deepin-qml-widgets/repos/community-staging-x86_64/
  deepin-qml-widgets/repos/community-staging-x86_64/PKGBUILD
    (from rev 252347, deepin-qml-widgets/trunk/PKGBUILD)

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

Copied: deepin-qml-widgets/repos/community-staging-i686/PKGBUILD (from rev 252347, deepin-qml-widgets/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-08-18 06:42:39 UTC (rev 252348)
@@ -0,0 +1,26 @@
+# $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.6
+pkgrel=1
+pkgdesc='Deepin QML widgets'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-qml-widgets"
+license=('GPL3')
+depends=('dtkwidget' 'gtk2' 'qt5-graphicaleffects' 'qt5-webkit' 'qt5-x11extras')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-qml-widgets/archive/$pkgver.tar.gz")
+sha512sums=('f087c704198a306d1cfe49c93a5063d3fe9293e2c5bdf696483464e0ddd284d7560fc89f0e90ea85b7fd1e7ded0d7383ece0218a672c33133d09fd02451e878a')
+
+build(){
+  cd "$srcdir"/deepin-qml-widgets-$pkgver
+  qmake-qt5
+  make
+}
+
+package() {
+  cd "$srcdir"/deepin-qml-widgets-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-qml-widgets/repos/community-staging-x86_64/PKGBUILD (from rev 252347, deepin-qml-widgets/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-08-18 06:42:39 UTC (rev 252348)
@@ -0,0 +1,26 @@
+# $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.6
+pkgrel=1
+pkgdesc='Deepin QML widgets'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-qml-widgets"
+license=('GPL3')
+depends=('dtkwidget' 'gtk2' 'qt5-graphicaleffects' 'qt5-webkit' 'qt5-x11extras')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-qml-widgets/archive/$pkgver.tar.gz")
+sha512sums=('f087c704198a306d1cfe49c93a5063d3fe9293e2c5bdf696483464e0ddd284d7560fc89f0e90ea85b7fd1e7ded0d7383ece0218a672c33133d09fd02451e878a')
+
+build(){
+  cd "$srcdir"/deepin-qml-widgets-$pkgver
+  qmake-qt5
+  make
+}
+
+package() {
+  cd "$srcdir"/deepin-qml-widgets-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list