Date: Sunday, July 17, 2022 @ 19:55:22 Author: arojas Revision: 451392
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: umbrello/repos/kde-unstable-x86_64/ umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 451391, umbrello/kde-unstable/PKGBUILD) umbrello/repos/kde-unstable-x86_64/keys/ ----------+ PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) Copied: umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 451391, umbrello/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2022-07-17 19:55:22 UTC (rev 451392) @@ -0,0 +1,33 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=umbrello +pkgver=22.07.80 +pkgrel=1 +pkgdesc='UML modeller' +arch=(x86_64) +url='https://apps.kde.org/umbrello/' +license=(GPL) +depends=(kdelibs4support kdevelop-php qt5-webkit) +makedepends=(extra-cmake-modules kdoctools kdesignerplugin kdevelop-pg-qt llvm kinit doxygen) +groups=(kde-applications kdesdk) +source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('7467ef7fe46f7d20b25adc89c16c8fc11307721571d7f6d1f04ad27157527d10' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cf...@kde.org> + D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.bec...@kde.org> +options=(debug) + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DBUILD_TESTING=OFF \ + -DBUILD_UNITTESTS=OFF \ + -DBUILD_KF5=ON + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}