[arch-commits] Commit in breeze-icons/repos (testing-any testing-any/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Apr 11 09:40:52 UTC 2020
Date: Saturday, April 11, 2020 @ 09:40:52
Author: arojas
Revision: 380071
archrelease: copy trunk to testing-any
Added:
breeze-icons/repos/testing-any/
breeze-icons/repos/testing-any/PKGBUILD
(from rev 380070, breeze-icons/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: breeze-icons/repos/testing-any/PKGBUILD (from rev 380070, breeze-icons/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2020-04-11 09:40:52 UTC (rev 380071)
@@ -0,0 +1,34 @@
+# 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.69.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=('d38d8c9b95eaac75d9310cd3aca617be791e93b4a7372d8d059d918fe9bf82f7'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DBINARY_ICONS_RESOURCE=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list