[arch-commits] Commit in deepin-voice-note/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Oct 24 08:25:33 UTC 2020


    Date: Saturday, October 24, 2020 @ 08:25:33
  Author: felixonmars
Revision: 730988

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-24 08:25:15 UTC (rev 730987)
+++ PKGBUILD	2020-10-24 08:25:33 UTC (rev 730988)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-voice-note
-pkgver=5.8.10
-pkgrel=1
-pkgdesc='A lightweight memo tool to make text notes and voice recordings'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-voice-note"
-license=('GPL3')
-replaces=('deepin-voice-recorder')
-depends=('deepin-qt5integration' 'vlc')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/deepin-voice-note/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('2cd0f201af77335a7938c566125f1f22d5e574b813794a0fe69d6ad146b1486bffe8aec689f862042c1107b4c40462cf295d4317460663847792d28465eafbd5')
-
-prepare() {
-  cd deepin-voice-note-$pkgver
-  sed -i '1i#include <QPainterPath>' src/views/middleviewdelegate.cpp src/views/leftviewdelegate.cpp
-}
-
-build() {
-  cd deepin-voice-note-$pkgver
-  cmake -GNinja .
-  ninja
-}
-
-package() {
-  cd deepin-voice-note-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-voice-note/repos/community-x86_64/PKGBUILD (from rev 730987, deepin-voice-note/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-24 08:25:33 UTC (rev 730988)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-voice-note
+pkgver=5.8.11
+pkgrel=1
+pkgdesc='A lightweight memo tool to make text notes and voice recordings'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-voice-note"
+license=('GPL3')
+replaces=('deepin-voice-recorder')
+depends=('deepin-qt5integration' 'vlc')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/deepin-voice-note/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('49f42292d1ee2ea0b445c18a316f60e2b325d5cd2b087ff0b1a260008fbf1c327f2e5bb9721196403d3dc046c28fe2f906b9601b8fea1649a6717459406a5cb6')
+
+prepare() {
+  cd deepin-voice-note-$pkgver
+  sed -i '1i#include <QPainterPath>' src/views/middleviewdelegate.cpp src/views/leftviewdelegate.cpp
+}
+
+build() {
+  cd deepin-voice-note-$pkgver
+  cmake -GNinja .
+  ninja
+}
+
+package() {
+  cd deepin-voice-note-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list