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

2020-06-23 Thread Felix Yan via arch-commits
Date: Tuesday, June 23, 2020 @ 19:06:23
  Author: felixonmars
Revision: 651428

upgpkg: wiznote 2.8.5-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-23 19:05:43 UTC (rev 651427)
+++ PKGBUILD2020-06-23 19:06:23 UTC (rev 651428)
@@ -2,19 +2,19 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.8.4
-_commit=ce110ef42d48c73160cb59f5e9b026c5b42617e4
+pkgver=2.8.5
+_commit=2d4566aa1ff6e5a773d59e26df5ab07517931242
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('x86_64')
-url="http://www.wiznote.com";
-license=('GPL3' 'custom')
+url="https://www.wiz.cn";
+license=('GPL3')
 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=('25ee69993924e9744e9e4e06b174f65aa6b49031f003932386e121dd8d53435af814d78eb6471a194c395fc3b3551081025de2918a0be068cb623415e7c47157')
+sha512sums=('35b86abbde7d234b5ebcd66b9912ffddbf272a5ab7ff99ca408eb6a66366ab1c00a0c88241fd702f4f8d968c06a7c53722595eb4085938a5b5c726cfad38a832')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \
@@ -22,9 +22,6 @@
   #sed -e 's/cryptlib/cryptopp/' \
   #-i WizQTClient-$_commit/src/CMakeLists.txt
 
-  # https://github.com/WizTeam/WizQTClient/issues/610
-  sed -i 's/= nPosition;/= (Json::UInt64)nPosition;/' 
WizQTClient-$_commit/src/share/WizObject.cpp
-
   sed -i '/#include /a #include ' 
WizQTClient-$_commit/src/sync/WizAvatarHost.cpp
 
   rm -rf build; mkdir build
@@ -42,5 +39,5 @@
 
 package() {
   cd build
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir" install
 }


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

2020-06-07 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2020-06-07 12:51:58 UTC (rev 639993)
+++ PKGBUILD2020-06-07 12:52:15 UTC (rev 639994)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 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 /a #include ' 
WizQTClient-$_commit/src/sync/WizAvatarHost.cpp
+
   rm -rf build; mkdir build
 }
 


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

2020-04-15 Thread Felix Yan via arch-commits
Date: Wednesday, April 15, 2020 @ 17:04:47
  Author: felixonmars
Revision: 614963

upgpkg: wiznote 2.8.3-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 17:02:29 UTC (rev 614962)
+++ PKGBUILD2020-04-15 17:04:47 UTC (rev 614963)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.8.2
-_commit=d177e5a77e0c7591e552ede28c383982a927d3a9
+pkgver=2.8.3
+_commit=be113e9be899c1559ae5b3a093ee5f05e0364eec
 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=('d2c2582330bd407b7e100ec28af75f79933d352130a813a44ed7a9d7725bad4104d091555a42483c4a5440cdf1288a31775b9ae0cd573034dc1b84df88aaca88')
+sha512sums=('445370ebb239d82a4c1f82db289d9f0f9c43dfb9017cb198b415875b60349353616c3d4052979818be2191f5e5ce19d7f2ebcf21c9328fe39b660df9fb295205')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \
@@ -22,6 +22,9 @@
   #sed -e 's/cryptlib/cryptopp/' \
   #-i WizQTClient-$_commit/src/CMakeLists.txt
 
+  # https://github.com/WizTeam/WizQTClient/issues/610
+  sed -i 's/= nPosition;/= (Json::UInt64)nPosition;/' 
WizQTClient-$_commit/src/share/WizObject.cpp
+
   rm -rf build; mkdir build
 }
 


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

2020-03-22 Thread Felix Yan via arch-commits
Date: Sunday, March 22, 2020 @ 19:03:21
  Author: felixonmars
Revision: 603602

upgpkg: wiznote 2.8.2-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 18:51:07 UTC (rev 603601)
+++ PKGBUILD2020-03-22 19:03:21 UTC (rev 603602)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.8.1
-_commit=357d509f4773b64f60ea00ffaf34193751ba20e0
+pkgver=2.8.2
+_commit=d177e5a77e0c7591e552ede28c383982a927d3a9
 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=('a339e6cc04ee076585ed970766e0680d8b14f8922c742e0d8705cd01784188e16387db2b855a5b2f0ce179100730de09be65e30bd695f16018ed41a231ae651a')
+sha512sums=('d2c2582330bd407b7e100ec28af75f79933d352130a813a44ed7a9d7725bad4104d091555a42483c4a5440cdf1288a31775b9ae0cd573034dc1b84df88aaca88')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2020-03-21 Thread Felix Yan via arch-commits
Date: Saturday, March 21, 2020 @ 14:39:14
  Author: felixonmars
Revision: 602774

upgpkg: wiznote 2.8.1-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-21 14:32:12 UTC (rev 602773)
+++ PKGBUILD2020-03-21 14:39:14 UTC (rev 602774)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.8.0
-_commit=44a2c8510eb3aa2116ffcd7fa85f254fa3d6c002
+pkgver=2.8.1
+_commit=357d509f4773b64f60ea00ffaf34193751ba20e0
 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=('661a7fa68d454dcec669087a4d11ecfe393815f9933f44e210dc7282a433680b8fe8e9024b0ae7c2b3eea8672fd86dc76e930f82da5c649f66f178f195de881e')
+sha512sums=('a339e6cc04ee076585ed970766e0680d8b14f8922c742e0d8705cd01784188e16387db2b855a5b2f0ce179100730de09be65e30bd695f16018ed41a231ae651a')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2020-03-20 Thread Felix Yan via arch-commits
Date: Friday, March 20, 2020 @ 20:03:50
  Author: felixonmars
Revision: 602050

upgpkg: wiznote 2.8.0-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-20 20:02:56 UTC (rev 602049)
+++ PKGBUILD2020-03-20 20:03:50 UTC (rev 602050)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.7.9
-_commit=9f618e820ffda768c409b7773644b9755eadc245
+pkgver=2.8.0
+_commit=44a2c8510eb3aa2116ffcd7fa85f254fa3d6c002
 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=('4ae498e5dfaad4e68d4190bfbefae2da6914b5d92a00cd9065290092fc6a869b1e041b263ee60c5bbfc79123d66b814bc99797a994b85e6970cce43ce36efc11')
+sha512sums=('661a7fa68d454dcec669087a4d11ecfe393815f9933f44e210dc7282a433680b8fe8e9024b0ae7c2b3eea8672fd86dc76e930f82da5c649f66f178f195de881e')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2020-03-20 Thread Felix Yan via arch-commits
Date: Friday, March 20, 2020 @ 16:13:50
  Author: felixonmars
Revision: 601905

upgpkg: wiznote 2.7.9-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-20 16:10:07 UTC (rev 601904)
+++ PKGBUILD2020-03-20 16:13:50 UTC (rev 601905)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.7.8
-_commit=6ce2501bcc710c8e28208cae2c38a6a4775e0720
+pkgver=2.7.9
+_commit=9f618e820ffda768c409b7773644b9755eadc245
 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=('cd8bbd73f9c19c90d8afd1c4fd28d3d0b22dbf7fd7cd52fd527ead0d90ef08509adb6b3beab373874de29c7395fc0c0d379c3f36dc7160031595d9c80e78d9e8')
+sha512sums=('4ae498e5dfaad4e68d4190bfbefae2da6914b5d92a00cd9065290092fc6a869b1e041b263ee60c5bbfc79123d66b814bc99797a994b85e6970cce43ce36efc11')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2020-03-19 Thread Felix Yan via arch-commits
Date: Thursday, March 19, 2020 @ 10:23:09
  Author: felixonmars
Revision: 600753

upgpkg: wiznote 2.7.8-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-19 10:15:47 UTC (rev 600752)
+++ PKGBUILD2020-03-19 10:23:09 UTC (rev 600753)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.7.7
-_commit=9d26d11c412d52cd17d2261d33e7ae7b2441c10b
+pkgver=2.7.8
+_commit=6ce2501bcc710c8e28208cae2c38a6a4775e0720
 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=('58bdf97835278cc2d49e1e0de89569d3d6d6c786a37e54dcc8c43b8ac3aededc4c4f38f88f9a5cbf6afc3de2112ddf61b01618de342e2c693a7cf49a77e9393f')
+sha512sums=('cd8bbd73f9c19c90d8afd1c4fd28d3d0b22dbf7fd7cd52fd527ead0d90ef08509adb6b3beab373874de29c7395fc0c0d379c3f36dc7160031595d9c80e78d9e8')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2020-03-13 Thread Felix Yan via arch-commits
Date: Friday, March 13, 2020 @ 22:29:05
  Author: felixonmars
Revision: 596319

upgpkg: wiznote 2.7.7-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-13 22:18:21 UTC (rev 596318)
+++ PKGBUILD2020-03-13 22:29:05 UTC (rev 596319)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.7.6
-_commit=eee50e73e87d00234279b05253039b2ab23c1ae6
+pkgver=2.7.7
+_commit=9d26d11c412d52cd17d2261d33e7ae7b2441c10b
 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=('1ec49d5a35d3dc59bcd6fc818e6893f4bcbbbece91bea29ed1b9070d8ce7a1357064ee2b37f778844454698638bcc8671a179276ae96bc8d81ed53433fa2f648')
+sha512sums=('58bdf97835278cc2d49e1e0de89569d3d6d6c786a37e54dcc8c43b8ac3aededc4c4f38f88f9a5cbf6afc3de2112ddf61b01618de342e2c693a7cf49a77e9393f')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2020-03-11 Thread Felix Yan via arch-commits
Date: Wednesday, March 11, 2020 @ 17:08:38
  Author: felixonmars
Revision: 594443

upgpkg: wiznote 2.7.6-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 17:08:15 UTC (rev 594442)
+++ PKGBUILD2020-03-11 17:08:38 UTC (rev 594443)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.7.5
-_commit=b98f8e6c0b0d6affcd7b6f5e24c015cc4d07e641
+pkgver=2.7.6
+_commit=eee50e73e87d00234279b05253039b2ab23c1ae6
 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=('9253f9fa37c7e0647368ac46db41e9cfdcf601697a5170c3680870f9f868e01ec0dc94aec4af8b75ff8323f0d494ab9c6811774e267b7a8ec833c08e24c03028')
+sha512sums=('1ec49d5a35d3dc59bcd6fc818e6893f4bcbbbece91bea29ed1b9070d8ce7a1357064ee2b37f778844454698638bcc8671a179276ae96bc8d81ed53433fa2f648')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2020-03-10 Thread Felix Yan via arch-commits
Date: Tuesday, March 10, 2020 @ 22:35:59
  Author: felixonmars
Revision: 594002

upgpkg: wiznote 2.7.5-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-10 22:32:34 UTC (rev 594001)
+++ PKGBUILD2020-03-10 22:35:59 UTC (rev 594002)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.7.3
-_commit=04a09ffdf676d3e8c029c89761580af327ac73c0
+pkgver=2.7.5
+_commit=b98f8e6c0b0d6affcd7b6f5e24c015cc4d07e641
 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=('6e4c871a83cdd5016d351b3c23f9ccaac4752c6f053a56eaa7a7b12b2c9a76577e83d809c7745f21e0b797174e5d13cd60abcb34ca66d32250c7dd31408c8546')
+sha512sums=('9253f9fa37c7e0647368ac46db41e9cfdcf601697a5170c3680870f9f868e01ec0dc94aec4af8b75ff8323f0d494ab9c6811774e267b7a8ec833c08e24c03028')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2020-03-10 Thread Felix Yan via arch-commits
Date: Tuesday, March 10, 2020 @ 11:06:24
  Author: felixonmars
Revision: 593509

upgpkg: wiznote 2.7.3-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-10 11:06:18 UTC (rev 593508)
+++ PKGBUILD2020-03-10 11:06:24 UTC (rev 593509)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.7.2
-_commit=6018c4c96c7142e9de8a4c7a95ee8595441e1fe2
+pkgver=2.7.3
+_commit=04a09ffdf676d3e8c029c89761580af327ac73c0
 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=('93927da5e0088a0615e40df121734bb5e2e630c46159bdd559e351ec3ac0f34ef8997e38b5b491c60359edae94653b7c47f73308f1e34eb386a8686b857f6ad3')
+sha512sums=('6e4c871a83cdd5016d351b3c23f9ccaac4752c6f053a56eaa7a7b12b2c9a76577e83d809c7745f21e0b797174e5d13cd60abcb34ca66d32250c7dd31408c8546')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2020-01-09 Thread Felix Yan via arch-commits
Date: Thursday, January 9, 2020 @ 14:00:10
  Author: felixonmars
Revision: 551185

upgpkg: wiznote 2.7.2-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-09 13:59:25 UTC (rev 551184)
+++ PKGBUILD2020-01-09 14:00:10 UTC (rev 551185)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.7.1
-_commit=2bca5aec23eb3998d2b06790fdb293c332d9f915
+pkgver=2.7.2
+_commit=6018c4c96c7142e9de8a4c7a95ee8595441e1fe2
 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=('dc72fbd80e1a06fd260ff2bd85e4ffe9f4b30cafb7123812eae88cde64f886357183cd74955fc30434593003ee160a8ebe0e1e070e22ef88503bdcf9340641a5')
+sha512sums=('93927da5e0088a0615e40df121734bb5e2e630c46159bdd559e351ec3ac0f34ef8997e38b5b491c60359edae94653b7c47f73308f1e34eb386a8686b857f6ad3')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2019-01-29 Thread Felix Yan via arch-commits
Date: Tuesday, January 29, 2019 @ 21:53:46
  Author: felixonmars
Revision: 428486

upgpkg: wiznote 2.7.1-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:50:50 UTC (rev 428485)
+++ PKGBUILD2019-01-29 21:53:46 UTC (rev 428486)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.6.6
-_commit=cf0d102e8dd3a90668eada2c2a5883c19ba57cee
+pkgver=2.7.1
+_commit=2bca5aec23eb3998d2b06790fdb293c332d9f915
 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=('f2db596b5d84842fdf7b247d215d710d44d2e34114ba5ab9183c57a89f80fed99e234a95c72422db7bd5427de84c040a2e06931814bec04553690d6c0a4d4469')
+sha512sums=('dc72fbd80e1a06fd260ff2bd85e4ffe9f4b30cafb7123812eae88cde64f886357183cd74955fc30434593003ee160a8ebe0e1e070e22ef88503bdcf9340641a5')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2018-12-10 Thread Felix Yan via arch-commits
Date: Monday, December 10, 2018 @ 18:43:27
  Author: felixonmars
Revision: 414422

upgpkg: wiznote 2.6.6-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-10 18:39:25 UTC (rev 414421)
+++ PKGBUILD2018-12-10 18:43:27 UTC (rev 414422)
@@ -2,18 +2,19 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.6.1
-_commit=80b18fef3f969ca26093279f9e53005188e0baff
+pkgver=2.6.6
+_commit=cf0d102e8dd3a90668eada2c2a5883c19ba57cee
 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++')
+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=('03d7f6cc6e433031aeb9e5727f60a59e0b703b3c36837272e51c57211196ce34c4e0d3037545404dab531c5e3c94ff454c85837236c67db365e776250eb8c718')
+sha512sums=('f2db596b5d84842fdf7b247d215d710d44d2e34114ba5ab9183c57a89f80fed99e234a95c72422db7bd5427de84c040a2e06931814bec04553690d6c0a4d4469')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2018-10-09 Thread Felix Yan via arch-commits
Date: Tuesday, October 9, 2018 @ 17:28:13
  Author: felixonmars
Revision: 391679

upgpkg: wiznote 2.6.1-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-09 17:27:52 UTC (rev 391678)
+++ PKGBUILD2018-10-09 17:28:13 UTC (rev 391679)
@@ -2,8 +2,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.5.9
-_commit=9d49e76ffc92e6f25f58c60220377db130342607
+pkgver=2.6.1
+_commit=80b18fef3f969ca26093279f9e53005188e0baff
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('x86_64')
@@ -13,13 +13,13 @@
 # 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')
+sha512sums=('03d7f6cc6e433031aeb9e5727f60a59e0b703b3c36837272e51c57211196ce34c4e0d3037545404dab531c5e3c94ff454c85837236c67db365e776250eb8c718')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \
-  #-i WizQTClient/lib/CMakeLists.txt
+  #-i WizQTClient-$_commit/lib/CMakeLists.txt
   #sed -e 's/cryptlib/cryptopp/' \
-  #-i WizQTClient/src/CMakeLists.txt
+  #-i WizQTClient-$_commit/src/CMakeLists.txt
 
   rm -rf build; mkdir build
 }


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

2018-05-01 Thread Felix Yan via arch-commits
Date: Tuesday, May 1, 2018 @ 07:45:15
  Author: felixonmars
Revision: 318556

upgpkg: wiznote 2.5.9-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-01 07:43:52 UTC (rev 318555)
+++ PKGBUILD2018-05-01 07:45:15 UTC (rev 318556)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.5.6
-_commit=d450174388a16a52c4862a5b886b5b815a761830
+pkgver=2.5.9
+_commit=9d49e76ffc92e6f25f58c60220377db130342607
 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";)
-md5sums=('975fab8abddc4d11bc9c427e24aad74a')
+sha512sums=('a8d5f07c00f58194f183a1ecd26cba8f340be1ab88a9cae1964654eb593cb9430e9fba2d7b9f365b56abafd5063c13254f419feb04e1a316b7d7b4f8b35c32c0')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2017-10-23 Thread Felix Yan
Date: Monday, October 23, 2017 @ 08:17:32
  Author: felixonmars
Revision: 264020

upgpkg: wiznote 2.5.6-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-23 08:17:08 UTC (rev 264019)
+++ PKGBUILD2017-10-23 08:17:32 UTC (rev 264020)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.5.5
-_commit=bcb7dcac394892210b48ef07299a2855937debc1
+pkgver=2.5.6
+_commit=d450174388a16a52c4862a5b886b5b815a761830
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' '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";)
-md5sums=('0f2ed2befb5a1e314c82efe7359a2540')
+md5sums=('975fab8abddc4d11bc9c427e24aad74a')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \


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

2017-05-21 Thread Felix Yan
Date: Sunday, May 21, 2017 @ 08:23:51
  Author: felixonmars
Revision: 228893

upgpkg: wiznote 2.5.5-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-21 07:48:13 UTC (rev 228892)
+++ PKGBUILD2017-05-21 08:23:51 UTC (rev 228893)
@@ -3,9 +3,9 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.5.0.20161213
-_commit=9e7fc0b88b7f2224690333d2e049ef04b3b57bd1
-pkgrel=2
+pkgver=2.5.5
+_commit=bcb7dcac394892210b48ef07299a2855937debc1
+pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
 url="http://www.wiznote.com";
@@ -12,9 +12,9 @@
 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' 'git' 'boost')
-source=("git+https://github.com/WizTeam/WizQTClient.git#commit=$_commit";)
-md5sums=('SKIP')
+makedepends=('cmake' 'qt5-tools' 'boost')
+source=("$pkgname-$_commit.tar.gz::https://github.com/WizTeam/WizQTClient/archive/$_commit.tar.gz";)
+md5sums=('0f2ed2befb5a1e314c82efe7359a2540')
 
 prepare() {
   #sed -e 's/add_subdirectory(cryptopp)//' \
@@ -31,7 +31,7 @@
   cmake \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
-../WizQTClient
+../WizQTClient-$_commit
   make
 }
 


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

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 19:02:31
  Author: arojas
Revision: 224425

qt5-webengine 5.8.0-6 rebuild

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 18:56:46 UTC (rev 224424)
+++ PKGBUILD2017-04-22 19:02:31 UTC (rev 224425)
@@ -5,7 +5,7 @@
 pkgname=wiznote
 pkgver=2.5.0.20161213
 _commit=9e7fc0b88b7f2224690333d2e049ef04b3b57bd1
-pkgrel=1
+pkgrel=2
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
 url="http://www.wiznote.com";


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 07:29:52
  Author: felixonmars
Revision: 200928

upgpkg: wiznote 2.5.0.20161213-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 07:28:27 UTC (rev 200927)
+++ PKGBUILD2016-12-22 07:29:52 UTC (rev 200928)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.3.3.20160901
-_commit=3562d7d93c883d2fccd40e0e2d71155d277a871c
+pkgver=2.5.0.20161213
+_commit=9e7fc0b88b7f2224690333d2e049ef04b3b57bd1
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')


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

2016-10-21 Thread Felix Yan
Date: Friday, October 21, 2016 @ 07:07:56
  Author: felixonmars
Revision: 192779

upgpkg: wiznote 2.3.3.20160901-1

Modified:
  wiznote/trunk/PKGBUILD
Deleted:
  wiznote/trunk/wiznote.install

-+
 PKGBUILD|   22 +-
 wiznote.install |   12 
 2 files changed, 9 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-21 07:00:01 UTC (rev 192778)
+++ PKGBUILD2016-10-21 07:07:56 UTC (rev 192779)
@@ -3,27 +3,24 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.3.3.20151218
-_commit=5976b84919f151652d0c8825f9c50f751b506521
+pkgver=2.3.3.20160901
+_commit=3562d7d93c883d2fccd40e0e2d71155d277a871c
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
 url="http://www.wiznote.com";
 license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 
'qt5-websockets' 'qt5-webengine') # 'crypto++')
 # shared clucene/quazip triggers segfault
 makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit";)
+source=("git+https://github.com/WizTeam/WizQTClient.git#commit=$_commit";)
 md5sums=('SKIP')
 
 prepare() {
-  sed -e 's/add_subdirectory(cryptopp)//' \
-  -i $_wiznote_project_name/lib/CMakeLists.txt
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
+  #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
 }
@@ -32,10 +29,9 @@
   cd build
 
   cmake \
--DWIZNOTE_USE_QT5=YES \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
+../WizQTClient
   make
 }
 

Deleted: wiznote.install
===
--- wiznote.install 2016-10-21 07:00:01 UTC (rev 192778)
+++ wiznote.install 2016-10-21 07:07:56 UTC (rev 192779)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


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

2015-12-20 Thread Felix Yan
Date: Sunday, December 20, 2015 @ 12:01:21
  Author: fyan
Revision: 153762

upgpkg: wiznote 2.3.3.20151218-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-20 10:51:20 UTC (rev 153761)
+++ PKGBUILD2015-12-20 11:01:21 UTC (rev 153762)
@@ -3,9 +3,9 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.3.1
-_commit=632cf999ce9a81d47244b4b77813ac3eaf020c89
-pkgrel=2
+pkgver=2.3.3.20151218
+_commit=5976b84919f151652d0c8825f9c50f751b506521
+pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
 url="http://www.wiznote.com";


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 01:26:48
  Author: bpiotrowski
Revision: 149410

C++11 ABI rebuild

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 00:26:40 UTC (rev 149409)
+++ PKGBUILD2015-12-07 00:26:48 UTC (rev 149410)
@@ -5,7 +5,7 @@
 pkgname=wiznote
 pkgver=2.3.1
 _commit=632cf999ce9a81d47244b4b77813ac3eaf020c89
-pkgrel=1
+pkgrel=2
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
 url="http://www.wiznote.com";


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

2015-11-30 Thread Felix Yan
Date: Monday, November 30, 2015 @ 11:08:41
  Author: fyan
Revision: 148038

upgpkg: wiznote 2.3.1-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 08:56:56 UTC (rev 148037)
+++ PKGBUILD2015-11-30 10:08:41 UTC (rev 148038)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.2.5.20150924
-_commit=c2cbd42e6a1f38a3b95626b21951c5804f085009
+pkgver=2.3.1
+_commit=632cf999ce9a81d47244b4b77813ac3eaf020c89
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
@@ -19,8 +19,6 @@
 md5sums=('SKIP')
 
 prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
   sed -e 's/add_subdirectory(cryptopp)//' \
   -i $_wiznote_project_name/lib/CMakeLists.txt
   


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

2015-09-25 Thread Felix Yan
Date: Friday, September 25, 2015 @ 15:04:08
  Author: fyan
Revision: 141602

upgpkg: wiznote 2.2.5.20150924-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-25 12:57:39 UTC (rev 141601)
+++ PKGBUILD2015-09-25 13:04:08 UTC (rev 141602)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.2.4.20150915
-_commit=56bca7d81e7586e06ec26a86f9740076f7743e14
+pkgver=2.2.5.20150924
+_commit=c2cbd42e6a1f38a3b95626b21951c5804f085009
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')


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

2015-09-23 Thread Felix Yan
Date: Thursday, September 24, 2015 @ 08:45:52
  Author: fyan
Revision: 141553

upgpkg: wiznote 2.2.4.20150915-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-23 21:53:20 UTC (rev 141552)
+++ PKGBUILD2015-09-24 06:45:52 UTC (rev 141553)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.2.4.20150901
-_commit=e42c186a3d05da95023f3425da121c9d829b578e
+pkgver=2.2.4.20150915
+_commit=56bca7d81e7586e06ec26a86f9740076f7743e14
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')


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

2015-09-07 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 08:44:58
  Author: fyan
Revision: 139556

upgpkg: wiznote 2.2.4.20150901-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 06:35:05 UTC (rev 139555)
+++ PKGBUILD2015-09-08 06:44:58 UTC (rev 139556)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.2.2.20150629
-_commit=c0539e1a829bcd16dd5e2b039ad85236a769cedb
+pkgver=2.2.4.20150901
+_commit=e42c186a3d05da95023f3425da121c9d829b578e
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')


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

2015-07-13 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 08:57:35
  Author: fyan
Revision: 136816

upgpkg: wiznote 2.2.2.20150629-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-14 06:26:55 UTC (rev 136815)
+++ PKGBUILD2015-07-14 06:57:35 UTC (rev 136816)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.2.1.20150629
-_commit=1c186f32d0be20f04c14e3c500f8b5294259ff6c
+pkgver=2.2.2.20150629
+_commit=c0539e1a829bcd16dd5e2b039ad85236a769cedb
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')


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

2015-06-29 Thread Felix Yan
Date: Monday, June 29, 2015 @ 12:27:43
  Author: fyan
Revision: 136106

upgpkg: wiznote 2.2.1.20150629-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-29 10:12:53 UTC (rev 136105)
+++ PKGBUILD2015-06-29 10:27:43 UTC (rev 136106)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.18.20150430
-_commit=8addfa132089854a48b7bd41c8991a56d56ef4dc
+pkgver=2.2.1.20150629
+_commit=1c186f32d0be20f04c14e3c500f8b5294259ff6c
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')


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

2015-05-21 Thread Felix Yan
Date: Thursday, May 21, 2015 @ 10:52:18
  Author: fyan
Revision: 133903

upgpkg: wiznote 2.1.18.20150430-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 06:11:26 UTC (rev 133902)
+++ PKGBUILD2015-05-21 08:52:18 UTC (rev 133903)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.17.20150420
-_commit=e4f06653fc951cf1600d297e296efc2efa4b1173
+pkgver=2.1.18.20150430
+_commit=8addfa132089854a48b7bd41c8991a56d56ef4dc
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')


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

2015-04-20 Thread Felix Yan
Date: Monday, April 20, 2015 @ 12:04:42
  Author: fyan
Revision: 131741

upgpkg: wiznote 2.1.17.20150420-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-20 09:43:22 UTC (rev 131740)
+++ PKGBUILD2015-04-20 10:04:42 UTC (rev 131741)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.16.20150326
-_commit=64f97239e409e49fc6198b1849f8e2e8ad35d24c
+pkgver=2.1.17.20150420
+_commit=e4f06653fc951cf1600d297e296efc2efa4b1173
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')


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

2015-04-01 Thread Felix Yan
Date: Wednesday, April 1, 2015 @ 09:56:41
  Author: fyan
Revision: 130459

upgpkg: wiznote 2.1.16.20150326-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-01 02:51:16 UTC (rev 130458)
+++ PKGBUILD2015-04-01 07:56:41 UTC (rev 130459)
@@ -3,14 +3,15 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.15.20150225
-_commit=fe7cca5c81ecfe2bb8a54fa60d9190732b50dcc7
+pkgver=2.1.16.20150326
+_commit=64f97239e409e49fc6198b1849f8e2e8ad35d24c
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
 url="http://www.wiznote.com";
 license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit' 'crypto++') # indirect: qt5-declarative qt5-sensors zlib glic 
gcc-libs
+# shared clucene/quazip triggers segfault
 makedepends=('cmake' 'qt5-tools' 'git' 'boost')
 install=wiznote.install
 _wiznote_project_name="WizQTClient"
@@ -20,6 +21,12 @@
 prepare() {
   rm $_wiznote_project_name/share/skins/default/Thumbs.db
 
+  sed -e 's/add_subdirectory(cryptopp)//' \
+  -i $_wiznote_project_name/lib/CMakeLists.txt
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
   rm -rf build; mkdir build
 }
 


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

2015-03-02 Thread Felix Yan
Date: Monday, March 2, 2015 @ 15:08:10
  Author: fyan
Revision: 128543

upgpkg: wiznote 2.1.15.20150225-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-02 13:44:03 UTC (rev 128542)
+++ PKGBUILD2015-03-02 14:08:10 UTC (rev 128543)
@@ -3,7 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.15
+pkgver=2.1.15.20150225
+_commit=fe7cca5c81ecfe2bb8a54fa60d9190732b50dcc7
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
@@ -13,7 +14,7 @@
 makedepends=('cmake' 'qt5-tools' 'git' 'boost')
 install=wiznote.install
 _wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver";)
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit";)
 md5sums=('SKIP')
 
 prepare() {


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

2015-02-03 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 08:05:45
  Author: fyan
Revision: 127069

upgpkg: wiznote 2.1.15-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 03:45:42 UTC (rev 127068)
+++ PKGBUILD2015-02-04 07:05:45 UTC (rev 127069)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.14
+pkgver=2.1.15
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')


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

2014-12-10 Thread Felix Yan
Date: Thursday, December 11, 2014 @ 05:22:52
  Author: fyan
Revision: 123754

upgpkg: wiznote 2.1.14-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-11 02:23:48 UTC (rev 123753)
+++ PKGBUILD2014-12-11 04:22:52 UTC (rev 123754)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.13
+pkgver=2.1.14
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')


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

2014-10-09 Thread Felix Yan
Date: Thursday, October 9, 2014 @ 12:35:08
  Author: fyan
Revision: 120428

upgpkg: wiznote 2.1.13-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 05:45:35 UTC (rev 120427)
+++ PKGBUILD2014-10-09 10:35:08 UTC (rev 120428)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.12
+pkgver=2.1.13
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')


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

2014-09-02 Thread Felix Yan
Date: Tuesday, September 2, 2014 @ 16:24:30
  Author: fyan
Revision: 118190

upgpkg: wiznote 2.1.12-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-02 14:23:42 UTC (rev 118189)
+++ PKGBUILD2014-09-02 14:24:30 UTC (rev 118190)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.11
+pkgver=2.1.12
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')



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

2014-08-19 Thread Felix Yan
Date: Wednesday, August 20, 2014 @ 04:52:48
  Author: fyan
Revision: 117652

upgpkg: wiznote 2.1.11-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-20 01:19:37 UTC (rev 117651)
+++ PKGBUILD2014-08-20 02:52:48 UTC (rev 117652)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.10
+pkgver=2.1.11
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')



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

2014-07-26 Thread Felix Yan
Date: Saturday, July 26, 2014 @ 12:31:21
  Author: fyan
Revision: 116369

upgpkg: wiznote 2.1.10-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-26 10:12:15 UTC (rev 116368)
+++ PKGBUILD2014-07-26 10:31:21 UTC (rev 116369)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.9
+pkgver=2.1.10
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')



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

2014-06-23 Thread Felix Yan
Date: Monday, June 23, 2014 @ 13:54:57
  Author: fyan
Revision: 113450

upgpkg: wiznote 2.1.9-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-23 11:20:42 UTC (rev 113449)
+++ PKGBUILD2014-06-23 11:54:57 UTC (rev 113450)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.8
+pkgver=2.1.9
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')



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

2014-06-12 Thread Felix Yan
Date: Thursday, June 12, 2014 @ 11:57:50
  Author: fyan
Revision: 113056

upgpkg: wiznote 2.1.8-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-12 09:16:05 UTC (rev 113055)
+++ PKGBUILD2014-06-12 09:57:50 UTC (rev 113056)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.7
+pkgver=2.1.8
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
@@ -17,10 +17,6 @@
 md5sums=('SKIP')
 
 prepare() {
-  # This case change doesn't make any sense, really...
-  sed -i "s/Exec=wiznote/Exec=WizNote/" 
$_wiznote_project_name/build/common/wiznote.desktop
-
-  # And this...
   rm $_wiznote_project_name/share/skins/default/Thumbs.db
 
   rm -rf build; mkdir build



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

2014-05-22 Thread Felix Yan
Date: Thursday, May 22, 2014 @ 11:27:13
  Author: fyan
Revision: 111660

upgpkg: wiznote 2.1.7-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |   31 +++
 1 file changed, 23 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-22 09:06:24 UTC (rev 111659)
+++ PKGBUILD2014-05-22 09:27:13 UTC (rev 111660)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.1.0_beta
+pkgver=2.1.7
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
@@ -10,19 +10,34 @@
 url="http://www.wiznote.com";
 license=('GPL3' 'custom')
 depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
-makedepends=('cmake' 'qt5-tools' 'git')
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
 install=wiznote.install
 _wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v${pkgver/_/-}";)
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver";)
 md5sums=('SKIP')
 
+prepare() {
+  # This case change doesn't make any sense, really...
+  sed -i "s/Exec=wiznote/Exec=WizNote/" 
$_wiznote_project_name/build/common/wiznote.desktop
+
+  # And this...
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
 build() {
-cd $_wiznote_project_name
-cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
-   make
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
 }
 
 package() {
-   cd $_wiznote_project_name
-   make DESTDIR="$pkgdir/" install
+  cd build
+  make DESTDIR="$pkgdir/" install
 }



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

2014-01-14 Thread Felix Yan
Date: Tuesday, January 14, 2014 @ 17:15:52
  Author: fyan
Revision: 104027

bump the version, but it's not ready yet

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 16:13:13 UTC (rev 104026)
+++ PKGBUILD2014-01-14 16:15:52 UTC (rev 104027)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.0.64
+pkgver=2.1.0_beta
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'qt5-tools' 'git')
 install=wiznote.install
 _wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v$pkgver";)
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v${pkgver/_/-}";)
 md5sums=('SKIP')
 
 build() {



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

2013-11-20 Thread Felix Yan
Date: Wednesday, November 20, 2013 @ 15:01:49
  Author: fyan
Revision: 101246

upgpkg: wiznote 2.0.64-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-20 13:23:26 UTC (rev 101245)
+++ PKGBUILD2013-11-20 14:01:49 UTC (rev 101246)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.0.63
+pkgver=2.0.64
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')



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

2013-11-14 Thread Felix Yan
Date: Friday, November 15, 2013 @ 03:44:15
  Author: fyan
Revision: 101025

upgpkg: wiznote 2.0.63-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-15 02:42:35 UTC (rev 101024)
+++ PKGBUILD2013-11-15 02:44:15 UTC (rev 101025)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.0.62
+pkgver=2.0.63
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')



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

2013-11-03 Thread Felix Yan
Date: Sunday, November 3, 2013 @ 13:27:53
  Author: fyan
Revision: 100395

upgpkg: wiznote 2.0.62-1

Modified:
  wiznote/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 12:25:13 UTC (rev 100394)
+++ PKGBUILD2013-11-03 12:27:53 UTC (rev 100395)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.0.59
+pkgver=2.0.62
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')