Search Criteria
Package Details: newsflash-git 684.fea372a-1
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: | |
Conflicts: | |
Submitter: | Stunkymonkey |
Maintainer: | Stunkymonkey |
Last Packager: | Stunkymonkey |
Votes: | 5 |
Popularity: | 0.52 |
First Submitted: | 2020-02-04 20:19 |
Last Updated: | 2021-01-26 11:45 |
Dependencies (6)
- libhandy (libhandy-glade-catalog-disabled-git, libhandy-git)
- webkit2gtk (webkit2gtk-mse, webkit2gtk-unstable)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rust-bin, rustup-git, rust-nightly-bin, rust-wasm, rust, rustup) (make)
- git (git-git) (make)
- meson (meson-git) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Latest Comments
1 2 Next › Last »
eh5 commented on 2021-01-25 17:23
webkit2gtk
should be put independs
.tytan652 commented on 2020-09-22 15:30
Since newsflash libhandy1 branch has merged with the master one. You should maybe change the dependency libhandy to "libhandy>=1" or libhandy-1.so. It will use libhandy1 or libhandy-git
pauper commented on 2020-06-30 13:32
@Stunkymonkey Yes but it's in makedepends, it won't execute without that library installed so it needs to be in depends.
Stunkymonkey commented on 2020-06-30 11:25
@pauper
libhandy
is already an dependency and i addedgit
. thankspauper commented on 2020-06-29 14:54
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
Thanks @Stunkymonkey - working again now.
Stunkymonkey commented on 2020-04-21 19:36
try it again. I think this was an upstream issue
armadillo commented on 2020-04-20 22:47
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
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
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.