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

Felix Yan felixonmars at archlinux.org
Thu Jan 9 14:00:19 UTC 2020


    Date: Thursday, January 9, 2020 @ 14:00:19
  Author: felixonmars
Revision: 551186

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-09 14:00:10 UTC (rev 551185)
+++ PKGBUILD	2020-01-09 14:00:19 UTC (rev 551186)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Albert.Zhou <albert.zhou at wiz.cn>
-
-pkgname=wiznote
-pkgver=2.7.1
-_commit=2bca5aec23eb3998d2b06790fdb293c332d9f915
-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=('dc72fbd80e1a06fd260ff2bd85e4ffe9f4b30cafb7123812eae88cde64f886357183cd74955fc30434593003ee160a8ebe0e1e070e22ef88503bdcf9340641a5')
-
-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 551185, wiznote/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-09 14:00:19 UTC (rev 551186)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Albert.Zhou <albert.zhou at wiz.cn>
+
+pkgname=wiznote
+pkgver=2.7.2
+_commit=6018c4c96c7142e9de8a4c7a95ee8595441e1fe2
+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=('93927da5e0088a0615e40df121734bb5e2e630c46159bdd559e351ec3ac0f34ef8997e38b5b491c60359edae94653b7c47f73308f1e34eb386a8686b857f6ad3')
+
+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