appstream: updated optional dependency: qt5 -> qt6-base

This commit is contained in:
Tim Biermann 2023-12-06 20:52:21 +01:00
parent a1bdf6c5fd
commit 82ac9a3167
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3yGVrXjyxRphRSg/t2mRP9DF46LJZFbvnRjDK2M/NdXc8sa+9jW39v0wD48aEJludaLAYKzoJN83GU5qDKPiRg8=
SHA256 (Pkgfile) = 8fa0592113e7d575ff46ac581dcf3e355e9492eabca4b660bdab909dc42da34e
RWSagIOpLGJF38TmoUD3V1eKU5cJ9kPfxB45rfpms5r+12WWvkDj4EARh4FWcGdkafKOSZEunr+dV57VCHz0T5bFK6qCiddYzgM=
SHA256 (Pkgfile) = 61a320e38a89b6b65e9632e5c28a48768ea5d507954ba21e52c207de7c6a2eb7
SHA256 (.footprint) = 7634fea3a4785bfa3539bff25c59ec62e1d042d0009c615c580299054a8df78c
SHA256 (AppStream-1.0.0.tar.xz) = ef23477a380e8b525e92cfa87687f1146b9cef74c641349a1ae11250be5401d0

View File

@ -2,7 +2,7 @@
# URL: https://www.freedesktop.org/wiki/Distributions/AppStream/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: librsvg libsoup libxmlb libyaml vala
# Optional: docbook-xsl qt5
# Optional: docbook-xsl qt6-base
name=appstream
version=1.0.0
@ -10,7 +10,7 @@ release=1
source=(https://www.freedesktop.org/software/appstream/releases/AppStream-$version.tar.xz)
build() {
prt-get isinst qt5 && PKGMK_APPSTREAM+=' -D qt=true'
prt-get isinst qt6-base && PKGMK_APPSTREAM+=' -D qt=true'
# don't depend on docbook-xsl for manpages
prt-get isinst docbook-xsl || sed -i "/subdir('docs\/')/d" AppStream-$version/meson.build