summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2021-05-20 22:22:54 +0100
committerJoão Figueiredo2021-05-20 22:22:54 +0100
commitc6c4053f55b02ce3ab5b8e1e08132ff573ef7e90 (patch)
tree847d4cef30a2a3422e79f4f4c65c254d22e5f908
parentbc1b746e18248355487651b13c58c4a02f35884e (diff)
downloadaur-c6c4053f55b02ce3ab5b8e1e08132ff573ef7e90.tar.gz
Remove from plasma-git group
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 381c134310ca..fbe1c888fff8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = disman-git
- pkgdesc = Qt/C++ display management library by KWinFT project ~ forked from KDE libkscreen
- pkgver = 0.520.80_r1786.g86c46bb
+ pkgdesc = Qt/C++ display management library by the KWinFT project (libkscreen fork)
+ pkgver = 0.521.80_r1792.g2dffbe8
pkgrel = 1
url = https://gitlab.com/kwinft/disman
arch = x86_64
- groups = plasma-git
license = LGPL
makedepends = git
makedepends = extra-cmake-modules-git
- makedepends = kwayland
+ makedepends = kwayland-git
makedepends = libxcb
makedepends = wrapland-git
depends = kcoreaddons-git
diff --git a/PKGBUILD b/PKGBUILD
index 94fac01d918a..0849b557fcbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,18 @@
# Author: Matthias Blaicher <matthias at blaicher dot com>
pkgname=disman-git
-pkgver=0.520.80_r1786.g86c46bb
+pkgver=0.521.80_r1792.g2dffbe8
pkgrel=1
-pkgdesc='Qt/C++ display management library by KWinFT project ~ forked from KDE libkscreen'
+pkgdesc='Qt/C++ display management library by the KWinFT project (libkscreen fork)'
arch=($CARCH)
url='https://gitlab.com/kwinft/disman'
license=(LGPL)
-groups=(plasma-git)
+groups=()
depends=(kcoreaddons-git qt5-x11extras)
-makedepends=(git extra-cmake-modules-git 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')
+makedepends=(git extra-cmake-modules-git kwayland-git 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)
source=('git+https://gitlab.com/kwinft/disman.git')