[arch-commits] Commit in deepin-screen-recorder/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Fri Dec 1 13:51:25 UTC 2017
Date: Friday, December 1, 2017 @ 13:51:24
Author: felixonmars
Revision: 270998
archrelease: copy trunk to community-x86_64
Added:
deepin-screen-recorder/repos/community-x86_64/PKGBUILD
(from rev 270997, deepin-screen-recorder/trunk/PKGBUILD)
Deleted:
deepin-screen-recorder/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-01 13:50:54 UTC (rev 270997)
+++ PKGBUILD 2017-12-01 13:51:24 UTC (rev 270998)
@@ -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.6.5.1
-pkgrel=1
-pkgdesc='Deepin Screen Recorder'
-arch=('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/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz")
-sha512sums=('1f2e6a227ee6aa4f3aa821176b048fade46b1afc779c563f694f290df1a872732f08f00e39a1f5581f527332222688518088867e0e60a40cda0ff7ad06232e47')
-
-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 270997, deepin-screen-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-01 13:51:24 UTC (rev 270998)
@@ -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.5.1
+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/linuxdeepin/deepin-screen-recorder/archive/$pkgver.tar.gz")
+sha512sums=('1f2e6a227ee6aa4f3aa821176b048fade46b1afc779c563f694f290df1a872732f08f00e39a1f5581f527332222688518088867e0e60a40cda0ff7ad06232e47')
+
+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