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

Felix Yan felixonmars at archlinux.org
Sat Dec 10 07:02:01 UTC 2016


    Date: Saturday, December 10, 2016 @ 07:02:01
  Author: felixonmars
Revision: 198683

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

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

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   31 -----------------
 community-x86_64/PKGBUILD |   31 -----------------
 3 files changed, 80 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-10 07:01:39 UTC (rev 198682)
+++ community-i686/PKGBUILD	2016-12-10 07:02:01 UTC (rev 198683)
@@ -1,31 +0,0 @@
-# $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.4
-pkgrel=1
-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-i686/PKGBUILD (from rev 198682, deepin-qml-widgets/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-10 07:02:01 UTC (rev 198683)
@@ -0,0 +1,40 @@
+# $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.4
+_dbusfactoryver=3.0.6
+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' 'deepin-dbus-generator')
+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"
+        "git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver")
+sha256sums=('SKIP'
+            'SKIP')
+
+build(){
+  cd "$srcdir"/deepin-qml-widgets
+  qmake-qt5
+  make
+
+  cd "$srcdir"/dbus-factory
+  make build-qml
+}
+
+package() {
+  cd "$srcdir"/deepin-qml-widgets
+  make INSTALL_ROOT="$pkgdir" install
+
+  cd "$srcdir"/dbus-factory
+  make DESTDIR="$pkgdir" QT5_LIBDIR="/usr/lib/qt" install-qml
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-12-10 07:01:39 UTC (rev 198682)
+++ community-x86_64/PKGBUILD	2016-12-10 07:02:01 UTC (rev 198683)
@@ -1,31 +0,0 @@
-# $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.4
-pkgrel=1
-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-x86_64/PKGBUILD (from rev 198682, deepin-qml-widgets/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-10 07:02:01 UTC (rev 198683)
@@ -0,0 +1,40 @@
+# $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.4
+_dbusfactoryver=3.0.6
+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' 'deepin-dbus-generator')
+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"
+        "git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver")
+sha256sums=('SKIP'
+            'SKIP')
+
+build(){
+  cd "$srcdir"/deepin-qml-widgets
+  qmake-qt5
+  make
+
+  cd "$srcdir"/dbus-factory
+  make build-qml
+}
+
+package() {
+  cd "$srcdir"/deepin-qml-widgets
+  make INSTALL_ROOT="$pkgdir" install
+
+  cd "$srcdir"/dbus-factory
+  make DESTDIR="$pkgdir" QT5_LIBDIR="/usr/lib/qt" install-qml
+}



More information about the arch-commits mailing list