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

Felix Yan felixonmars at archlinux.org
Wed Apr 29 08:27:15 UTC 2020


    Date: Wednesday, April 29, 2020 @ 08:27:15
  Author: felixonmars
Revision: 622210

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 622209, deepin-screen-recorder/trunk/PKGBUILD)

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

Copied: deepin-screen-recorder/repos/community-staging-x86_64/PKGBUILD (from rev 622209, deepin-screen-recorder/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-04-29 08:27:15 UTC (rev 622210)
@@ -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.8.0.5
+pkgrel=1
+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=('589891e3fa7a04cf61e3ebd2501e9be438cb386a435df184ab37b7a864ea53ffb912a0e92692d05756ae1f86988f00b74607477f0fab1574fea901399ae66321')
+
+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