Date: Friday, November 11, 2022 @ 20:06:44
  Author: arojas
Revision: 461225

archrelease: copy trunk to kde-unstable-x86_64

Added:
  kitemmodels/repos/kde-unstable-x86_64/
  kitemmodels/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 461224, kitemmodels/trunk/PKGBUILD)
  kitemmodels/repos/kde-unstable-x86_64/keys/

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: kitemmodels/repos/kde-unstable-x86_64/PKGBUILD (from rev 461224, 
kitemmodels/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2022-11-11 20:06:44 UTC (rev 461225)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kitemmodels
+pkgver=5.100.0
+pkgrel=1
+pkgdesc='Models for Qt Model/View system'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules clang doxygen qt5-tools qt5-doc 
qt5-declarative)
+optdepends=('qt5-declarative: QML bindings')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a327626184f36e19998ec8848714e362de615cbc2c98cdf3737457d9878e31d8'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<[email protected]>
+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to