← recipes

Commit ea97777

0
plików
+0
dodanych
-0
usuniętych
@@ -0,0 +1,29 @@
1 +pkgname: breeze-icons
2 +pkgver: '6.28.0'
3 +pkgrel: '1'
4 +pkgdesc: 'Breeze icon theme'
5 +url: 'https://invent.kde.org/frameworks/breeze-icons'
6 +arch: x86_64
7 +license:
8 +- 'LGPL-2.1-or-later LGPL-3.0-or-later'
9 +
10 +depends: []
11 +makedepends:
12 +- 'extra-cmake-modules'
13 +- 'qt6-base'
14 +# python-lxml jest wymagany przez WITH_ICON_GENERATION (domyslnie ON) do
15 +# wygenerowania ikon 24x24; bez niego configure albo generacja ikon pada.
16 +- python-lxml
17 +
18 +source:
19 +- 'https://download.kde.org/stable/frameworks/6.28/${pkgname}-${pkgver}.tar.xz'
20 +
21 +sha256sums:
22 +- SKIP
23 +
24 +build: |
25 + 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
26 + cmake --build build
27 +
28 +package: |
29 + DESTDIR="${PKGDIR}" cmake --install build