[arch-commits] Commit in breeze-icons/repos (3 files)

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 15 17:26:04 UTC 2022


    Date: Monday, August 15, 2022 @ 17:26:04
  Author: felixonmars
Revision: 452871

archrelease: copy trunk to staging-any

Added:
  breeze-icons/repos/staging-any/
  breeze-icons/repos/staging-any/PKGBUILD
    (from rev 452870, breeze-icons/trunk/PKGBUILD)
  breeze-icons/repos/staging-any/keys/

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: breeze-icons/repos/staging-any/PKGBUILD (from rev 452870, breeze-icons/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2022-08-15 17:26:04 UTC (rev 452871)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=breeze-icons
+pkgver=5.97.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=('6eae442282779802c348e91080132d52b0229288cc8793b2aaa6f906e39171a3'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBINARY_ICONS_RESOURCE=ON \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list