Date: Thursday, November 17, 2022 @ 12:13:02
Author: arojas
Revision: 461978
archrelease: copy trunk to testing-x86_64
Added:
plasma-framework/repos/testing-x86_64/PKGBUILD
(from rev 461977, plasma-framework/trunk/PKGBUILD)
plasma-framework/repos/testing-x86_64/keys/
Deleted:
plasma-framework/repos/testing-x86_64/PKGBUILD
plasma-framework/repos/testing-x86_64/keys/
----------+
PKGBUILD | 66 +++++++++++++++++++++++++++----------------------------------
1 file changed, 30 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-17 12:12:52 UTC (rev 461977)
+++ PKGBUILD 2022-11-17 12:13:02 UTC (rev 461978)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=plasma-framework
-pkgver=5.100.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/159f9dbd.patch)
-sha256sums=('6476364079db3a11133608048b3b6f6b9a904083ef193ea0b3ccd0bf96c73280'
- 'SKIP'
- 'fc3571c038aad536dc7a7a51b5a65dee6d1dd0ca1505aaee8ba8f4a1e7039883')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure
<[email protected]>
-options=(debug)
-
-prepare() {
- patch -d $pkgname-$pkgver -p1 < 159f9dbd.patch # Fix SVG scaling
-}
-
-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/testing-x86_64/PKGBUILD (from rev 461977,
plasma-framework/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-17 12:13:02 UTC (rev 461978)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=plasma-framework
+pkgver=5.100.1
+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=('53940a920773a105df0af9dd3dbf7afcebc6e1eb66404cc77f46c80563b4ada1'
+ '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
+}