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

Antonio Rojas arojas at archlinux.org
Mon Jun 18 22:25:17 UTC 2018


    Date: Monday, June 18, 2018 @ 22:25:16
  Author: arojas
Revision: 344024

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: deepin-dock/repos/community-staging-x86_64/PKGBUILD (from rev 344023, deepin-dock/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-06-18 22:25:16 UTC (rev 344024)
@@ -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.6.6
+pkgrel=2
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-dock"
+license=('GPL3')
+depends=('qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher' 'deepin-qt5integration'
+         'deepin-qt-dbus-factory')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-dock/archive/$pkgver.tar.gz")
+sha512sums=('707f1e365e93ac0cceedf2c77bf4b1495cec39e9d181195ad618ad5b6052bbf80e5181a32f1392f83b0748843941fd03a4cec11e8a64cb8f3154dbc04966aba4')
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DARCHITECTURE=$CARCH
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list