Search Criteria
Package Details: komikku 0.27.0-3
Git Clone URL: | https://aur.archlinux.org/komikku.git (read-only, click to copy) |
---|---|
Package Base: | komikku |
Description: | Online/offline Manga reader for GNOME, built for the Librem 5 |
Upstream URL: | https://gitlab.com/valos/Komikku |
Keywords: | comics gnome librem manga reader |
Licenses: | |
Submitter: | fushinari |
Maintainer: | fushinari |
Last Packager: | fushinari |
Votes: | 6 |
Popularity: | 0.38 |
First Submitted: | 2020-01-10 00:16 |
Last Updated: | 2021-03-21 16:21 |
Dependencies (21)
- gtk3 (gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead)
- libhandy (libhandy-glade-catalog-disabled-git, libhandy-git)
- python (python-dbg)
- python-beautifulsoup4
- python-brotli (python-brotli-git)
- python-cairo (python-cairo-git)
- python-cffi
- python-dateparser
- python-gobject (python-gobject-git)
- python-keyring
- python-lxml
- python-magic (python-magic-ahupp)
- python-pillow (python-pillow-git, python-pillow-simd)
- python-pure-protobuf
- python-requests
- python-unidecode
- python-wheel
- webkit2gtk (webkit2gtk-mse, webkit2gtk-unstable)
- gobject-introspection (gobject-introspection-git) (make)
- meson (meson-git) (make)
- org.freedesktop.secrets (keepassxc-kde-fix, gnome-keyring-git, bitw-git, pass-secrets-git, keepassxc-git, gnome-keyring, keepassxc) (optional) – store passwords safely
Latest Comments
1 2 Next › Last »
fushinari commented on 2021-03-19 06:51
@godofgrunts Thanks for letting me know. I've fixed this and one other bug in the newer version of the package. I don't get to test my packages in a clean environment, so reports like this are much appreciated :)
godofgrunts commented on 2021-03-18 02:34
I think you need to include
python-requests
as a dependency.Traceback (most recent call last): File "/usr/bin/komikku", line 69, in <module> from komikku.application import Application File "/usr/lib/python3.9/site-packages/komikku/application.py", line 25, in <module> from komikku.card import Card File "/usr/lib/python3.9/site-packages/komikku/card.py", line 18, in <module> from komikku.models import create_db_connection File "/usr/lib/python3.9/site-packages/komikku/models/init.py", line 5, in <module> from .database import backup_db File "/usr/lib/python3.9/site-packages/komikku/models/database.py", line 16, in <module> from komikku.servers import convert_image File "/usr/lib/python3.9/site-packages/komikku/servers/init.py", line 22, in <module> import requests ModuleNotFoundError: No module named 'requests'
After installing
python-requests
I was able to open the program.txtsd commented on 2021-01-03 19:37
@fushinari thanks for clarifying
fushinari commented on 2021-01-03 14:33
@txtsd : Both are supported by Komikku. See https://gitlab.com/valos/Komikku/-/commit/e0137a0f07c5548bb89af4b0b81e38ce2818a3cf
txtsd commented on 2021-01-02 04:15
This package should explicitly require
python-magic-ahupp
.python-magic
is a completely different package and has nothing to do with thepython-magic-ahupp
that komikku requires.fushinari commented on 2020-11-15 12:58
@pcb060 Manjaro is unsupported by me. Only Arch and Arch derivatives using up-to-date package repositories are supported. Manjaro's libhandy package was very outdated last I checked.
pcb060 commented on 2020-10-25 16:32
Install fails using official libhandy package (using Manjaro Gnome)
edit: fixed by using
libhandy-git
insteadedit #2: went back to official
libhandy
sincelibhandy-git
breaks gnome-settings and other stuffbalrog4k commented on 2020-07-04 09:12
@fushinari Thanks for the fix, now package is building and working good.
fushinari commented on 2020-07-04 03:23
@balrog4k Yep, sorry for that. I didn't get time to test it and somehow ended up accidentally pushing it out anyway. It should work now.
Edit: I'd rather not use the patch at all, but I can't freeze libhandy1 either.
balrog4k commented on 2020-07-03 20:37
Is package broken now? I think it's happens after adding a patch.