Search Criteria
Package Details: giara 1.0.1-1
Git Clone URL: | https://aur.archlinux.org/giara.git (read-only, click to copy) |
---|---|
Package Base: | giara |
Description: | Reddit gtk client |
Upstream URL: | https://gitlab.gnome.org/World/giara |
Keywords: | |
Licenses: | GPL3 |
Conflicts: | redditgtk |
Provides: | redditgtk |
Replaces: | redditgtk |
Submitter: | otreblan |
Maintainer: | otreblan (gabmus) |
Last Packager: | otreblan |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2020-10-09 13:36 (UTC) |
Last Updated: | 2022-11-05 16:20 (UTC) |
Dependencies (13)
- gtk4 (gtk4-gitAUR, gtk4-paper-planeAUR)
- gtksourceview5 (gtksourceview-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR, libadwaita-testingAUR)
- python-beautifulsoup4
- python-dateutil
- python-gobject (python-gobject-gitAUR)
- python-mistune (python-mistune2AUR, python-mistune1AUR, python-mistune3AUR)
- python-pillow (python-pillow-gitAUR, python-pillow-simdAUR)
- python-praw
- gobject-introspection (gobject-introspection-gitAUR) (make)
- meson (meson-gitAUR, meson-rustAUR) (make)
- appstream (check)
- ffmpeg (ffmpeg-nonvidiaAUR, ffmpeg-intel-full-gitAUR, ffmpeg-v4l2-request-gitAUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-threading-gitAUR, ffmpeg-mppAUR, ffmpeg-nocudaAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR) (optional) – For video
Latest Comments
lostcontext commented on 2023-01-08 16:29 (UTC)
blueprint-compiler is a build dependency
dreieck commented on 2022-01-05 14:42 (UTC)
When running, it fails for me with
AttributeError: type object 'ViewSwitcherPolicy' has no attribute 'AUTO'
:a13xie commented on 2021-09-17 08:45 (UTC)
Woah, that was fast! Thank you!
a13xie commented on 2021-09-15 18:26 (UTC)
The package doesn't build at the moment. Seems like the fix for issue 104 is not in 1.0.
Here's an updated PKGBUILD:
And here's the patch to add:
Esgariot commented on 2021-05-17 20:40 (UTC) (edited on 2021-05-17 20:41 (UTC) by Esgariot)
There's a bug that results in authentication problems,
Current workaround is to trim
#_
from end of urlhttps://gitlab.gnome.org/World/giara/-/issues/97#note_1076131
anonymous_user commented on 2020-11-19 05:25 (UTC)
webkit2gtk needs to be added as a dependency. Giara throws an error and doesn't launch without it.
otreblan commented on 2020-11-12 16:17 (UTC)
@nobicycle It appears that you're using mistune from pip. The pacman version is older and still has
Renderer
inmistune.py
. It has been deleted almost 2 years ago https://github.com/lepture/mistune/commit/31a35a6ba58dfc030773f0821296f61630afe60enobicycle commented on 2020-11-12 14:13 (UTC)
Thanks for packaging.
Runtime error: $ giara Traceback (most recent call last): File "/usr/bin/giara", line 87, in <module> from giara import main File "/usr/lib/python3.8/site-packages/giara/main.py", line 25, in <module> from giara.app_window import AppWindow File "/usr/lib/python3.8/site-packages/giara/app_window.py", line 4, in <module> from giara.main_ui import MainUI File "/usr/lib/python3.8/site-packages/giara/main_ui.py", line 5, in <module> from giara.main_deck import MainDeck File "/usr/lib/python3.8/site-packages/giara/main_deck.py", line 2, in <module> from giara.left_stack import LeftStack File "/usr/lib/python3.8/site-packages/giara/left_stack.py", line 3, in <module> from giara.sections_stack import SectionsStack File "/usr/lib/python3.8/site-packages/giara/sections_stack.py", line 3, in <module> from giara.markdown_view import MarkdownView File "/usr/lib/python3.8/site-packages/giara/markdown_view.py", line 12, in <module> class PangoRenderer(mistune.Renderer): AttributeError: module 'mistune' has no attribute 'Renderer'