[arch-commits] Commit in deepin-dock/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Mon Mar 20 13:48:40 UTC 2017
Date: Monday, March 20, 2017 @ 13:48:39
Author: felixonmars
Revision: 217574
archrelease: copy trunk to community-i686, community-x86_64
Added:
deepin-dock/repos/community-i686/PKGBUILD
(from rev 217573, deepin-dock/trunk/PKGBUILD)
deepin-dock/repos/community-x86_64/PKGBUILD
(from rev 217573, deepin-dock/trunk/PKGBUILD)
Deleted:
deepin-dock/repos/community-i686/PKGBUILD
deepin-dock/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 30 ---------------------
community-x86_64/PKGBUILD | 30 ---------------------
3 files changed, 62 insertions(+), 60 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-03-20 13:48:09 UTC (rev 217573)
+++ community-i686/PKGBUILD 2017-03-20 13:48:39 UTC (rev 217574)
@@ -1,30 +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.1.7
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-dock"
-license=('GPL3')
-depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-qt5integration' 'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-build() {
- cd dde-dock
- qmake-qt5 PREFIX=/usr
- make
-}
-
-package() {
- cd dde-dock
- make INSTALL_ROOT="${pkgdir}" install
-}
Copied: deepin-dock/repos/community-i686/PKGBUILD (from rev 217573, deepin-dock/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-20 13:48:39 UTC (rev 217574)
@@ -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.1.7
+pkgrel=2
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock"
+license=('GPL3')
+depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher'
+ 'deepin-qt5integration' 'deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/v$pkgver.tar.gz")
+sha256sums=('45c20ef23c8f875068f16328b2abd56957840d68b41f76d229c33475249e1e7b')
+
+build() {
+ cd dde-dock-$pkgver
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd dde-dock-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-03-20 13:48:09 UTC (rev 217573)
+++ community-x86_64/PKGBUILD 2017-03-20 13:48:39 UTC (rev 217574)
@@ -1,30 +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.1.7
-pkgrel=1
-pkgdesc='Deepin desktop-environment - dock module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-dock"
-license=('GPL3')
-depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-qt5integration' 'deepin-qt-dbus-factory')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-dock')
-replaces=('dde-dock')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-dock.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-build() {
- cd dde-dock
- qmake-qt5 PREFIX=/usr
- make
-}
-
-package() {
- cd dde-dock
- make INSTALL_ROOT="${pkgdir}" install
-}
Copied: deepin-dock/repos/community-x86_64/PKGBUILD (from rev 217573, deepin-dock/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-03-20 13:48:39 UTC (rev 217574)
@@ -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.1.7
+pkgrel=2
+pkgdesc='Deepin desktop-environment - dock module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-dock"
+license=('GPL3')
+depends=('gtk2' 'deepin-tool-kit' 'qt5-svg' 'deepin-menu' 'deepin-daemon' 'deepin-launcher'
+ 'deepin-qt5integration' 'deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+conflicts=('dde-dock')
+replaces=('dde-dock')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-dock/archive/v$pkgver.tar.gz")
+sha256sums=('45c20ef23c8f875068f16328b2abd56957840d68b41f76d229c33475249e1e7b')
+
+build() {
+ cd dde-dock-$pkgver
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd dde-dock-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}
More information about the arch-commits
mailing list