[arch-commits] Commit in deepin-dock/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Oct 12 16:09:19 UTC 2018
Date: Friday, October 12, 2018 @ 16:09:19
Author: felixonmars
Revision: 393239
archrelease: copy trunk to community-x86_64
Added:
deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 393238, deepin-dock/trunk/PKGBUILD)
Deleted:
deepin-dock/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-12 16:09:06 UTC (rev 393238)
+++ PKGBUILD 2018-10-12 16:09:19 UTC (rev 393239)
@@ -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=4.7.3.4
-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')
-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=('aa9628ee38b8a6d3f3af1e10503b9df010639f62cdf407c70e2c4322c50d5649f342bf666d03884e0fc1b79d399bc9bbdb94197152c1653f07780f8c4100e8d6')
-
-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 393238, deepin-dock/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-12 16:09:19 UTC (rev 393239)
@@ -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.7.3.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' 'deepin-network-utils')
+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=('81ad63087cd19c37e2ce95f9c5e2c205449a746bd85f9b9c2027feddbb43a3cc094c2fb969571b6263e886f7bbd4b14519e6c23c370ac8921c731ab4c478494f')
+
+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