summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorluspi2024-01-19 08:50:32 -0600
committerluspi2024-01-19 08:50:32 -0600
commit1f20188d6e0045d5b1e8cde9803dbad1205ac6e6 (patch)
tree9c3aaa445d9f56f0479cb420950e44137f95a4a2
parentf41df486784ef5773d1cf2719e7c84f26e34d8f9 (diff)
downloadaur-1f20188d6e0045d5b1e8cde9803dbad1205ac6e6.tar.gz
add missing dependency 'qt6-webengine'
-rw-r--r--.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aeee93a4c9a2..cacd7c230493 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,6 +24,7 @@ pkgbase = photoqt
depends = mpv
depends = resvg
depends = python-pychromecast
+ depends = qt6-webengine
optdepends = libqpsd-git: PSB/PSD support
optdepends = xcftools: XCF support
optdepends = poppler-qt6: PDF support
diff --git a/PKGBUILD b/PKGBUILD
index 788c20e97566..178d69ff930c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Fast and highly configurable image viewer with a simple and nice interf
arch=('x86_64')
url="http://photoqt.org/"
license=('GPL2')
-depends=('exiv2' 'imagemagick' 'qt6-imageformats' 'qt6-multimedia' 'qt6-svg' 'qt6-declarative' 'qt6-location' 'qt6-positioning' 'libraw' 'hicolor-icon-theme' 'libarchive' 'kimageformats5' 'pugixml' 'mpv' 'resvg' 'python-pychromecast')
+depends=('exiv2' 'imagemagick' 'qt6-imageformats' 'qt6-multimedia' 'qt6-svg' 'qt6-declarative' 'qt6-location' 'qt6-positioning' 'libraw' 'hicolor-icon-theme' 'libarchive' 'kimageformats5' 'pugixml' 'mpv' 'resvg' 'python-pychromecast' 'qt6-webengine')
optdepends=('libqpsd-git: PSB/PSD support'
'xcftools: XCF support'
'poppler-qt6: PDF support')