[arch-commits] Commit in kitemmodels/repos/staging-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 21:39:06 UTC 2021


    Date: Thursday, December 2, 2021 @ 21:39:05
  Author: felixonmars
Revision: 430430

archrelease: copy trunk to staging-x86_64

Added:
  kitemmodels/repos/staging-x86_64/PKGBUILD
    (from rev 430429, kitemmodels/trunk/PKGBUILD)
Deleted:
  kitemmodels/repos/staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 21:39:00 UTC (rev 430429)
+++ PKGBUILD	2021-12-02 21:39:05 UTC (rev 430430)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kitemmodels
-pkgver=5.88.0
-pkgrel=2
-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 python-pyqt5 clang doxygen qt5-tools qt5-doc sip4 qt5-declarative)
-optdepends=('python-pyqt5: for the Python bindings' 'qt5-declarative: QML bindings')
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('60f4e112f6862f7e0536e625ce53ec67c77c873d9802ef92f485b5d752b383fe'
-            'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DBUILD_QCH=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kitemmodels/repos/staging-x86_64/PKGBUILD (from rev 430429, kitemmodels/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 21:39:05 UTC (rev 430430)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kitemmodels
+pkgver=5.88.0
+pkgrel=3
+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 python-pyqt5 clang doxygen qt5-tools qt5-doc sip4 qt5-declarative)
+optdepends=('python-pyqt5: for the Python bindings' 'qt5-declarative: QML bindings')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('60f4e112f6862f7e0536e625ce53ec67c77c873d9802ef92f485b5d752b383fe'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list