Date: Thursday, May 17, 2018 @ 18:17:13
  Author: felixonmars
Revision: 323972

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 323971, deepin-dock/trunk/PKGBUILD)

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

Copied: deepin-dock/repos/community-testing-x86_64/PKGBUILD (from rev 323971, 
deepin-dock/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-05-17 18:17:13 UTC (rev 323972)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-dock
+pkgver=4.6.3.3
+pkgrel=1
+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=('7d6c21f0431f2d965a3e455c0b20c243600fbdf944f6badc6e77527d566d149c470bf260e7d64b67722e4f91ec919ca0e3d740d275f8d059e04546211e8036ff')
+
+prepare() {
+  cd dde-dock-$pkgver
+  sed -i '/dpkg-architecture/d' CMakeLists.txt
+}
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DARCHITECTURE=$CARCH
+  make
+}
+
+package() {
+  cd dde-dock-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to