Date: Saturday, December 10, 2022 @ 10:00:30
Author: arojas
Revision: 463972
archrelease: copy trunk to testing-any
Added:
breeze-icons/repos/testing-any/
breeze-icons/repos/testing-any/PKGBUILD
(from rev 463971, 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 463971,
breeze-icons/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2022-12-10 10:00:30 UTC (rev 463972)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=breeze-icons
+pkgver=5.101.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=('f9745944a04860d002f3b95df21fe560b6fbd7d515b8a06ec60da63644a018ef'
+ '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
+}