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

Felix Yan felixonmars at archlinux.org
Fri Jun 30 15:35:45 UTC 2017


    Date: Friday, June 30, 2017 @ 15:35:44
  Author: felixonmars
Revision: 241684

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

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

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

Copied: deepin-qml-widgets/repos/community-testing-i686/PKGBUILD (from rev 241683, deepin-qml-widgets/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-06-30 15:35:44 UTC (rev 241684)
@@ -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.5
+pkgrel=1
+pkgdesc='Deepin QML widgets'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-qml-widgets"
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'qt5-graphicaleffects' 'qt5-webkit' 'qt5-x11extras')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-qml-widgets/archive/$pkgver.tar.gz")
+sha512sums=('17d949c9c5e43ba335ff7a0086730856120137b3290da0b5a8e95a0e16c48496456988f49285a0aed0099a6d90673280c659feff5c5014577480977ba5ce0437')
+
+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-testing-x86_64/PKGBUILD (from rev 241683, deepin-qml-widgets/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-06-30 15:35:44 UTC (rev 241684)
@@ -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.5
+pkgrel=1
+pkgdesc='Deepin QML widgets'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-qml-widgets"
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'qt5-graphicaleffects' 'qt5-webkit' 'qt5-x11extras')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-qml-widgets/archive/$pkgver.tar.gz")
+sha512sums=('17d949c9c5e43ba335ff7a0086730856120137b3290da0b5a8e95a0e16c48496456988f49285a0aed0099a6d90673280c659feff5c5014577480977ba5ce0437')
+
+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