[arch-commits] Commit in wiznote/repos (8 files)

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

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 153762, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 153762, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 153762, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 153762, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   90 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   45 --
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   45 --
 community-x86_64/wiznote.install |   12 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-20 11:01:21 UTC (rev 153762)
+++ community-i686/PKGBUILD 2015-12-20 11:01:56 UTC (rev 153763)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.3.1
-_commit=632cf999ce9a81d47244b4b77813ac3eaf020c89
-pkgrel=2
-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
-# 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";)
-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
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 153762, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-20 11:01:56 UTC (rev 153763)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+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";
+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
+# 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";)
+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
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-12-20 11:01:21 UTC (rev 153762)
+++ community-i686/wiznote.install  2015-12-20 11:01:56 UTC (rev 153763)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 153762, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2015-12-20 11:01:56 UTC (rev 153763)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupda

[arch-commits] Commit in wiznote/repos (8 files)

2015-11-30 Thread Felix Yan
Date: Monday, November 30, 2015 @ 11:09:10
  Author: fyan
Revision: 148039

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 148038, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 148038, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 148038, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 148038, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   90 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   47 ---
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   47 ---
 community-x86_64/wiznote.install |   12 
 6 files changed, 114 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-30 10:08:41 UTC (rev 148038)
+++ community-i686/PKGBUILD 2015-11-30 10:09:10 UTC (rev 148039)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.2.5.20150924
-_commit=c2cbd42e6a1f38a3b95626b21951c5804f085009
-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
-# 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";)
-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
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 148038, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-30 10:09:10 UTC (rev 148039)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.3.1
+_commit=632cf999ce9a81d47244b4b77813ac3eaf020c89
+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
+# 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";)
+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
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-11-30 10:08:41 UTC (rev 148038)
+++ community-i686/wiznote.install  2015-11-30 10:09:10 UTC (rev 148039)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 148038, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2015-11-30 10:09:10 UTC (rev 148039)
@@ -

[arch-commits] Commit in wiznote/repos (8 files)

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

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 141602, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 141602, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 141602, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 141602, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   94 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   47 --
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   47 --
 community-x86_64/wiznote.install |   12 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-25 13:04:08 UTC (rev 141602)
+++ community-i686/PKGBUILD 2015-09-25 13:04:46 UTC (rev 141603)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.2.4.20150915
-_commit=56bca7d81e7586e06ec26a86f9740076f7743e14
-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
-# 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";)
-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
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 141602, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-25 13:04:46 UTC (rev 141603)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.2.5.20150924
+_commit=c2cbd42e6a1f38a3b95626b21951c5804f085009
+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
+# 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";)
+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
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-09-25 13:04:08 UTC (rev 141602)
+++ community-i686/wiznote.install  2015-09-25 13:04:46 UTC (rev 141603)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 141602, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ communit

[arch-commits] Commit in wiznote/repos (8 files)

2015-09-23 Thread Felix Yan
Date: Thursday, September 24, 2015 @ 08:46:31
  Author: fyan
Revision: 141554

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 141553, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 141553, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 141553, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 141553, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   94 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   47 --
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   47 --
 community-x86_64/wiznote.install |   12 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-24 06:45:52 UTC (rev 141553)
+++ community-i686/PKGBUILD 2015-09-24 06:46:31 UTC (rev 141554)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.2.4.20150901
-_commit=e42c186a3d05da95023f3425da121c9d829b578e
-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
-# 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";)
-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
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 141553, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-24 06:46:31 UTC (rev 141554)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.2.4.20150915
+_commit=56bca7d81e7586e06ec26a86f9740076f7743e14
+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
+# 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";)
+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
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-09-24 06:45:52 UTC (rev 141553)
+++ community-i686/wiznote.install  2015-09-24 06:46:31 UTC (rev 141554)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 141553, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ commun

[arch-commits] Commit in wiznote/repos (8 files)

2015-09-07 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 08:45:23
  Author: fyan
Revision: 139557

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 139556, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 139556, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 139556, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 139556, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   94 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   47 --
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   47 --
 community-x86_64/wiznote.install |   12 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 06:44:58 UTC (rev 139556)
+++ community-i686/PKGBUILD 2015-09-08 06:45:23 UTC (rev 139557)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.2.2.20150629
-_commit=c0539e1a829bcd16dd5e2b039ad85236a769cedb
-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
-# 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";)
-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
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 139556, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 06:45:23 UTC (rev 139557)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.2.4.20150901
+_commit=e42c186a3d05da95023f3425da121c9d829b578e
+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
+# 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";)
+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
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-09-08 06:44:58 UTC (rev 139556)
+++ community-i686/wiznote.install  2015-09-08 06:45:23 UTC (rev 139557)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 139556, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ communit

[arch-commits] Commit in wiznote/repos (8 files)

2015-07-13 Thread Felix Yan
Date: Tuesday, July 14, 2015 @ 08:58:14
  Author: fyan
Revision: 136817

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 136816, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 136816, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 136816, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 136816, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   94 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   47 --
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   47 --
 community-x86_64/wiznote.install |   12 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-14 06:57:35 UTC (rev 136816)
+++ community-i686/PKGBUILD 2015-07-14 06:58:14 UTC (rev 136817)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.2.1.20150629
-_commit=1c186f32d0be20f04c14e3c500f8b5294259ff6c
-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
-# 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";)
-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
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 136816, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-14 06:58:14 UTC (rev 136817)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.2.2.20150629
+_commit=c0539e1a829bcd16dd5e2b039ad85236a769cedb
+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
+# 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";)
+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
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-07-14 06:57:35 UTC (rev 136816)
+++ community-i686/wiznote.install  2015-07-14 06:58:14 UTC (rev 136817)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 136816, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i6

[arch-commits] Commit in wiznote/repos (8 files)

2015-06-29 Thread Felix Yan
Date: Monday, June 29, 2015 @ 12:28:02
  Author: fyan
Revision: 136107

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 136106, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 136106, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 136106, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 136106, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   94 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   47 --
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   47 --
 community-x86_64/wiznote.install |   12 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-29 10:27:43 UTC (rev 136106)
+++ community-i686/PKGBUILD 2015-06-29 10:28:02 UTC (rev 136107)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.18.20150430
-_commit=8addfa132089854a48b7bd41c8991a56d56ef4dc
-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
-# 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";)
-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
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 136106, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-29 10:28:02 UTC (rev 136107)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.2.1.20150629
+_commit=1c186f32d0be20f04c14e3c500f8b5294259ff6c
+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
+# 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";)
+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
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-06-29 10:27:43 UTC (rev 136106)
+++ community-i686/wiznote.install  2015-06-29 10:28:02 UTC (rev 136107)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 136106, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i6

[arch-commits] Commit in wiznote/repos (8 files)

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

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 133903, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 133903, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 133903, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 133903, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   94 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   47 --
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   47 --
 community-x86_64/wiznote.install |   12 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-21 08:52:18 UTC (rev 133903)
+++ community-i686/PKGBUILD 2015-05-21 08:52:53 UTC (rev 133904)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.17.20150420
-_commit=e4f06653fc951cf1600d297e296efc2efa4b1173
-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
-# 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";)
-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
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 133903, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-21 08:52:53 UTC (rev 133904)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.18.20150430
+_commit=8addfa132089854a48b7bd41c8991a56d56ef4dc
+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
+# 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";)
+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
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-05-21 08:52:18 UTC (rev 133903)
+++ community-i686/wiznote.install  2015-05-21 08:52:53 UTC (rev 133904)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 133903, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-

[arch-commits] Commit in wiznote/repos (8 files)

2015-04-20 Thread Felix Yan
Date: Monday, April 20, 2015 @ 12:05:06
  Author: fyan
Revision: 131742

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 131741, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 131741, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 131741, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 131741, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   94 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   47 --
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   47 --
 community-x86_64/wiznote.install |   12 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-20 10:04:42 UTC (rev 131741)
+++ community-i686/PKGBUILD 2015-04-20 10:05:06 UTC (rev 131742)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-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' '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"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit";)
-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
-  
-  sed -e 's/cryptlib/cryptopp/' \
-  -i $_wiznote_project_name/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 131741, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-20 10:05:06 UTC (rev 131742)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.17.20150420
+_commit=e4f06653fc951cf1600d297e296efc2efa4b1173
+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
+# 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";)
+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
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-04-20 10:04:42 UTC (rev 131741)
+++ community-i686/wiznote.install  2015-04-20 10:05:06 UTC (rev 131742)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 131741, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-

[arch-commits] Commit in wiznote/repos (8 files)

2015-04-01 Thread Felix Yan
Date: Wednesday, April 1, 2015 @ 09:57:08
  Author: fyan
Revision: 130460

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 130459, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 130459, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 130459, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 130459, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   94 +
 /wiznote.install |   24 +
 community-i686/PKGBUILD  |   40 ---
 community-i686/wiznote.install   |   12 
 community-x86_64/PKGBUILD|   40 ---
 community-x86_64/wiznote.install |   12 
 6 files changed, 118 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-01 07:56:41 UTC (rev 130459)
+++ community-i686/PKGBUILD 2015-04-01 07:57:08 UTC (rev 130460)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.15.20150225
-_commit=fe7cca5c81ecfe2bb8a54fa60d9190732b50dcc7
-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
-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";)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 130459, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-01 07:57:08 UTC (rev 130460)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+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' '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"
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#commit=$_commit";)
+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
+  
+  sed -e 's/cryptlib/cryptopp/' \
+  -i $_wiznote_project_name/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-04-01 07:56:41 UTC (rev 130459)
+++ community-i686/wiznote.install  2015-04-01 07:57:08 UTC (rev 130460)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 130459, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2015-04-01 07:57:08 UTC (rev 130460)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remo

[arch-commits] Commit in wiznote/repos (8 files)

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

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 128543, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 128543, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 128543, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 128543, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   80 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/wiznote.install |   12 -
 6 files changed, 104 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-02 14:08:10 UTC (rev 128543)
+++ community-i686/PKGBUILD 2015-03-02 14:08:41 UTC (rev 128544)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.15
-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
-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";)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 128543, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-02 14:08:41 UTC (rev 128544)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.15.20150225
+_commit=fe7cca5c81ecfe2bb8a54fa60d9190732b50dcc7
+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
+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";)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-03-02 14:08:10 UTC (rev 128543)
+++ community-i686/wiznote.install  2015-03-02 14:08:41 UTC (rev 128544)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 128543, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2015-03-02 14:08:41 UTC (rev 128544)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-02 14:08:10 UTC (rev 128543)
+++ community-x86_64/PKGBUILD   2015-03-02 14:08:41 UTC (rev 128544)
@@ -1,39 +0,0 @@
-# $Id$
-#

[arch-commits] Commit in wiznote/repos (8 files)

2015-02-03 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 08:06:23
  Author: fyan
Revision: 127070

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 127069, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 127069, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 127069, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 127069, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   78 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/wiznote.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-04 07:05:45 UTC (rev 127069)
+++ community-i686/PKGBUILD 2015-02-04 07:06:23 UTC (rev 127070)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.14
-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
-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";)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 127069, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-04 07:06:23 UTC (rev 127070)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.15
+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
+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";)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2015-02-04 07:05:45 UTC (rev 127069)
+++ community-i686/wiznote.install  2015-02-04 07:06:23 UTC (rev 127070)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 127069, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2015-02-04 07:06:23 UTC (rev 127070)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-04 07:05:45 UTC (rev 127069)
+++ community-x86_64/PKGBUILD   2015-02-04 07:06:23 UTC (rev 127070)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 

[arch-commits] Commit in wiznote/repos (8 files)

2014-12-10 Thread Felix Yan
Date: Thursday, December 11, 2014 @ 05:23:27
  Author: fyan
Revision: 123755

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 123754, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 123754, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 123754, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 123754, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   78 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/wiznote.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-11 04:22:52 UTC (rev 123754)
+++ community-i686/PKGBUILD 2014-12-11 04:23:27 UTC (rev 123755)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.13
-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
-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";)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 123754, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-11 04:23:27 UTC (rev 123755)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.14
+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
+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";)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2014-12-11 04:22:52 UTC (rev 123754)
+++ community-i686/wiznote.install  2014-12-11 04:23:27 UTC (rev 123755)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 123754, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2014-12-11 04:23:27 UTC (rev 123755)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-11 04:22:52 UTC (rev 123754)
+++ community-x86_64/PKGBUILD   2014-12-11 04:23:27 UTC (rev 123755)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 

[arch-commits] Commit in wiznote/repos (8 files)

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

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 120428, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 120428, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 120428, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 120428, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   78 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/wiznote.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-09 10:35:08 UTC (rev 120428)
+++ community-i686/PKGBUILD 2014-10-09 10:35:42 UTC (rev 120429)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.12
-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
-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";)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 120428, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-09 10:35:42 UTC (rev 120429)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.13
+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
+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";)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2014-10-09 10:35:08 UTC (rev 120428)
+++ community-i686/wiznote.install  2014-10-09 10:35:42 UTC (rev 120429)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 120428, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2014-10-09 10:35:42 UTC (rev 120429)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-09 10:35:08 UTC (rev 120428)
+++ community-x86_64/PKGBUILD   2014-10-09 10:35:42 UTC (rev 120429)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-

[arch-commits] Commit in wiznote/repos (8 files)

2014-09-02 Thread Felix Yan
Date: Tuesday, September 2, 2014 @ 16:25:02
  Author: fyan
Revision: 118191

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 118190, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 118190, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 118190, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 118190, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   78 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/wiznote.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-02 14:24:30 UTC (rev 118190)
+++ community-i686/PKGBUILD 2014-09-02 14:25:02 UTC (rev 118191)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.11
-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
-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";)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 118190, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-02 14:25:02 UTC (rev 118191)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.12
+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
+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";)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2014-09-02 14:24:30 UTC (rev 118190)
+++ community-i686/wiznote.install  2014-09-02 14:25:02 UTC (rev 118191)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 118190, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2014-09-02 14:25:02 UTC (rev 118191)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-02 14:24:30 UTC (rev 118190)
+++ community-x86_64/PKGBUILD   2014-09-02 14:25:02 UTC (rev 118191)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-

[arch-commits] Commit in wiznote/repos (8 files)

2014-08-19 Thread Felix Yan
Date: Wednesday, August 20, 2014 @ 04:53:29
  Author: fyan
Revision: 117653

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 117652, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 117652, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 117652, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 117652, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   78 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/wiznote.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-20 02:52:48 UTC (rev 117652)
+++ community-i686/PKGBUILD 2014-08-20 02:53:29 UTC (rev 117653)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.10
-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
-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";)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 117652, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-20 02:53:29 UTC (rev 117653)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.11
+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
+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";)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2014-08-20 02:52:48 UTC (rev 117652)
+++ community-i686/wiznote.install  2014-08-20 02:53:29 UTC (rev 117653)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 117652, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2014-08-20 02:53:29 UTC (rev 117653)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-20 02:52:48 UTC (rev 117652)
+++ community-x86_64/PKGBUILD   2014-08-20 02:53:29 UTC (rev 117653)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-

[arch-commits] Commit in wiznote/repos (8 files)

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

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 116369, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 116369, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 116369, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 116369, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   78 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/wiznote.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-26 10:31:21 UTC (rev 116369)
+++ community-i686/PKGBUILD 2014-07-26 10:31:50 UTC (rev 116370)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.9
-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
-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";)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 116369, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-26 10:31:50 UTC (rev 116370)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.10
+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
+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";)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2014-07-26 10:31:21 UTC (rev 116369)
+++ community-i686/wiznote.install  2014-07-26 10:31:50 UTC (rev 116370)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 116369, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2014-07-26 10:31:50 UTC (rev 116370)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-26 10:31:21 UTC (rev 116369)
+++ community-x86_64/PKGBUILD   2014-07-26 10:31:50 UTC (rev 116370)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pk

[arch-commits] Commit in wiznote/repos (8 files)

2014-06-23 Thread Felix Yan
Date: Monday, June 23, 2014 @ 13:56:39
  Author: fyan
Revision: 113452

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 113451, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 113451, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 113451, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 113451, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   78 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/wiznote.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-23 11:55:11 UTC (rev 113451)
+++ community-i686/PKGBUILD 2014-06-23 11:56:39 UTC (rev 113452)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.8
-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
-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";)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 113451, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-23 11:56:39 UTC (rev 113452)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.9
+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
+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";)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2014-06-23 11:55:11 UTC (rev 113451)
+++ community-i686/wiznote.install  2014-06-23 11:56:39 UTC (rev 113452)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 113451, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2014-06-23 11:56:39 UTC (rev 113452)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-23 11:55:11 UTC (rev 113451)
+++ community-x86_64/PKGBUILD   2014-06-23 11:56:39 UTC (rev 113452)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgna

[arch-commits] Commit in wiznote/repos (8 files)

2014-06-12 Thread Felix Yan
Date: Thursday, June 12, 2014 @ 11:59:12
  Author: fyan
Revision: 113057

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 113056, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 113056, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 113056, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 113056, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   78 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   43 
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   43 
 community-x86_64/wiznote.install |   12 -
 6 files changed, 102 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-12 09:57:50 UTC (rev 113056)
+++ community-i686/PKGBUILD 2014-06-12 09:59:12 UTC (rev 113057)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.1.7
-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
-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";)
-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 build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 113056, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-12 09:59:12 UTC (rev 113057)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.8
+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
+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";)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2014-06-12 09:57:50 UTC (rev 113056)
+++ community-i686/wiznote.install  2014-06-12 09:59:12 UTC (rev 113057)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 113056, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2014-06-12 09:59:12 UTC (rev 113057)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-12 09:57:50

[arch-commits] Commit in wiznote/repos (8 files)

2014-05-22 Thread Felix Yan
Date: Thursday, May 22, 2014 @ 11:28:35
  Author: fyan
Revision: 111661

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 111660, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 111660, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 111660, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 111660, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   86 +
 /wiznote.install |   24 ++
 community-i686/PKGBUILD  |   28 
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   28 
 community-x86_64/wiznote.install |   12 -
 6 files changed, 110 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-22 09:27:13 UTC (rev 111660)
+++ community-i686/PKGBUILD 2014-05-22 09:28:35 UTC (rev 111661)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.0.64
-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
-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";)
-md5sums=('SKIP')
-
-build() {
-cd $_wiznote_project_name
-cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
-   make
-}
-
-package() {
-   cd $_wiznote_project_name
-   make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 111660, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-22 09:28:35 UTC (rev 111661)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.1.7
+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
+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";)
+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 build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2014-05-22 09:27:13 UTC (rev 111660)
+++ community-i686/wiznote.install  2014-05-22 09:28:35 UTC (rev 111661)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 111660, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2014-05-22 09:28:35 UTC (rev 111661)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-22 09:27:13 UTC (rev 111660)
+++ community-x86_64/PKGBUILD   2014-05-22 09:28:35 UTC (rev 111661)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zho

[arch-commits] Commit in wiznote/repos (8 files)

2013-11-20 Thread Felix Yan
Date: Wednesday, November 20, 2013 @ 15:03:11
  Author: fyan
Revision: 101247

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 101246, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 101246, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 101246, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 101246, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   56 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   28 --
 community-i686/wiznote.install   |   12 ---
 community-x86_64/PKGBUILD|   28 --
 community-x86_64/wiznote.install |   12 ---
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-20 14:01:49 UTC (rev 101246)
+++ community-i686/PKGBUILD 2013-11-20 14:03:11 UTC (rev 101247)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.0.63
-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
-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";)
-md5sums=('SKIP')
-
-build() {
-cd $_wiznote_project_name
-cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
-   make
-}
-
-package() {
-   cd $_wiznote_project_name
-   make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 101246, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-20 14:03:11 UTC (rev 101247)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.0.64
+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
+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";)
+md5sums=('SKIP')
+
+build() {
+cd $_wiznote_project_name
+cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
+   make
+}
+
+package() {
+   cd $_wiznote_project_name
+   make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2013-11-20 14:01:49 UTC (rev 101246)
+++ community-i686/wiznote.install  2013-11-20 14:03:11 UTC (rev 101247)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 101246, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2013-11-20 14:03:11 UTC (rev 101247)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-20 14:01:49 UTC (rev 101246)
+++ community-x86_64/PKGBUILD   2013-11-20 14:03:11 UTC (rev 101247)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.0.63
-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') #

[arch-commits] Commit in wiznote/repos (8 files)

2013-11-14 Thread Felix Yan
Date: Friday, November 15, 2013 @ 03:55:06
  Author: fyan
Revision: 101026

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 101025, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 101025, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 101025, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 101025, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   56 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   28 --
 community-i686/wiznote.install   |   12 ---
 community-x86_64/PKGBUILD|   28 --
 community-x86_64/wiznote.install |   12 ---
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-15 02:44:15 UTC (rev 101025)
+++ community-i686/PKGBUILD 2013-11-15 02:55:06 UTC (rev 101026)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.0.62
-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
-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";)
-md5sums=('SKIP')
-
-build() {
-cd $_wiznote_project_name
-cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
-   make
-}
-
-package() {
-   cd $_wiznote_project_name
-   make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 101025, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-15 02:55:06 UTC (rev 101026)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.0.63
+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
+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";)
+md5sums=('SKIP')
+
+build() {
+cd $_wiznote_project_name
+cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
+   make
+}
+
+package() {
+   cd $_wiznote_project_name
+   make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2013-11-15 02:44:15 UTC (rev 101025)
+++ community-i686/wiznote.install  2013-11-15 02:55:06 UTC (rev 101026)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 101025, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2013-11-15 02:55:06 UTC (rev 101026)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-15 02:44:15 UTC (rev 101025)
+++ community-x86_64/PKGBUILD   2013-11-15 02:55:06 UTC (rev 101026)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.0.62
-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') # in

[arch-commits] Commit in wiznote/repos (8 files)

2013-11-03 Thread Felix Yan
Date: Sunday, November 3, 2013 @ 13:29:00
  Author: fyan
Revision: 100396

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 100395, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 100395, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 100395, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 100395, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   56 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   28 --
 community-i686/wiznote.install   |   12 ---
 community-x86_64/PKGBUILD|   28 --
 community-x86_64/wiznote.install |   12 ---
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-03 12:27:53 UTC (rev 100395)
+++ community-i686/PKGBUILD 2013-11-03 12:29:00 UTC (rev 100396)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.0.59
-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
-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";)
-md5sums=('SKIP')
-
-build() {
-cd $_wiznote_project_name
-cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
-   make
-}
-
-package() {
-   cd $_wiznote_project_name
-   make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 100395, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-03 12:29:00 UTC (rev 100396)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.0.62
+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
+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";)
+md5sums=('SKIP')
+
+build() {
+cd $_wiznote_project_name
+cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
+   make
+}
+
+package() {
+   cd $_wiznote_project_name
+   make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2013-11-03 12:27:53 UTC (rev 100395)
+++ community-i686/wiznote.install  2013-11-03 12:29:00 UTC (rev 100396)
@@ -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
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 100395, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2013-11-03 12:29:00 UTC (rev 100396)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-03 12:27:53 UTC (rev 100395)
+++ community-x86_64/PKGBUILD   2013-11-03 12:29:00 UTC (rev 100396)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.0.59
-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') # ind