summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaoky2023-10-27 23:56:42 +0800
committertaoky2023-10-27 23:56:42 +0800
commit2a815897faa02618b3e96a056f295ec7eaad5fb8 (patch)
tree6ee8ed2c43dbbad7c523185c189ff14578598864
parent8ca8382987043ea4d8552a966a7032edf156596d (diff)
downloadaur-2a815897faa02618b3e96a056f295ec7eaad5fb8.tar.gz
Put everything in makedepends instead.
Thanks for @yochananmarqos's patch in AUR comment. Co-authored-by: yochananmarqos <mark.wagie@proton.me>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb4f9103ef91..7b7d52a634a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,10 @@ pkgbase = qadwaitadecorations-git
license = LGPL2.1
makedepends = cmake
makedepends = git
+ makedepends = qt5-svg
+ makedepends = qt5-wayland
+ makedepends = qt6-svg
+ makedepends = qt6-wayland
source = git+https://github.com/FedoraQt/QAdwaitaDecorations.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 43c77b30807e..3951de0cfbde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ pkgdesc='Qt decoration plugin implementing Adwaita-like client-side decorations'
arch=(x86_64)
url='https://github.com/FedoraQt/QAdwaitaDecorations'
license=(LGPL2.1)
-makedepends=(cmake git)
+makedepends=(cmake git qt5-svg qt5-wayland qt6-svg qt6-wayland)
source=(git+https://github.com/FedoraQt/$_pkgname.git)
sha256sums=('SKIP')