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

Felix Yan felixonmars at archlinux.org
Wed May 30 02:36:15 UTC 2018


    Date: Wednesday, May 30, 2018 @ 02:36:15
  Author: felixonmars
Revision: 333228

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

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

Copied: deepin-screenshot/repos/community-testing-x86_64/PKGBUILD (from rev 333227, deepin-screenshot/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-05-30 02:36:15 UTC (rev 333228)
@@ -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.12
+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=('385b89bccdf08a314b86351ab1939f29b8fd3c898510e2f45680ec08956bee7128d981b632a52cd381f4b0ec686a9a88044f56f26989f5dfbe4192fb47414c45')
+
+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