Date: Thursday, August 12, 2021 @ 13:52:46 Author: arojas Revision: 997534
archrelease: copy trunk to community-staging-x86_64 Added: mauikit-imagetools/repos/community-staging-x86_64/ mauikit-imagetools/repos/community-staging-x86_64/PKGBUILD (from rev 997533, mauikit-imagetools/trunk/PKGBUILD) ----------+ PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) Copied: mauikit-imagetools/repos/community-staging-x86_64/PKGBUILD (from rev 997533, mauikit-imagetools/trunk/PKGBUILD) =================================================================== --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2021-08-12 13:52:46 UTC (rev 997534) @@ -0,0 +1,22 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=mauikit-imagetools +pkgver=2.0.0 +pkgrel=1 +pkgdesc='MauiKit Image Tools Components' +url='https://mauikit.org/' +arch=(x86_64) +license=(LGPL) +depends=(mauikit kquickimageeditor qt5-location exiv2) +makedepends=(extra-cmake-modules) +source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz) +sha256sums=('e78b416ff647e29aa078df4cdc3579b176abb18c1e8855f4378e92babbae59bf') + +build() { + cmake -B build -S $pkgname-$pkgver + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}