[arch-commits] Commit in wiznote/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Mar 13 22:29:14 UTC 2020


    Date: Friday, March 13, 2020 @ 22:29:13
  Author: felixonmars
Revision: 596321

archrelease: copy trunk to community-x86_64

Added:
  wiznote/repos/community-x86_64/PKGBUILD
    (from rev 596320, wiznote/trunk/PKGBUILD)
Deleted:
  wiznote/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-13 22:29:07 UTC (rev 596320)
+++ PKGBUILD	2020-03-13 22:29:13 UTC (rev 596321)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Albert.Zhou <albert.zhou at wiz.cn>
-
-pkgname=wiznote
-pkgver=2.7.6
-_commit=eee50e73e87d00234279b05253039b2ab23c1ae6
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('x86_64')
-url="http://www.wiznote.com"
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-websockets' 'qt5-webengine'
-         'qt5-svg') # 'crypto++')
-# 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=('1ec49d5a35d3dc59bcd6fc818e6893f4bcbbbece91bea29ed1b9070d8ce7a1357064ee2b37f778844454698638bcc8671a179276ae96bc8d81ed53433fa2f648')
-
-prepare() {
-  #sed -e 's/add_subdirectory(cryptopp)//' \
-  #    -i WizQTClient-$_commit/lib/CMakeLists.txt
-  #sed -e 's/cryptlib/cryptopp/' \
-  #    -i WizQTClient-$_commit/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    ../WizQTClient-$_commit
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-x86_64/PKGBUILD (from rev 596320, wiznote/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-13 22:29:13 UTC (rev 596321)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Albert.Zhou <albert.zhou at wiz.cn>
+
+pkgname=wiznote
+pkgver=2.7.7
+_commit=9d26d11c412d52cd17d2261d33e7ae7b2441c10b
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('x86_64')
+url="http://www.wiznote.com"
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-websockets' 'qt5-webengine'
+         'qt5-svg') # 'crypto++')
+# 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=('58bdf97835278cc2d49e1e0de89569d3d6d6c786a37e54dcc8c43b8ac3aededc4c4f38f88f9a5cbf6afc3de2112ddf61b01618de342e2c693a7cf49a77e9393f')
+
+prepare() {
+  #sed -e 's/add_subdirectory(cryptopp)//' \
+  #    -i WizQTClient-$_commit/lib/CMakeLists.txt
+  #sed -e 's/cryptlib/cryptopp/' \
+  #    -i WizQTClient-$_commit/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    ../WizQTClient-$_commit
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list