[arch-commits] Commit in deepin-dock/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Fri Feb 1 23:27:10 UTC 2019
Date: Friday, February 1, 2019 @ 23:27:07
Author: arojas
Revision: 429137
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 429136, deepin-dock/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: deepin-dock/repos/community-staging-x86_64/PKGBUILD (from rev 429136, deepin-dock/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2019-02-01 23:27:07 UTC (rev 429137)
@@ -0,0 +1,30 @@
+# 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.8.9
+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' 'deepin-network-utils' 'libdbusmenu-qt5')
+makedepends=('cmake' '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=('c95c7a4d310d7974a13a56a9ead577fb95f42eb99a3169e782048fa4d78d881501e892e7feee3eda35f28da48a2b4fa5b206bfafeb5dad0108933aa024e5f26b')
+
+build() {
+ cd dde-dock-$pkgver
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DDOCK_TRAY_USE_NATIVE_POPUP=YES
+ make
+}
+
+package() {
+ cd dde-dock-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list