[arch-commits] Commit in deepin-dock/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 31 08:34:08 UTC 2018
Date: Thursday, May 31, 2018 @ 08:34:07
Author: felixonmars
Revision: 334614
archrelease: copy trunk to community-x86_64
Added:
deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 334613, deepin-dock/trunk/PKGBUILD)
Deleted:
deepin-dock/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-31 08:33:34 UTC (rev 334613)
+++ PKGBUILD 2018-05-31 08:34:07 UTC (rev 334614)
@@ -1,31 +0,0 @@
-# $Id$
-# 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.6.3.4
-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')
-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=('9beafe34d7357a206d52ac05b1816a468d693e46d8a926ec5b753524ac5823f6d609e1bdcd2529b3e4d64262f52efacf2fff304c87f40e23b7e6652657fe9630')
-
-build() {
- cd dde-dock-$pkgver
- cmake . -DCMAKE_INSTALL_PREFIX=/usr -DARCHITECTURE=$CARCH
- make
-}
-
-package() {
- cd dde-dock-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 334613, deepin-dock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-31 08:34:07 UTC (rev 334614)
@@ -0,0 +1,31 @@
+# $Id$
+# 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.6.5
+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=('7555d1c1b925c89308c38f493d4786621de9e8f53c379b5e918d057fc7b1f6746680c80166946b3ac63b8289b3e1a65cdc6f0bcc581dec4d0af51696e9ffc156')
+
+build() {
+ cd dde-dock-$pkgver
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DARCHITECTURE=$CARCH
+ make
+}
+
+package() {
+ cd dde-dock-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list