Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / rssguard
Commits: cfa8ade9 by Antonio Rojas at 2023-10-05T23:23:21+02:00 upgpkg: 4.5.1-1: Update to 4.5.1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,39 @@ +pkgbase = rssguard + pkgdesc = Simple (yet powerful) Qt feed reader + pkgver = 4.5.1 + pkgrel = 1 + url = https://github.com/martinrotter/rssguard + arch = x86_64 + license = GPL3 + makedepends = cmake + makedepends = qt6-5compat + makedepends = qt6-multimedia + makedepends = qt6-tools + makedepends = qt6-webengine + optdepends = clang: Support for beautification of message filter scripts + optdepends = mariadb-libs: Support for MariaDB-based data storage + source = https://github.com/martinrotter/rssguard/archive/4.5.1/rssguard-4.5.1.tar.gz + sha256sums = 4598f564c3058979472d1e4756ddd35386eb046645871d142c567b949640dcfa + +pkgname = rssguard + depends = gcc-libs + depends = glibc + depends = qt6-5compat + depends = qt6-base + depends = qt6-declarative + depends = qt6-multimedia + depends = qt6-webengine + depends = sqlite + +pkgname = rssguard-lite + pkgdesc = Simple (yet powerful) Qt feed reader without WebEngine support + depends = gcc-libs + depends = glibc + depends = qt6-5compat + depends = qt6-base + depends = qt6-declarative + depends = qt6-multimedia + depends = sqlite + provides = rssguard=4.5.1 + conflicts = rssguard + replaces = rssguard-nowebengine ===================================== PKGBUILD ===================================== @@ -1,21 +1,26 @@ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Maintainer: Antonio Rojas <[email protected]> +# Contributor: Balló György <ballogyor+arch at gmail dot com> # Contributor: WorMzy Tykashi <[email protected]> # Contributor: Alois Nespor <[email protected]> # Contributor: speps <speps dot aur dot archlinux dot org> pkgbase=rssguard pkgname=(rssguard{,-lite}) -pkgver=4.5.0 +pkgver=4.5.1 pkgrel=1 pkgdesc='Simple (yet powerful) Qt feed reader' -arch=('x86_64') +arch=(x86_64) url='https://github.com/martinrotter/rssguard' -license=('GPL3') -makedepends=('cmake' 'qt6-tools' 'qt6-multimedia' 'qt6-webengine' 'qt6-5compat') +license=(GPL3) +makedepends=(cmake + qt6-5compat + qt6-multimedia + qt6-tools + qt6-webengine) optdepends=('clang: Support for beautification of message filter scripts' 'mariadb-libs: Support for MariaDB-based data storage') -source=("https://github.com/martinrotter/$pkgbase/archive/$pkgver/$pkgbase-$pkgver.tar.gz") -sha256sums=('0a5bf5858577cfc741164f072e4f06125ece83db505af77eb05ed9faa81ac7f2') +source=(https://github.com/martinrotter/$pkgbase/archive/$pkgver/$pkgbase-$pkgver.tar.gz) +sha256sums=('4598f564c3058979472d1e4756ddd35386eb046645871d142c567b949640dcfa') build() { cmake -B build -S $pkgname-$pkgver \ @@ -31,14 +36,27 @@ build() { } package_rssguard() { - depends=('qt6-webengine' 'qt6-multimedia' 'qt6-5compat') + depends=(gcc-libs + glibc + qt6-5compat + qt6-base + qt6-declarative + qt6-multimedia + qt6-webengine + sqlite) DESTDIR="$pkgdir" cmake --install build } package_rssguard-lite() { pkgdesc+=' without WebEngine support' - depends=('hicolor-icon-theme' 'qt6-declarative' 'qt6-multimedia' 'qt6-5compat') + depends=(gcc-libs + glibc + qt6-5compat + qt6-base + qt6-declarative + qt6-multimedia + sqlite) conflicts=(rssguard) provides=(rssguard=$pkgver) replaces=(rssguard-nowebengine) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rssguard/-/commit/cfa8ade9d866406c37702cb94e4bdeccd9691f43 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rssguard/-/commit/cfa8ade9d866406c37702cb94e4bdeccd9691f43 You're receiving this email because of your account on gitlab.archlinux.org.
