author | Antonio Rojas
<arojas@archlinux.org> 2021-12-03 23:03:03 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-12-03 23:03:03 UTC |
parent | a23e116380644d05225cae3fd3965f9359d0dc6a |
PKGBUILD | +9 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index f8a1d4f..ece1eb0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,18 +4,24 @@ pkgname=breeze-icons pkgver=5.88.0 -pkgrel=1 +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}) +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') + 'SKIP' + '791cecd819fba51f472cf4079a4d7fb70787bb838e1b2aa152db26b0aebd85cf') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> +prepare() { + patch -d $pkgname-$pkgver -p1 < 250a7d0b.patch # Fix breeze-dark icons +} + build() { cmake -B build -S $pkgname-$pkgver \ -DBINARY_ICONS_RESOURCE=ON \