Date: Friday, December 3, 2021 @ 23:03:12
Author: arojas
Revision: 430676
archrelease: copy trunk to extra-any
Added:
breeze-icons/repos/extra-any/PKGBUILD
(from rev 430675, breeze-icons/trunk/PKGBUILD)
Deleted:
breeze-icons/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 62 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 34 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 23:03:03 UTC (rev 430675)
+++ PKGBUILD 2021-12-03 23:03:12 UTC (rev 430676)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=breeze-icons
-pkgver=5.88.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=('99659ef3775a537fa51b0a9e942bbe1b7a5a6f9d911adf2ca2d3e9638f0884b4'
- '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
-}
Copied: breeze-icons/repos/extra-any/PKGBUILD (from rev 430675,
breeze-icons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-03 23:03:12 UTC (rev 430676)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=breeze-icons
+pkgver=5.88.0
+pkgrel=2
+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}
+ https://invent.kde.org/frameworks/breeze-icons/-/commit/250a7d0b.patch)
+sha256sums=('99659ef3775a537fa51b0a9e942bbe1b7a5a6f9d911adf2ca2d3e9638f0884b4'
+ 'SKIP'
+ '791cecd819fba51f472cf4079a4d7fb70787bb838e1b2aa152db26b0aebd85cf')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure
<[email protected]>
+
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < 250a7d0b.patch # Fix breeze-dark icons
+}
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBINARY_ICONS_RESOURCE=ON \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}