Package Details: rssguard-nowebengine-git 4.2.1.72.g52798f9e-3

Git Clone URL: https://aur.archlinux.org/rssguard-git.git (read-only, click to copy)
Package Base: rssguard-git
Description: Simple, lightweight and easy-to-use RSS/ATOM feed aggregator developed using Qt. Variant without Qt WebEngine support.
Upstream URL: https://github.com/martinrotter/rssguard
Licenses: GPL3
Conflicts: rssguard-nowebengine
Provides: rssguard-nowebengine
Submitter: pmattern
Maintainer: pmattern
Last Packager: pmattern
Votes: 5
Popularity: 0.000000
First Submitted: 2016-06-08 17:10 (UTC)
Last Updated: 2022-04-10 13:21 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

ciara commented on 2025-09-29 08:52 (UTC)

Hey It looks like rssguard now is using qt6 libraries, and depends on a third party library litehtml, and the pkgbuild doesn't pull down the libraries that the repo is requesting. I was able to fix this by running "git submodule update --init" in the git cloned directory. From this git comment. https://github.com/martinrotter/rssguard/issues/1697

pmattern commented on 2022-04-10 14:12 (UTC)

kescherAUR:
Cannot reproduce, neither on current master nor after checking out 2a36425b, the current commit when you wrote your comment.
Feel free to report back, if you're still seeing this issue.

gbr:
This is now - finally! - implemented.
Feel free to test and report back if you're facing problems.

kescherAUR commented on 2021-01-03 02:11 (UTC)

pkgver() returns devbuild.<revisions>.<commithash> (e.g. devbuild.45.g2a36425b-1). The premade pkgver has a numeric version string as prefix. This will tell some AUR helpers to always build the package, even though no changes occurred since the last version.

gbr commented on 2020-11-18 18:57 (UTC) (edited on 2020-11-18 18:58 (UTC) by gbr)

Hi, thanks for updating the package. Can you also split this and make rssguard-nowebengine-git (just like the PKGBUILD in the official repos)? Thanks!

malcolm commented on 2020-05-21 13:17 (UTC)

Thanks @gromain

gromain commented on 2020-04-20 09:39 (UTC)

Hey, build doesn't work since rssguard.pro was moved to build.pro .

Line 27 of the PKGBUILD should read qmake $srcdir/$_pkgname/build.pro \.

skunkos commented on 2017-10-16 04:38 (UTC)

Starting from 3.5.1, your "make" part of PKGBUILD won't probably work. Use this code snippet instead: qmake ../rssguard.pro -r CONFIG+=release PREFIX=$pkgdir/usr LRELEASE_EXECUTABLE=lrelease-qt5 make

skunkos commented on 2016-08-29 06:33 (UTC)

New version 3.3.4 requires at least Qt 5.6 (previous minimal Qt was 5.7) and can be compiled WITHOUT WebEngine (see rssguard.pro file for relevant switch).

pmattern commented on 2016-07-27 12:01 (UTC)

This isn't necessary either. Dependency qt5-webengine will pull qt5-base and both are version 5.7 already. Thus using an inappropriate version can only happen when users install outdated Qt versions on purpose. But these users have to know what they're doing anyway. So I won't add a dependency on a distinct version which represents another albeit minor item that has to be taken care of just to cover this particular case.

skunkos commented on 2016-07-27 07:01 (UTC)

Indeed, anyway, you should update the PKGBUILD, because there is qt5-base dependency which needs to be atleast 5.7, same as webengine.