[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Wed Feb 15 07:26:32 UTC 2017


    Date: Wednesday, February 15, 2017 @ 07:26:32
  Author: felixonmars
Revision: 212511

addpkg: deepin-screen-recorder 0.2-1

Added:
  deepin-screen-recorder/
  deepin-screen-recorder/repos/
  deepin-screen-recorder/trunk/
  deepin-screen-recorder/trunk/PKGBUILD

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

Added: deepin-screen-recorder/trunk/PKGBUILD
===================================================================
--- deepin-screen-recorder/trunk/PKGBUILD	                        (rev 0)
+++ deepin-screen-recorder/trunk/PKGBUILD	2017-02-15 07:26:32 UTC (rev 212511)
@@ -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=0.2
+pkgrel=1
+pkgdesc='Deepin Shortcut Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-screen-recorder"
+license=('GPL3')
+depends=('qt5-x11extras' 'byzanz' 'ffmpeg')
+makedepends=('git' 'qt5-tools')
+groups=('deepin-extras')
+source=("git+https://github.com/manateelazycat/deepin-screen-recorder.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build(){
+  cd deepin-screen-recorder
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screen-recorder
+  make INSTALL_ROOT="${pkgdir}" install
+}


Property changes on: deepin-screen-recorder/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list