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

Felix Yan felixonmars at archlinux.org
Tue Jun 5 18:45:47 UTC 2018


    Date: Tuesday, June 5, 2018 @ 18:45:47
  Author: felixonmars
Revision: 340596

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-screen-recorder/repos/community-testing-x86_64/
  deepin-screen-recorder/repos/community-testing-x86_64/PKGBUILD
    (from rev 340595, deepin-screen-recorder/trunk/PKGBUILD)

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

Copied: deepin-screen-recorder/repos/community-testing-x86_64/PKGBUILD (from rev 340595, deepin-screen-recorder/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-06-05 18:45:47 UTC (rev 340596)
@@ -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-screen-recorder
+pkgver=2.7.4
+pkgrel=2
+pkgdesc='Deepin Screen Recorder'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-screen-recorder"
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm' 'byzanz' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/deepin-screen-recorder/archive/$pkgver.tar.gz")
+sha512sums=('3078972fff10716cd8911c65abc6a224252f874bf62f51c15e8a9410c12476ac32142f7c9a4af8c0ceadb491be8ccb32d6a2cc8253a6a87f89f9a81edba7c10f')
+
+build(){
+  cd deepin-screen-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screen-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list