🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829
pkgname: breeze-icons
pkgver: '6.28.0'
pkgrel: '1'
pkgdesc: 'Breeze icon theme'
url: 'https://invent.kde.org/frameworks/breeze-icons'
arch: x86_64
license:
- 'LGPL-2.1-or-later LGPL-3.0-or-later'
depends: []
makedepends:
- 'extra-cmake-modules'
- 'qt6-base'
# python-lxml jest wymagany przez WITH_ICON_GENERATION (domyslnie ON) do
# wygenerowania ikon 24x24; bez niego configure albo generacja ikon pada.
- python-lxml
source:
- 'https://download.kde.org/stable/frameworks/6.28/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cmake -B build -S breeze-icons-6.28.0 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -Wno-dev
cmake --build build
package: |
DESTDIR="${PKGDIR}" cmake --install build