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

Felix Yan felixonmars at archlinux.org
Fri Dec 1 13:54:55 UTC 2017


    Date: Friday, December 1, 2017 @ 13:54:54
  Author: felixonmars
Revision: 271008

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-01 13:54:30 UTC (rev 271007)
+++ PKGBUILD	2017-12-01 13:54:54 UTC (rev 271008)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-voice-recorder
-pkgver=1.3.6
-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=('0cc93ee469e0fea86589ed14496dbf47399c7f623ccf64bd7d06edbe2540409aca0e100dac0a35cc947bcc3eeb23ef420fc7f6a36a636d817a93a1897b239f67')
-
-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 271007, deepin-voice-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-01 13:54:54 UTC (rev 271008)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-voice-recorder
+pkgver=1.3.6
+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=('0cc93ee469e0fea86589ed14496dbf47399c7f623ccf64bd7d06edbe2540409aca0e100dac0a35cc947bcc3eeb23ef420fc7f6a36a636d817a93a1897b239f67')
+
+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