mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-01-29 21:08:43 +01:00
Add Breeze icon theme recipe
Reviewers: cordlandwehr Reviewed By: cordlandwehr Differential Revision: https://phabricator.kde.org/D7083
This commit is contained in:
21
recipes-kf5/tier1/breeze-icons.inc
Normal file
21
recipes-kf5/tier1/breeze-icons.inc
Normal file
@@ -0,0 +1,21 @@
|
||||
DESCRIPTION = "Breeze Icons"
|
||||
HOMEPAGE = "https://api.kde.org/frameworks/breeze-icons/html/index.html"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
PR = "r0"
|
||||
|
||||
# DEPENDS = "qtbase"
|
||||
|
||||
SRC_URI = "git://anongit.kde.org/breeze-icons"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake_kf5
|
||||
# binary icon resource generation has no cross-compilation support yet
|
||||
EXTRA_OECMAKE += " -DBINARY_ICONS_RESOURCE=OFF"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/icons/breeze/index.theme \
|
||||
${datadir}/icons/breeze/*/*/*.svg \
|
||||
${datadir}/icons/breeze-dark/index.theme \
|
||||
${datadir}/icons/breeze-dark/*/*/*.svg \
|
||||
"
|
||||
2
recipes-kf5/tier1/breeze-icons_5.36.0.bb
Normal file
2
recipes-kf5/tier1/breeze-icons_5.36.0.bb
Normal file
@@ -0,0 +1,2 @@
|
||||
require ${PN}.inc
|
||||
SRCREV = "v${PV}"
|
||||
Reference in New Issue
Block a user