summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabelian4242023-11-09 15:09:44 +0600
committerabelian4242023-11-09 15:09:44 +0600
commitb988daffdcc24a36813a4e44ff70ea01cb54b5ef (patch)
treeb7cef7e1d7d28c466b7281054bc92d89035379b4
parent7aaf8131de67d1542601cc386e5669ac575137f6 (diff)
downloadaur-b988daffdcc24a36813a4e44ff70ea01cb54b5ef.tar.gz
qt6-tools is now an optional dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20b06c1f6a38..e346f90247d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = disman-kwinft
pkgdesc = Qt/C++ display management library
pkgver = 5.27
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/kwinft/disman
arch = x86_64
arch = aarch64
@@ -9,10 +9,10 @@ pkgbase = disman-kwinft
makedepends = extra-cmake-modules
makedepends = git
makedepends = kdoctools5
- makedepends = qt6-tools
depends = kcoreaddons5
depends = qt5-x11extras
depends = wrapland
+ optdepends = qt6-tools
provides = disman
conflicts = disman
source = git+https://gitlab.com/kwinft/disman.git
diff --git a/PKGBUILD b/PKGBUILD
index 2114ece654cc..b8664625c921 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=disman-kwinft
pkgver=5.27
-pkgrel=2
+pkgrel=3
pkgdesc='Qt/C++ display management library'
arch=(x86_64 aarch64)
url="https://gitlab.com/kwinft/disman"
@@ -10,7 +10,8 @@ license=(LGPL)
depends=(kcoreaddons5 qt5-x11extras wrapland)
provides=("disman")
conflicts=("disman")
-makedepends=(extra-cmake-modules git kdoctools5 qt6-tools)
+makedepends=(extra-cmake-modules git kdoctools5)
+optdepends=(qt6-tools)
source=("git+https://gitlab.com/kwinft/disman.git")
sha256sums=('SKIP')