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

Felix Yan felixonmars at gemini.archlinux.org
Tue Nov 16 08:14:37 UTC 2021


    Date: Tuesday, November 16, 2021 @ 08:14:37
  Author: felixonmars
Revision: 1048621

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

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

Copied: deepin-dock/repos/community-testing-x86_64/PKGBUILD (from rev 1048620, deepin-dock/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-11-16 08:14:37 UTC (rev 1048621)
@@ -0,0 +1,35 @@
+# 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=5.4.52
+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' 'deepin-network-utils' 'libdbusmenu-qt5')
+makedepends=('cmake' 'gmock' 'gtest' 'ninja' '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=('0fc97c74ed5be3ddcb31c8f3da5ffe4d78daaa7675b2f6bc854761ae3798f6426159b76713238e1c1a98ea34073ec6264bda9e30099980accc2129979ea37e72')
+
+build() {
+  cd dde-dock-$pkgver
+  cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DDOCK_TRAY_USE_NATIVE_POPUP=YES
+  ninja
+}
+
+check() {
+  cd dde-dock-$pkgver
+  # ninja test
+}
+
+package() {
+  cd dde-dock-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list