Search Criteria
Package Details: newsflash-git 1973.822aa541-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/newsflash-git.git (read-only, click to copy) |
---|---|
Package Base: | newsflash-git |
Description: | The spiritual successor to FeedReader |
Upstream URL: | https://gitlab.com/news-flash/news_flash_gtk |
Licenses: | GPL3 |
Conflicts: | newsflash |
Submitter: | Stunkymonkey |
Maintainer: | Stunkymonkey |
Last Packager: | Stunkymonkey |
Votes: | 10 |
Popularity: | 0.000392 |
First Submitted: | 2020-02-04 20:19 (UTC) |
Last Updated: | 2024-07-08 22:03 (UTC) |
Dependencies (13)
- clapper (clapper-gitAUR)
- gettext (gettext-gitAUR)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- sqlite (sqlite-fossilAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- webkitgtk-6.0 (webkit2gtk-unstableAUR)
- blueprint-compiler (blueprint-compiler-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (make)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2
Stunkymonkey commented on 2020-06-30 11:25 (UTC)
@pauper
libhandy
is already an dependency and i addedgit
. thankspauper commented on 2020-06-29 14:54 (UTC)
This failed when starting up because there was no libhandy library so that should be in depends.
Also git should be included in makedepends
armadillo commented on 2020-04-21 20:24 (UTC)
Thanks @Stunkymonkey - working again now.
Stunkymonkey commented on 2020-04-21 19:36 (UTC)
try it again. I think this was an upstream issue
armadillo commented on 2020-04-20 22:47 (UTC) (edited on 2020-04-20 22:48 (UTC) by armadillo)
No longer starts up as of new release: (NewsFlashGTK:28332): Gtk-CRITICAL **: 23:46:12.274: gtk_application_new: assertion 'application_id == NULL || g_application_id_is_valid (application_id)' failed The application panicked (crashed). Message: Initialization gtk-app failed: BoolError { message: "Failed to create application", filename: "/var/tmp/pamac-build-xxxx/newsflash-git/src/news_flash_gtk/_build/target/cargo-home/registry/src/github.com-1ecc6299db9ec823/gtk-0.8.1/src/application.rs", function: "gtk::application", line: 20 } Location: src/app.rs:140
Toadtoad commented on 2020-03-13 00:57 (UTC)
When I compiled, one of the cargos used a unsafe method or something, telling me to use a beta or nightly toolchain. It worked after installing that, at least for me. Probably just my system needed updating.
Stunkymonkey commented on 2020-03-12 23:52 (UTC)
thanks for hinting, that something is missing in the dependencies. I tested it in docker and added now
webkit2gtk
andlibhandy
. I do not understand your findings about beta/nightly, but they should be resolved by updating your system.Toadtoad commented on 2020-03-11 04:53 (UTC)
In order to build, I needed a beta or nightly rust toolchain installed, as well as libhandy. Maybe adjust the make-depends?
« First ‹ Previous 1 2