[arch-commits] Commit in frameworkintegration/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Jan 11 17:19:59 UTC 2022


    Date: Tuesday, January 11, 2022 @ 17:19:58
  Author: arojas
Revision: 434245

archrelease: copy trunk to extra-x86_64

Added:
  frameworkintegration/repos/extra-x86_64/PKGBUILD
    (from rev 434244, frameworkintegration/trunk/PKGBUILD)
Deleted:
  frameworkintegration/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-11 17:19:49 UTC (rev 434244)
+++ PKGBUILD	2022-01-11 17:19:58 UTC (rev 434245)
@@ -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=frameworkintegration
-pkgver=5.90.0
-pkgrel=1
-pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(knewstuff)
-makedepends=(extra-cmake-modules appstream-qt packagekit-qt5)
-optdepends=('appstream-qt: dependency resolving via AppStream' 'packagekit-qt5: dependency resolving via AppStream')
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('5651afb5bb3563d2212662974bd91750b313e3b58fabf59f59459ef904a6fbec'
-            'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_LIBEXECDIR=lib \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: frameworkintegration/repos/extra-x86_64/PKGBUILD (from rev 434244, frameworkintegration/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-11 17:19:58 UTC (rev 434245)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=frameworkintegration
+pkgver=5.90.0
+pkgrel=2
+pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(knewstuff)
+makedepends=(extra-cmake-modules appstream-qt packagekit-qt5)
+optdepends=('appstream-qt: dependency resolving via AppStream' 'packagekit-qt5: dependency resolving via AppStream')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
+        https://invent.kde.org/frameworks/frameworkintegration/-/commit/675802e7.patch)
+sha256sums=('5651afb5bb3563d2212662974bd91750b313e3b58fabf59f59459ef904a6fbec'
+            'SKIP'
+            '047ea79fdfd0866dc4565b277e6c1e6bb9e88e99774482663de57e72100e72ea')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < 675802e7.patch # Fix KNS downloads
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list