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

Felix Yan felixonmars at archlinux.org
Wed Feb 15 07:27:44 UTC 2017


    Date: Wednesday, February 15, 2017 @ 07:27:43
  Author: felixonmars
Revision: 212512

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: deepin-screen-recorder/repos/community-i686/PKGBUILD (from rev 212511, deepin-screen-recorder/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-15 07:27:43 UTC (rev 212512)
@@ -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
+}

Copied: deepin-screen-recorder/repos/community-x86_64/PKGBUILD (from rev 212511, deepin-screen-recorder/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-15 07:27:43 UTC (rev 212512)
@@ -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
+}



More information about the arch-commits mailing list