[arch-commits] Commit in deepin-voice-recorder/repos (2 files)

Felix Yan felixonmars at archlinux.org
Wed Apr 25 06:16:19 UTC 2018


    Date: Wednesday, April 25, 2018 @ 06:16:18
  Author: felixonmars
Revision: 317726

archrelease: copy trunk to community-staging-x86_64

Added:
  deepin-voice-recorder/repos/community-staging-x86_64/
  deepin-voice-recorder/repos/community-staging-x86_64/PKGBUILD
    (from rev 317725, deepin-voice-recorder/trunk/PKGBUILD)

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

Copied: deepin-voice-recorder/repos/community-staging-x86_64/PKGBUILD (from rev 317725, deepin-voice-recorder/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-04-25 06:16:18 UTC (rev 317726)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-voice-recorder
+pkgver=1.3.6.1
+pkgrel=2
+pkgdesc='Deepin Voice Recorder'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-voice-recorder"
+license=('GPL3')
+depends=('deepin-qt5integration' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz")
+sha512sums=('e9301fb3fa8173b63b5d98f3c67ce4fe8198579fa8bb5f581ff9bd71301dc89a5db3426a2e391b053c93b091f6711024fb36c86b0fb7c472af5055e592fd5f1e')
+
+build(){
+  cd deepin-voice-recorder-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-voice-recorder-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list