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

ynikitenko commented on 2020-11-17 13:02 (UTC)

Thanks, this is a good program. Unfortunately there is a bug, and Wiktionary articles don't show translation sections (in fact there are several bugs). I use an old binary version of this package, https://download.kiwix.org/archive/kiwix/kiwix-xulrunner/0.10/kiwix-0.10-linux-x86_64.tar.bz2 This works fine. I'm not sure whether a separate package should be created for that, but at least let everyone here know about that.

hashworks commented on 2020-04-22 10:30 (UTC)

I've taken over the package and updated it to follow the VCS package guidelines.

nimrod_mack commented on 2020-04-14 14:32 (UTC) (edited on 2020-04-14 14:32 (UTC) by nimrod_mack)

Regarding the pkgver() function, it should work with something very similar to:

pkgver() { cd "$pkgname"; git describe --long --tags | sed 's/([^-]*-g)/r\1/;s/-/./g' ; }

Regards!

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.