[arch-commits] Commit in breeze-icons/repos (testing-any testing-any/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Jun 13 18:36:09 UTC 2020
Date: Saturday, June 13, 2020 @ 18:36:07
Author: arojas
Revision: 389130
archrelease: copy trunk to testing-any
Added:
breeze-icons/repos/testing-any/
breeze-icons/repos/testing-any/PKGBUILD
(from rev 389129, breeze-icons/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: breeze-icons/repos/testing-any/PKGBUILD (from rev 389129, breeze-icons/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2020-06-13 18:36:07 UTC (rev 389130)
@@ -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.71.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)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('72217c46e071b204a80ff8064b1b7319c7a7f9f0b08e69d8add2065e5d301155'
+ '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