Package Details: wiznote-git 2.1.0.r994.gec94b93-1

Package Base: wiznote-git
Description: Opensource cross-platform cloud based note-taking client
Upstream URL: http://www.wiznote.com
Category: office
Licenses: custom, GPL3
Conflicts: wiznote
Provides: wiznote
Submitter: shmilee
Maintainer: proudzhu
Last Packager: proudzhu
Votes: 4
First Submitted: 2012-12-18 00:49
Last Updated: 2015-05-04 13:30

Latest Comments

Comment by proudzhu

2013-04-27 13:59

@limser
pkgver 前面为什么加个0.

Comment by shmilee

2013-01-08 18:00

@Meow
Project updates frequently.${srcdir}/build/build does not exsit in 2012-12-19.Sorry for that.
updated to 2013-01-09.

Comment by Meow

2012-12-30 12:07

In PKGBUILD file, the line "cd ${srcdir}/build" after "package()" is wrong, it should be altered to "cd ${srcdir}/build/build" at which the binary file located, not the parent directory, and change
"install -Dm644 installer/logo.png "${pkgdir}/usr/share/wiznote/logo.png"
to
"install -Dm644 ../installer/logo.png "${pkgdir}/usr/share/wiznote/logo.png"
and of course also change
install -Dm644 src/{wiznote_zh_CN.qm,wiznote_zh_TW.qm} "${pkgdir}/usr/s hare/wiznote/languages/"
to
install -Dm644 ../src/{wiznote_zh_CN.qm,wiznote_zh_TW.qm} "${pkgdir}/usr/s hare/wiznote/languages/"
come on, you'd better test it before you upload.

Comment by shmilee

2012-12-20 06:47

@assemble
git版本,要编译的,不是重新打包。可以参考它的git主页。

Anonymous comment

2012-12-19 09:18

还有个wiznote,和这个有什么区别?