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 <felixonm...@gmail.com> -# Contributor: Albert.Zhou <albert.z...@wiz.cn> - -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 <felixonm...@gmail.com> +# Contributor: Albert.Zhou <albert.z...@wiz.cn> + +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 <felixonm...@gmail.com> -# Contributor: Albert.Zhou <albert.z...@wiz.cn> - -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-x86_64/PKGBUILD (from rev 116369, wiznote/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-07-26 10:31:50 UTC (rev 116370) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@gmail.com> +# Contributor: Albert.Zhou <albert.z...@wiz.cn> + +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-x86_64/wiznote.install =================================================================== --- community-x86_64/wiznote.install 2014-07-26 10:31:21 UTC (rev 116369) +++ community-x86_64/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-x86_64/wiznote.install (from rev 116369, wiznote/trunk/wiznote.install) =================================================================== --- community-x86_64/wiznote.install (rev 0) +++ community-x86_64/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 +}