[arch-commits] Commit in wiznote/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 7 12:52:15 UTC 2020


    Date: Sunday, June 7, 2020 @ 12:52:15
  Author: felixonmars
Revision: 639994

upgpkg: wiznote 2.8.4-1

Modified:
  wiznote/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 12:51:58 UTC (rev 639993)
+++ PKGBUILD	2020-06-07 12:52:15 UTC (rev 639994)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou <albert.zhou at wiz.cn>
 
 pkgname=wiznote
-pkgver=2.8.3
-_commit=be113e9be899c1559ae5b3a093ee5f05e0364eec
+pkgver=2.8.4
+_commit=ce110ef42d48c73160cb59f5e9b026c5b42617e4
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 # shared clucene/quazip triggers segfault
 makedepends=('cmake' 'qt5-tools' 'boost')
 source=("$pkgname-$_commit.tar.gz::https://github.com/WizTeam/WizQTClient/archive/$_commit.tar.gz")
-sha512sums=('445370ebb239d82a4c1f82db289d9f0f9c43dfb9017cb198b415875b60349353616c3d4052979818be2191f5e5ce19d7f2ebcf21c9328fe39b660df9fb295205')
+sha512sums=('25ee69993924e9744e9e4e06b174f65aa6b49031f003932386e121dd8d53435af814d78eb6471a194c395fc3b3551081025de2918a0be068cb623415e7c47157')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \
@@ -25,6 +25,8 @@
   # https://github.com/WizTeam/WizQTClient/issues/610
   sed -i 's/= nPosition;/= (Json::UInt64)nPosition;/' WizQTClient-$_commit/src/share/WizObject.cpp
 
+  sed -i '/#include <QPainter>/a #include <QPainterPath>' WizQTClient-$_commit/src/sync/WizAvatarHost.cpp
+
   rm -rf build; mkdir build
 }
 



More information about the arch-commits mailing list