[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
On updating anki to latest Qt version
From: |
Divya Ranjan |
Subject: |
On updating anki to latest Qt version |
Date: |
Tue, 12 Nov 2024 12:44:28 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hello Robert and others,
Checking the logs, I found that you added Anki in Feb (8534c94). As a regular
user of anki, I found that the one provided by Guix is simply too old, almost 5
years old. The index of the downloads doesn’t even show 2.1.16. The comment in
/gnu/packages/education.scm shows:
#+begin_src scheme
(define-public anki
(package
(name "anki")
;; Later versions have dependencies on npm packages not yet in Guix.
(version "2.1.16")
(source ...))
#+end_src
I haven’t checked all the versions, but the latest version of Anki _does not_
seem to have any npm dependencies. The official development instructions [0] do
not mention anything about npm, and the Linux Specific notes [1] only mention
that node binary is a prerequisite, which seems to be already packaged in guix.
Other guides [2] do not seem to need any npm either, I’ve known that it’s been
notoriously difficult to package anki into distros [3,4], but I _believe_ (I’m
not sure), things have changed since they switched from Bazel back to Ninja
build system?
I’d like some work on this, I want to rely on flatpak as less I can.
[0]: https://github.com/ankitects/anki/blob/main/docs/development.md
[1]: https://github.com/ankitects/anki/blob/main/docs/linux.md
[2]: https://chrislongros.com/2023/03/23/how-to-build-anki-from-source-in-linux/
[3]: https://github.com/ankitects/anki/issues/1378
[4]: https://forums.ankiweb.net/t/need-support-for-building-packaging/41892/5
Regards,
--
Divya Ranjan,
Philosophy, Mathematics, Libre Software.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- On updating anki to latest Qt version,
Divya Ranjan <=