- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
17 lines
589 B
BlitzBasic
17 lines
589 B
BlitzBasic
SUMMARY = "Rodent-icon-theme (was xfce4-icon-theme) is a svg icon theme"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
|
|
|
inherit allarch autotools gtk-icon-cache
|
|
|
|
SRC_URI = "http://sourceforge.net/projects/xffm/files/${BPN}/${BPN}-${PV}.tar.gz"
|
|
SRC_URI[md5sum] = "4b097d344a160d6497c6498985c8df15"
|
|
SRC_URI[sha256sum] = "6ed00d16faa1f55b3bb7b13862de1d7f5cfd978b93e42487ded21595d0dbe208"
|
|
|
|
FILES:${PN} += "${datadir}/icons"
|
|
|
|
RREPLACES:${PN} += "xfce4-icon-theme"
|
|
RPROVIDES:${PN} += "xfce4-icon-theme"
|
|
RCONFLICTS:${PN} += "xfce4-icon-theme"
|
|
|