Date: Friday, November 11, 2022 @ 20:05:00
Author: arojas
Revision: 461215
archrelease: copy trunk to kde-unstable-any
Added:
breeze-icons/repos/kde-unstable-any/
breeze-icons/repos/kde-unstable-any/PKGBUILD
(from rev 461214, breeze-icons/trunk/PKGBUILD)
breeze-icons/repos/kde-unstable-any/keys/
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: breeze-icons/repos/kde-unstable-any/PKGBUILD (from rev 461214,
breeze-icons/trunk/PKGBUILD)
===================================================================
--- kde-unstable-any/PKGBUILD (rev 0)
+++ kde-unstable-any/PKGBUILD 2022-11-11 20:05:00 UTC (rev 461215)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=breeze-icons
+pkgver=5.100.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=('d02c1b6952fddb306ff58f368ffc8d5cbdf0d46afd652c9c56c86020440dcadb'
+ '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
+}