summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2023-05-14 21:29:25 +0100
committerJoão Figueiredo2023-05-14 21:29:25 +0100
commit500ab5953204a604e06ed7343bcf26d2491f4430 (patch)
treefa3bc5900fc49580cc38648be687fe5a61f6e650
parentb9f3beb822f7e74140303adfea5fd738a35b3bd6 (diff)
downloadaur-500ab5953204a604e06ed7343bcf26d2491f4430.tar.gz
Move to Qt6
-rw-r--r--.SRCINFO14
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD10
3 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e47b7c4e6a0e..31d02142008a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = disman-git
pkgdesc = Qt/C++ display management library by the KWinFT project (libkscreen fork)
- pkgver = 0.522.80_r1808.g431141e
- pkgrel = 2
+ pkgver = 0.527.80_r1871.geb61ea1
+ pkgrel = 1
url = https://gitlab.com/kwinft/disman
arch = x86_64
license = LGPL
makedepends = git
- makedepends = extra-cmake-modules
- makedepends = kwayland
+ makedepends = extra-cmake-modules-git
+ makedepends = kwayland-git
makedepends = libxcb
makedepends = wrapland-git
- depends = kcoreaddons
- depends = qt5-x11extras
+ depends = kcoreaddons-git
+ depends = qt6-base
optdepends = libxcb: for the X11 backend plugin
optdepends = wrapland-git: for the KWinFT and wlroots backend plugins
- optdepends = kwayland: for the KDE output-management backend plugin
+ optdepends = kwayland-git: for the KDE output-management backend plugin
provides = disman
conflicts = disman
source = git+https://gitlab.com/kwinft/disman.git
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 1997ff5f9833..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-disman
-*.pkg.tar
diff --git a/PKGBUILD b/PKGBUILD
index 52ccd13155ae..8c2012041ac9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Author: Matthias Blaicher <matthias at blaicher dot com>
pkgname=disman-git
-pkgver=0.522.80_r1808.g431141e
-pkgrel=2
+pkgver=0.527.80_r1871.geb61ea1
+pkgrel=1
pkgdesc='Qt/C++ display management library by the KWinFT project (libkscreen fork)'
arch=($CARCH)
url='https://gitlab.com/kwinft/disman'
license=(LGPL)
-depends=(kcoreaddons qt5-x11extras)
-makedepends=(git extra-cmake-modules kwayland libxcb wrapland-git)
+depends=(kcoreaddons-git qt6-base)
+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: for the KDE output-management backend plugin')
+ 'kwayland-git: for the KDE output-management backend plugin')
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})
source=("git+https://gitlab.com/kwinft/disman.git")