[arch-commits] Commit in deepin-dock/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Nov 23 04:19:13 UTC 2017


    Date: Thursday, November 23, 2017 @ 04:19:12
  Author: felixonmars
Revision: 268153

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-dock/repos/community-testing-x86_64/
  deepin-dock/repos/community-testing-x86_64/PKGBUILD
    (from rev 268152, deepin-dock/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: deepin-dock/repos/community-testing-x86_64/PKGBUILD (from rev 268152, deepin-dock/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-11-23 04:19:12 UTC (rev 268153)
@@ -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-dock
+pkgver=4.5.2
+pkgrel=2
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock"
+license=('GPL3')
+depends=('dtkwidget' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher'
+         'deepin-qt5integration' 'deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/$pkgver.tar.gz")
+sha512sums=('a4962fddf154db53748b23c5ae72918cb4bb9857ed87dc49278b2688041bcac1a1c007deb329af49e3095c84c086346c9e8079b5e04eed7cf5c83a5423e1ad2a')
+
+build() {
+  cd dde-dock-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list