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

Felix Yan felixonmars at archlinux.org
Tue Mar 14 03:03:36 UTC 2017


    Date: Tuesday, March 14, 2017 @ 03:03:36
  Author: felixonmars
Revision: 216147

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

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

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

Copied: deepin-voice-recorder/repos/community-i686/PKGBUILD (from rev 216146, deepin-voice-recorder/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-14 03:03:36 UTC (rev 216147)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-voice-recorder
+pkgver=0.1
+pkgrel=1
+pkgdesc='Deepin Voice Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-voice-recorder"
+license=('GPL3')
+depends=('deepin-tool-kit' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extras')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-voice-recorder/archive/$pkgver.tar.gz")
+sha256sums=('488d31e6233f13aa00dfa58872111f8aecd456ba6bfaf48654294c95e349e4f9')
+
+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-x86_64/PKGBUILD (from rev 216146, deepin-voice-recorder/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-14 03:03:36 UTC (rev 216147)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-voice-recorder
+pkgver=0.1
+pkgrel=1
+pkgdesc='Deepin Voice Recorder'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-voice-recorder"
+license=('GPL3')
+depends=('deepin-tool-kit' 'ffmpeg')
+makedepends=('qt5-tools')
+groups=('deepin-extras')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/manateelazycat/deepin-voice-recorder/archive/$pkgver.tar.gz")
+sha256sums=('488d31e6233f13aa00dfa58872111f8aecd456ba6bfaf48654294c95e349e4f9')
+
+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