[arch-commits] Commit in deepin-dock/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Dec 23 21:19:29 UTC 2020
Date: Wednesday, December 23, 2020 @ 21:19:28
Author: felixonmars
Revision: 785288
archrelease: copy trunk to community-x86_64
Added:
deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 785287, deepin-dock/trunk/PKGBUILD)
Deleted:
deepin-dock/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-23 21:19:17 UTC (rev 785287)
+++ PKGBUILD 2020-12-23 21:19:28 UTC (rev 785288)
@@ -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.3.0.41
-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' '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=('0e7d9677b123654260938b9c5e20c0df332625d0c5ce51fadc45cdcee408041881521748c9d8b4b6a9c4b08995b30d5f95ebcd8bf4507824e35c028aa5554b38')
-
-build() {
- cd dde-dock-$pkgver
- cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DDOCK_TRAY_USE_NATIVE_POPUP=YES
- ninja
-}
-
-package() {
- cd dde-dock-$pkgver
- DESTDIR="$pkgdir" ninja install
-}
Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 785287, deepin-dock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-23 21:19:28 UTC (rev 785288)
@@ -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.3.0.42
+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' '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=('f12dcc518de9845906fd0b02cf72396bd9c98a6cffee770413f1596ae0c688c887aacd4be22f870844de1766e5c97fd4fcac513c5ed6c5797fce7fe7e39bade9')
+
+build() {
+ cd dde-dock-$pkgver
+ cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DDOCK_TRAY_USE_NATIVE_POPUP=YES
+ ninja
+}
+
+package() {
+ cd dde-dock-$pkgver
+ DESTDIR="$pkgdir" ninja install
+}
More information about the arch-commits
mailing list