[arch-commits] Commit in extra-cmake-modules/repos/testing-any (4 files)

Antonio Rojas arojas at gemini.archlinux.org
Sun Sep 11 09:24:40 UTC 2022


    Date: Sunday, September 11, 2022 @ 09:24:39
  Author: arojas
Revision: 455806

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/PKGBUILD
    (from rev 455805, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/keys/
Deleted:
  extra-cmake-modules/repos/testing-any/PKGBUILD
  extra-cmake-modules/repos/testing-any/keys/

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-11 09:22:52 UTC (rev 455805)
+++ PKGBUILD	2022-09-11 09:24:39 UTC (rev 455806)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=extra-cmake-modules
-pkgver=5.98.0
-pkgrel=1
-pkgdesc='Extra modules and scripts for CMake'
-arch=(any)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(cmake)
-makedepends=(python-sphinx python-requests qt5-tools)
-optdepends=('python-pyxdg: to generate fastlane metadata for Android apps'
-            'python-requests: to generate fastlane metadata for Android apps'
-            'python-yaml: to generate fastlane metadata for Android apps')
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('3c198f9e4840a0fbfb8d322f2f2711daae20e5bbfd68e998ba9078bc51aac918'
-            'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_HTML_DOCS=ON \
-    -DBUILD_QTHELP_DOCS=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 455805, extra-cmake-modules/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-11 09:24:39 UTC (rev 455806)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=extra-cmake-modules
+pkgver=5.98.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(cmake)
+makedepends=(python-sphinx python-requests qt5-tools)
+optdepends=('python-pyxdg: to generate fastlane metadata for Android apps'
+            'python-requests: to generate fastlane metadata for Android apps'
+            'python-yaml: to generate fastlane metadata for Android apps')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('3c198f9e4840a0fbfb8d322f2f2711daae20e5bbfd68e998ba9078bc51aac918'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_HTML_DOCS=ON \
+    -DBUILD_QTHELP_DOCS=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list