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

Ike Devolder idevolder at archlinux.org
Wed Jun 6 14:22:55 UTC 2018


    Date: Wednesday, June 6, 2018 @ 14:22:55
  Author: idevolder
Revision: 341175

db-move: moved deepin-screen-recorder from [community-testing] to [community] (x86_64)

Added:
  deepin-screen-recorder/repos/community-x86_64/PKGBUILD
    (from rev 341174, deepin-screen-recorder/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  deepin-screen-recorder/repos/community-testing-x86_64/
  deepin-screen-recorder/repos/community-x86_64/PKGBUILD

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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2018-06-06 14:22:51 UTC (rev 341174)
+++ community-x86_64/PKGBUILD	2018-06-06 14:22:55 UTC (rev 341175)
@@ -1,28 +0,0 @@
-# $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.7.4
-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/felixonmars/deepin-screen-recorder/archive/$pkgver.tar.gz")
-sha512sums=('3078972fff10716cd8911c65abc6a224252f874bf62f51c15e8a9410c12476ac32142f7c9a4af8c0ceadb491be8ccb32d6a2cc8253a6a87f89f9a81edba7c10f')
-
-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-x86_64/PKGBUILD (from rev 341174, deepin-screen-recorder/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-06-06 14:22:55 UTC (rev 341175)
@@ -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.7.4
+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/felixonmars/deepin-screen-recorder/archive/$pkgver.tar.gz")
+sha512sums=('3078972fff10716cd8911c65abc6a224252f874bf62f51c15e8a9410c12476ac32142f7c9a4af8c0ceadb491be8ccb32d6a2cc8253a6a87f89f9a81edba7c10f')
+
+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