Date: Saturday, July 9, 2022 @ 20:32:02
Author: arojas
Revision: 450692
archrelease: copy trunk to testing-any
Added:
breeze-icons/repos/testing-any/
breeze-icons/repos/testing-any/PKGBUILD
(from rev 450691, breeze-icons/trunk/PKGBUILD)
breeze-icons/repos/testing-any/keys/
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: breeze-icons/repos/testing-any/PKGBUILD (from rev 450691,
breeze-icons/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2022-07-09 20:32:02 UTC (rev 450692)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=breeze-icons
+pkgver=5.96.0
+pkgrel=1
+pkgdesc='Breeze icon themes'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+groups=(kf5)
+makedepends=(extra-cmake-modules qt5-base python-lxml)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('43a02e6111c87686e24ba570078f31e77af105a5e2eea490f6d375e3f11047c6'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBINARY_ICONS_RESOURCE=ON \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}