Date: Friday, November 27, 2020 @ 21:39:01 Author: arojas Revision: 764731
Depend on split libappletdecoration Modified: mauikit/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-27 21:34:33 UTC (rev 764730) +++ PKGBUILD 2020-11-27 21:39:01 UTC (rev 764731) @@ -2,12 +2,12 @@ pkgname=mauikit pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Templated convergent controls and multi-platform utilities for Maui applications" url="https://mauikit.org/" arch=(x86_64) license=(LGPL) -depends=(kdecoration plasma-framework syntax-highlighting) +depends=(libappletdecoration syntax-highlighting) makedepends=(extra-cmake-modules) source=(https://invent.kde.org/maui/mauikit/-/archive/v$pkgver/mauikit-v$pkgver.tar.gz) sha256sums=('d241331ecf8c87448c044f129a486911b7e2e9cfda08717c636d0d5afa4f0f47') @@ -19,4 +19,5 @@ package() { DESTDIR="$pkgdir" cmake --install build + rm -r "$pkgdir"/usr/lib/qt/qml/org/kde/appletdecoration # Provided by libappletdecoration }