summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2023-10-06 11:56:26 +0100
committerScore_Under2023-10-06 11:56:26 +0100
commit9785d42fc88c3a2bd7edd2b6f6ca5a9c39df4b41 (patch)
tree005f792ba733490d33131b242343ac2df04f28e8
parentbbe88c6e36c21e2cf9cbd571d69e009f3489fac4 (diff)
downloadaur-9785d42fc88c3a2bd7edd2b6f6ca5a9c39df4b41.tar.gz
Add optdep for qt6-webengine
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0889ae3f4879..11c9f64b6e41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hydrus
pkgdesc = Danbooru-like image tagging and searching system for the desktop
pkgver = 546
- pkgrel = 1
+ pkgrel = 2
url = http://hydrusnetwork.github.io/hydrus/
arch = any
license = custom
@@ -42,6 +42,7 @@ pkgbase = hydrus
optdepends = python-pyqt6-charts: display bandwidth usage charts
optdepends = python-cryptography: to generate certificates for accessing client API and server via HTTPS
optdepends = python-pyopenssl: to generate certificates for accessing client API and server via HTTPS
+ optdepends = qt6-webengine: to display PDF thumbnails
optdepends = swftools: to display SWF thumbnails
conflicts = hydrus-docs-dummy
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 6211c3746cf2..eae3680620f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ options=(!strip) # Don't strip libs because there aren't any
pkgname=hydrus
_pkgname=hydrus
pkgver=546
-pkgrel=1
+pkgrel=2
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(custom)
@@ -32,6 +32,7 @@ optdepends=('ffmpeg: show duration and other information on video thumbnails'
'python-pyqt6-charts: display bandwidth usage charts'
'python-cryptography: to generate certificates for accessing client API and server via HTTPS'
'python-pyopenssl: to generate certificates for accessing client API and server via HTTPS'
+ 'qt6-webengine: to display PDF thumbnails'
# 'python-pyparsing: currently unused'
# 'speedcopy: may speed up file transfers'
'swftools: to display SWF thumbnails')