Date: Saturday, November 12, 2022 @ 00:00:10
Author: arojas
Revision: 461459
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 461458, 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 461458,
umbrello/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2022-11-12 00:00:10 UTC (rev 461459)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=umbrello
+pkgver=22.11.80
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(x86_64)
+url='https://apps.kde.org/umbrello/'
+license=(GPL)
+depends=(kdelibs4support kdevelop-php)
+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=('e10407577983a5527dd8d6b3ddf6b232b1f9f99661850e02b32b04257730d8d4'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid
<[email protected]>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck
<[email protected]>
+ D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker
<[email protected]>
+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
+}