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

Antonio Rojas arojas at gemini.archlinux.org
Wed Mar 30 06:56:33 UTC 2022


    Date: Wednesday, March 30, 2022 @ 06:56:33
  Author: arojas
Revision: 440951

archrelease: copy trunk to extra-x86_64

Added:
  plasma-framework/repos/extra-x86_64/PKGBUILD
    (from rev 440950, plasma-framework/trunk/PKGBUILD)
Deleted:
  plasma-framework/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-30 06:56:19 UTC (rev 440950)
+++ PKGBUILD	2022-03-30 06:56:33 UTC (rev 440951)
@@ -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=plasma-framework
-pkgver=5.92.0
-pkgrel=1
-pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(kactivities kdeclarative kwayland kirigami2)
-makedepends=(extra-cmake-modules qt5-tools qt5-doc kdoctools doxygen)
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('c6c2bc624564c74fd80bce170a1c763803d5207ef86108b5724fcba73c3506f7'
-            'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DBUILD_QCH=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: plasma-framework/repos/extra-x86_64/PKGBUILD (from rev 440950, plasma-framework/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-30 06:56:33 UTC (rev 440951)
@@ -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=plasma-framework
+pkgver=5.92.0
+pkgrel=2
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kactivities kdeclarative kwayland kirigami2)
+makedepends=(extra-cmake-modules qt5-tools qt5-doc kdoctools doxygen)
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
+        https://invent.kde.org/frameworks/plasma-framework/-/commit/7352045b.patch)
+sha256sums=('c6c2bc624564c74fd80bce170a1c763803d5207ef86108b5724fcba73c3506f7'
+            'SKIP'
+            '50d0ff124f5c8fb79179753f2e71b2491ffbbc99d27c1ed62f8cdf4a69f8bb17')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+options=(debug)
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < 7352045b.patch # Fix visual regression
+}
+
+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