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

Felix Yan felixonmars at archlinux.org
Fri Aug 18 06:48:27 UTC 2017


    Date: Friday, August 18, 2017 @ 06:48:26
  Author: felixonmars
Revision: 252358

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

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

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

Copied: deepin-screen-recorder/repos/community-staging-i686/PKGBUILD (from rev 252357, deepin-screen-recorder/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-08-18 06:48:26 UTC (rev 252358)
@@ -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.6
+pkgrel=1
+pkgdesc='Deepin Screen Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-screen-recorder"
+license=('GPL3')
+depends=('dtkwidget' 'dtkwm' 'byzanz' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-screen-recorder/archive/$pkgver.tar.gz")
+sha512sums=('a7510f4392ebb104cb2825b18ab7c5bdb0007489a5222849e4389262ab34fce331d5470ac0748a97317443e5e71709562e81325ece2f18f4388315670f992fa7')
+
+build(){
+  cd deepin-screen-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screen-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-screen-recorder/repos/community-staging-x86_64/PKGBUILD (from rev 252357, deepin-screen-recorder/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-08-18 06:48:26 UTC (rev 252358)
@@ -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.6
+pkgrel=1
+pkgdesc='Deepin Screen Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-screen-recorder"
+license=('GPL3')
+depends=('dtkwidget' 'dtkwm' 'byzanz' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-screen-recorder/archive/$pkgver.tar.gz")
+sha512sums=('a7510f4392ebb104cb2825b18ab7c5bdb0007489a5222849e4389262ab34fce331d5470ac0748a97317443e5e71709562e81325ece2f18f4388315670f992fa7')
+
+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