Package Details: newsflash-git 1973.822aa541-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: GPL3
Conflicts: newsflash
Submitter: Stunkymonkey
Maintainer: Stunkymonkey
Last Packager: Stunkymonkey
Votes: 10
Popularity: 0.127603
First Submitted: 2020-02-04 20:19 (UTC)
Last Updated: 2024-01-13 20:05 (UTC)

Latest Comments

1 2 Next › Last »

patlefort commented on 2024-04-19 03:46 (UTC)

The resulting package contain architecture dependent binaries, so arch shouldn't be any, but x86_64 and any other supported ones.

painfularch commented on 2023-11-26 21:49 (UTC) (edited on 2023-11-26 22:03 (UTC) by painfularch)

Building instructions changed: depends: gtk4 webkit2gtk libadwaita sqlite gettext openssl; makedepends: rust meson xdg-utils blueprint-compiler

painfularch commented on 2023-10-27 14:22 (UTC)

.SRCINFO needs to be regenerated

MarsSeed commented on 2023-05-31 13:12 (UTC)

Needs dependency changes, like to gtk4 and webkitgtk-6.0. See meson.build file.

dryya commented on 2022-09-26 22:29 (UTC)

Builds fine for me, I don't think this should be marked out of date

fossdd commented on 2022-01-24 13:09 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 8b75153..d0d7d27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@

 pkgname=newsflash-git
 _pkgname=news_flash_gtk
-pkgver=684.fea372a
+pkgver=1055.167f5ba
 pkgrel=1
 pkgdesc="The spiritual successor to FeedReader"
 arch=(any)
 url="https://gitlab.com/news-flash/news_flash_gtk"
 license=(GPL3)
-depends=(libhandy webkit2gtk)
+depends=(libadwaita gtk4 webkit2gtk-5.0)
 makedepends=(git cargo meson rust)
 conflicts=(newsflash)
 source=("git+https://gitlab.com/news-flash/news_flash_gtk.git")

eh5 commented on 2021-01-25 17:23 (UTC)

webkit2gtk should be put in depends.

$ ldd /usr/bin/com.gitlab.newsflash
...
        libwebkit2gtk-4.0.so.37 => /usr/lib/libwebkit2gtk-4.0.so.37 (0x00007f5ba386c000)
        libjavascriptcoregtk-4.0.so.18 => /usr/lib/libjavascriptcoregtk-4.0.so.18 (0x00007f5ba1f84000)
...

tytan652 commented on 2020-09-22 15:30 (UTC) (edited on 2020-09-22 15:32 (UTC) by tytan652)

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 (UTC)

@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 (UTC)

@pauper libhandy is already an dependency and i added git. thanks