[arch-commits] Commit in deepin-screenshot/repos (4 files)

Felix Yan felixonmars at archlinux.org
Thu Jun 1 08:40:05 UTC 2017


    Date: Thursday, June 1, 2017 @ 08:40:04
  Author: felixonmars
Revision: 231755

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  deepin-screenshot/repos/community-testing-i686/PKGBUILD
    (from rev 231753, deepin-screenshot/trunk/PKGBUILD)
  deepin-screenshot/repos/community-testing-x86_64/PKGBUILD
    (from rev 231753, deepin-screenshot/trunk/PKGBUILD)
Deleted:
  deepin-screenshot/repos/community-testing-i686/PKGBUILD
  deepin-screenshot/repos/community-testing-x86_64/PKGBUILD

-----------------------------------+
 /PKGBUILD                         |   54 ++++++++++++++++++++++++++++++++++++
 community-testing-i686/PKGBUILD   |   27 ------------------
 community-testing-x86_64/PKGBUILD |   27 ------------------
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2017-06-01 08:40:02 UTC (rev 231754)
+++ community-testing-i686/PKGBUILD	2017-06-01 08:40:04 UTC (rev 231755)
@@ -1,27 +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-screenshot
-pkgver=4.0.2
-pkgrel=1
-pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-screenshot"
-license=('GPL3')
-depends=('deepin-tool-kit')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz")
-sha512sums=('74f43339f869f2b650437df936cebc3b862b22f297583505cc5d86d6475068c01850586106c3181abc0f6afd73c6b94da313f3f327f70bc71e8443c0bd19d353')
-
-build() {
-  cd deepin-screenshot-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screenshot-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screenshot/repos/community-testing-i686/PKGBUILD (from rev 231753, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-06-01 08:40:04 UTC (rev 231755)
@@ -0,0 +1,27 @@
+# $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-screenshot
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-screenshot"
+license=('GPL3')
+depends=('deepin-tool-kit')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz")
+sha512sums=('58d8717bb439cc459766b8003187b077f1fe50aeb28773e61e53d17a297b67f1a3284396be4025fc3a81f749ee927a805bd4bc7e97a0a9f8c885029a3dc975f4')
+
+build() {
+  cd deepin-screenshot-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screenshot-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2017-06-01 08:40:02 UTC (rev 231754)
+++ community-testing-x86_64/PKGBUILD	2017-06-01 08:40:04 UTC (rev 231755)
@@ -1,27 +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-screenshot
-pkgver=4.0.2
-pkgrel=1
-pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-screenshot"
-license=('GPL3')
-depends=('deepin-tool-kit')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz")
-sha512sums=('74f43339f869f2b650437df936cebc3b862b22f297583505cc5d86d6475068c01850586106c3181abc0f6afd73c6b94da313f3f327f70bc71e8443c0bd19d353')
-
-build() {
-  cd deepin-screenshot-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screenshot-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screenshot/repos/community-testing-x86_64/PKGBUILD (from rev 231753, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-06-01 08:40:04 UTC (rev 231755)
@@ -0,0 +1,27 @@
+# $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-screenshot
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-screenshot"
+license=('GPL3')
+depends=('deepin-tool-kit')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz")
+sha512sums=('58d8717bb439cc459766b8003187b077f1fe50aeb28773e61e53d17a297b67f1a3284396be4025fc3a81f749ee927a805bd4bc7e97a0a9f8c885029a3dc975f4')
+
+build() {
+  cd deepin-screenshot-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screenshot-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list