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

Felix Yan felixonmars at archlinux.org
Wed May 30 14:36:04 UTC 2018


    Date: Wednesday, May 30, 2018 @ 14:36:03
  Author: felixonmars
Revision: 333357

archrelease: copy trunk to community-testing-x86_64

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

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: deepin-screenshot/repos/community-testing-x86_64/PKGBUILD (from rev 333356, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-05-30 14:36:03 UTC (rev 333357)
@@ -0,0 +1,28 @@
+# $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.13
+pkgrel=1
+pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-screenshot"
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz")
+sha512sums=('6ef29450f7442046796258d8d598176ae66f03595139f9751f6cc6d51ebf9aaf024c1bc7aa42e16d4cb2dfcb1fc2854a211a0145c6219085838b378a9f209f18')
+
+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