[arch-commits] Commit in deepin-dock/repos/community-staging-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Apr 29 11:52:45 UTC 2020
Date: Wednesday, April 29, 2020 @ 11:52:43
Author: felixonmars
Revision: 622246
archrelease: copy trunk to community-staging-x86_64
Added:
deepin-dock/repos/community-staging-x86_64/PKGBUILD
(from rev 622245, deepin-dock/trunk/PKGBUILD)
Deleted:
deepin-dock/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-29 11:52:29 UTC (rev 622245)
+++ PKGBUILD 2020-04-29 11:52:43 UTC (rev 622246)
@@ -1,30 +0,0 @@
-# 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.1.0.0
-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' '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=('b84f8165c4370052fc87f390993423ef7263ea97de8107fb0d904f28c79c9659c71f9e200c46de31ae78f5701780966d525f854b0161ef213b0cb952627a5737')
-
-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
-}
Copied: deepin-dock/repos/community-staging-x86_64/PKGBUILD (from rev 622245, deepin-dock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-29 11:52:43 UTC (rev 622246)
@@ -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=5.1.0.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' '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=('9e1e9ca15b0301111ea4aa718322ad1075933eba5a465528b8ccc2d98385dcf6fba7ec4abc51769247423499fa2d436a20c2ff2cc8a6f50d689765d2285c2271')
+
+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