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

Felix Yan felixonmars at archlinux.org
Wed May 17 08:45:09 UTC 2017


    Date: Wednesday, May 17, 2017 @ 08:45:07
  Author: felixonmars
Revision: 228360

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

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

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

Copied: deepin-screenshot/repos/community-testing-i686/PKGBUILD (from rev 228359, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-05-17 08:45:07 UTC (rev 228360)
@@ -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.0
+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=('e8a1fc93938a6aa9c51aa28fa0beea610fbc25e0f3981ff13798062d5cdf68e9b3c3b2ba0bb83bca5f302b6c051d23a8045c52575acda4b37711ea5f7fb3ea5b')
+
+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 228359, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-05-17 08:45:07 UTC (rev 228360)
@@ -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.0
+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=('e8a1fc93938a6aa9c51aa28fa0beea610fbc25e0f3981ff13798062d5cdf68e9b3c3b2ba0bb83bca5f302b6c051d23a8045c52575acda4b37711ea5f7fb3ea5b')
+
+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