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

Felix Yan felixonmars at archlinux.org
Wed Mar 7 09:23:44 UTC 2018


    Date: Wednesday, March 7, 2018 @ 09:23:43
  Author: felixonmars
Revision: 303543

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 303542, deepin-screenshot/trunk/PKGBUILD)

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

Copied: deepin-screenshot/repos/community-testing-x86_64/PKGBUILD (from rev 303542, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-03-07 09:23:43 UTC (rev 303543)
@@ -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.11
+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=('f7e2862460eb1dc83966b7c5d26aca87364de5488ac2d0239c842806d09fd935e3c55635bfa9bf2503993bd649ee30df417c8a7402bfc64f459a28483b94b644')
+
+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