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

Felix Yan felixonmars at archlinux.org
Tue Jul 14 12:22:00 UTC 2020


    Date: Tuesday, July 14, 2020 @ 12:22:00
  Author: felixonmars
Revision: 663733

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-14 12:21:45 UTC (rev 663732)
+++ PKGBUILD	2020-07-14 12:22:00 UTC (rev 663733)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-voice-note
-pkgver=5.7.9
-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')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/deepin-voice-note/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('706cf34bdfdca667aa6e381403a044ef587acf925e095aa5ec5bf59d5632487391af32c33083fd3b4a87cfbbf7cf32931a566095ade8c6812d68ced2b5756d10')
-
-prepare() {
-  cd deepin-voice-note-$pkgver
-  # Upstream likes to refactor code while ignoring pull requests
-  sed -i '1i#include <QPainterPath>' src/views/middleviewdelegate.cpp src/views/leftviewdelegate.cpp
-  # Utterly broken code that treats all audio/mpeg as mp3 and they refused to fix.
-  # They really need to learn what the f**k is a codec and a container and they are *not* the same.
-  sed -e 's|codec.startsWith(m_defaultAudioFmt)|codec.startsWith("audio/mpeg, mpegversion=(int)1, layer=(int)3")|' \
-      -i src/common/vnoteaudiomanager.cpp
-}
-
-build() {
-  cd deepin-voice-note-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-voice-note-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-voice-note/repos/community-x86_64/PKGBUILD (from rev 663732, deepin-voice-note/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-14 12:22:00 UTC (rev 663733)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-voice-note
+pkgver=5.7.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')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("https://github.com/linuxdeepin/deepin-voice-note/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('cff0052032632a8f3a381b32d01400335deb09ddee06e5d6fdd996f3fd75f27e21cc629f459033b0e5ff37291730d12dedaf23eb1254388c32718a6bd7f7f36e')
+
+prepare() {
+  cd deepin-voice-note-$pkgver
+  # Upstream likes to refactor code while ignoring pull requests
+  sed -i '1i#include <QPainterPath>' src/views/middleviewdelegate.cpp src/views/leftviewdelegate.cpp
+  # Utterly broken code that treats all audio/mpeg as mp3 and they refused to fix.
+  # They really need to learn what the f**k is a codec and a container and they are *not* the same.
+  sed -e 's|codec.startsWith(m_defaultAudioFmt)|codec.startsWith("audio/mpeg, mpegversion=(int)1, layer=(int)3")|' \
+      -i src/common/vnoteaudiomanager.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