diff options
author | FabioLolix | 2024-09-16 18:05:30 +0200 |
---|---|---|
committer | FabioLolix | 2024-09-16 18:05:30 +0200 |
commit | 3611438488324178edfd39e2056c8d6b25909422 (patch) | |
tree | c12ef17be7a005cdc26e7bba91c465e935ce9dea | |
parent | 8eff5b8eb703cdb2bd243264d90d9b6d1883c8a8 (diff) | |
download | aur-3611438488324178edfd39e2056c8d6b25909422.tar.gz |
correct depends
-rw-r--r-- | .SRCINFO | 18 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 17 insertions, 11 deletions
@@ -1,6 +1,6 @@ pkgbase = mauikit-git pkgdesc = Utilities and "templated" controls based on Kirigami and QCC2 that follow the ongoing work on the Maui HIG - pkgver = 3.1.0.r8.gb2984f59 + pkgver = 4.0.0.r1.gff04473e pkgrel = 1 url = https://mauikit.org/ arch = x86_64 @@ -14,15 +14,21 @@ pkgbase = mauikit-git makedepends = extra-cmake-modules makedepends = qt6-webengine makedepends = appstream - makedepends = syntax-highlighting5 - makedepends = plasma-framework5 + makedepends = syntax-highlighting + depends = glibc + depends = gcc-libs depends = qt6-base + depends = qt6-5compat depends = qt6-declarative depends = qt6-quickcontrols2 - depends = knotifications5 - depends = ki18n5 + depends = knotifications + depends = ki18n depends = mauiman-git - provides = mauikit + depends = qt6-multimedia + depends = kirigami + depends = kcoreaddons + depends = purpose + depends = kwindowsystem conflicts = mauikit source = git+https://invent.kde.org/kde/mauikit.git sha256sums = SKIP @@ -1,16 +1,17 @@ # Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix pkgname=mauikit-git -pkgver=3.1.0.r8.gb2984f59 +pkgver=4.0.0.r1.gff04473e pkgrel=1 pkgdesc='Utilities and "templated" controls based on Kirigami and QCC2 that follow the ongoing work on the Maui HIG' arch=(x86_64 i686 armv7h aarch64) url="https://mauikit.org/" license=(LGPL3) groups=(maui) -depends=(qt6-base qt6-declarative qt6-quickcontrols2 knotifications5 ki18n5 mauiman-git) -makedepends=(git cmake extra-cmake-modules qt6-webengine appstream syntax-highlighting5 plasma-framework5) -provides=(mauikit) +depends=(glibc gcc-libs qt6-base qt6-5compat qt6-declarative qt6-quickcontrols2 knotifications ki18n mauiman-git + qt6-multimedia kirigami kcoreaddons purpose kwindowsystem) +makedepends=(git cmake extra-cmake-modules qt6-webengine appstream syntax-highlighting) +#provides=(mauikit) conflicts=(mauikit) source=("git+https://invent.kde.org/kde/mauikit.git") sha256sums=('SKIP') @@ -22,7 +23,6 @@ pkgver() { build() { cmake -B build -S "mauikit" -Wno-dev \ - -DBUILD_WITH_QT6=ON \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr |