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

Felix Yan felixonmars at archlinux.org
Tue Oct 9 17:28:25 UTC 2018


    Date: Tuesday, October 9, 2018 @ 17:28:24
  Author: felixonmars
Revision: 391680

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-09 17:28:13 UTC (rev 391679)
+++ PKGBUILD	2018-10-09 17:28:24 UTC (rev 391680)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Albert.Zhou <albert.zhou at wiz.cn>
-
-pkgname=wiznote
-pkgver=2.5.9
-_commit=9d49e76ffc92e6f25f58c60220377db130342607
-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') # '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=('a8d5f07c00f58194f183a1ecd26cba8f340be1ab88a9cae1964654eb593cb9430e9fba2d7b9f365b56abafd5063c13254f419feb04e1a316b7d7b4f8b35c32c0')
-
-prepare() {
-  #sed -e 's/add_subdirectory(cryptopp)//' \
-  #    -i WizQTClient/lib/CMakeLists.txt
-  #sed -e 's/cryptlib/cryptopp/' \
-  #    -i WizQTClient/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 391679, wiznote/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-09 17:28:24 UTC (rev 391680)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Albert.Zhou <albert.zhou at wiz.cn>
+
+pkgname=wiznote
+pkgver=2.6.1
+_commit=80b18fef3f969ca26093279f9e53005188e0baff
+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') # '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=('03d7f6cc6e433031aeb9e5727f60a59e0b703b3c36837272e51c57211196ce34c4e0d3037545404dab531c5e3c94ff454c85837236c67db365e776250eb8c718')
+
+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