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

Felix Yan felixonmars at archlinux.org
Fri Aug 18 06:56:57 UTC 2017


    Date: Friday, August 18, 2017 @ 06:56:56
  Author: felixonmars
Revision: 252366

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

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

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

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

Copied: deepin-voice-recorder/repos/community-staging-x86_64/PKGBUILD (from rev 252365, deepin-voice-recorder/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-08-18 06:56:56 UTC (rev 252366)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-voice-recorder
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='Deepin Voice Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-voice-recorder"
+license=('GPL3')
+depends=('dtkwidget' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-voice-recorder/archive/$pkgver.tar.gz")
+sha512sums=('c6d33161f7045dacf9a8ed96e0fff87985c69fe2ac80e772dd73421d824301c3afc87072f21f1919edcc70296fc6e4132c4128705750007cd7e53ed2732de27d')
+
+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