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

Jelle van der Waa jelle at archlinux.org
Sun Feb 9 20:41:10 UTC 2020


    Date: Sunday, February 9, 2020 @ 20:41:09
  Author: jelle
Revision: 565550

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: deepin-screen-recorder/repos/community-staging-x86_64/PKGBUILD (from rev 565549, deepin-screen-recorder/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-02-09 20:41:09 UTC (rev 565550)
@@ -0,0 +1,27 @@
+# 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=5.0.0
+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/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz")
+sha512sums=('6810a147f2258008694d2f67e9541a15e48c71131c8577df8bac386ac424ecd20e2f09e23fe47ebc0155562026e465762a60b29251331cf90c286822d2a8c67d')
+
+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