[arch-commits] Commit in deepin-qml-widgets/trunk (PKGBUILD)

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


    Date: Friday, June 30, 2017 @ 15:35:19
  Author: felixonmars
Revision: 241683

upgpkg: deepin-qml-widgets 2.3.5-1

Modified:
  deepin-qml-widgets/trunk/PKGBUILD

----------+
 PKGBUILD |   28 +++++++---------------------
 1 file changed, 7 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-30 15:17:31 UTC (rev 241682)
+++ PKGBUILD	2017-06-30 15:35:19 UTC (rev 241683)
@@ -4,37 +4,23 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-qml-widgets
-pkgver=2.3.4
-_dbusfactoryver=3.0.6
-pkgrel=2
+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=('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')
+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
+  cd "$srcdir"/deepin-qml-widgets-$pkgver
   qmake-qt5
   make
-
-  cd "$srcdir"/dbus-factory
-  make build-qml
 }
 
 package() {
-  cd "$srcdir"/deepin-qml-widgets
+  cd "$srcdir"/deepin-qml-widgets-$pkgver
   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