Package Details: kiwix-desktop-git 2.0.1.r16.g8430ee8-1

Git Clone URL: https://aur.archlinux.org/kiwix-desktop-git.git (read-only, click to copy)
Package Base: kiwix-desktop-git
Description: Offline reader for Web content, especially intended to make Wikipedia available offline
Upstream URL: https://github.com/kiwix/kiwix-desktop
Keywords: kiwix
Licenses: GPL3
Conflicts: kiwix-desktop
Provides: kiwix-desktop
Submitter: soloturn
Maintainer: hashworks
Last Packager: hashworks
Votes: 1
Popularity: 0.000000
First Submitted: 2019-12-26 09:28 (UTC)
Last Updated: 2020-06-17 19:30 (UTC)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

b0o commented on 2020-03-14 00:42 (UTC)

Build fails:

src/library.cpp: In member function ‘QString Library::openBookFromPath(const QString&)’:
src/library.cpp:44:32: error: ‘class kiwix::Library’ has no member named ‘getBookByPath’; did you mean ‘getBookById’?
   44 |         auto& book = m_library.getBookByPath(zimPath.toStdString());
      |                                ^~~~~~~~~~~~~
      |                                getBookById

diabonas commented on 2020-03-06 10:09 (UTC)

Since this is a VCS package building the current master branch, it needs to have a valid pkgver() function to distinguish builds of different commits, see the VCS package guidelines for example functions.