summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2021-06-26 22:49:18 +0100
committerJoão Figueiredo2021-06-26 22:49:18 +0100
commit5ce880847a5811e54c2c968b3ac76b1c0e8e3515 (patch)
tree1036ee7e4a6901af62548d611d481c337e9f782d
parent35fbba670baf69ea3b6e74ef2d9cc5dc3be1ebb2 (diff)
downloadaur-5ce880847a5811e54c2c968b3ac76b1c0e8e3515.tar.gz
No need to use KDE -git deps
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0162bf593d7a..8539269d6607 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,24 @@
pkgbase = disman-git
pkgdesc = Qt/C++ display management library by the KWinFT project (libkscreen fork)
- pkgver = 0.522.80_r1794.gb5c1515
+ pkgver = 0.522.80_r1808.g431141e
pkgrel = 1
url = https://gitlab.com/kwinft/disman
arch = x86_64
license = LGPL
makedepends = git
- makedepends = extra-cmake-modules-git
- makedepends = kwayland-git
+ makedepends = extra-cmake-modules
+ makedepends = kwayland
makedepends = libxcb
makedepends = wrapland-git
- depends = kcoreaddons-git
+ depends = kcoreaddons
depends = qt5-x11extras
optdepends = libxcb: for the X11 backend plugin
optdepends = wrapland-git: for the KWinFT and wlroots backend plugins
- optdepends = kwayland-git: for the KDE output-management backend plugin
+ optdepends = kwayland: for the KDE output-management backend plugin
provides = disman
conflicts = disman
+ conflicts = libkscreen
source = git+https://gitlab.com/kwinft/disman.git
sha512sums = SKIP
pkgname = disman-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2755d522cc0a..0b7d5a4cfa5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,19 @@
# Author: Matthias Blaicher <matthias at blaicher dot com>
pkgname=disman-git
-pkgver=0.522.80_r1794.gb5c1515
+pkgver=0.522.80_r1808.g431141e
pkgrel=1
pkgdesc='Qt/C++ display management library by the KWinFT project (libkscreen fork)'
arch=($CARCH)
url='https://gitlab.com/kwinft/disman'
license=(LGPL)
-groups=()
-depends=(kcoreaddons-git qt5-x11extras)
-makedepends=(git extra-cmake-modules-git kwayland-git libxcb wrapland-git)
+depends=(kcoreaddons qt5-x11extras)
+makedepends=(git extra-cmake-modules kwayland libxcb wrapland-git)
optdepends=('libxcb: for the X11 backend plugin'
'wrapland-git: for the KWinFT and wlroots backend plugins'
- 'kwayland-git: for the KDE output-management backend plugin')
-provides=(disman)
-conflicts=(disman)
+ 'kwayland: for the KDE output-management backend plugin')
+provides=(${pkgname%-git})
+conflicts=(${pkgname%-git} libkscreen)
source=('git+https://gitlab.com/kwinft/disman.git')
sha512sums=('SKIP')