- 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)
20 lines
624 B
BlitzBasic
20 lines
624 B
BlitzBasic
SUMMARY = "Modified version of the xfce-dusk theme to support also gtk 3.x too"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
|
|
|
inherit allarch
|
|
|
|
SRC_URI = "https://downloads.yoctoproject.org/mirror/sources/141404-xfce_dusk_gtk3-1_3.tar.gz;subdir=${BPN}-${PV}"
|
|
SRC_URI[md5sum] = "b3ad37ad8173b14ec090e60a80e65d8f"
|
|
SRC_URI[sha256sum] = "bfa8a88607d1a1da5bd0b9e4e075767c54400a3c5a0fae88b619ed71532f30b4"
|
|
|
|
do_configure() {
|
|
}
|
|
|
|
do_install() {
|
|
install -d ${D}${datadir}/themes
|
|
cp -r Xfce-dusk-gtk3 ${D}${datadir}/themes/Xfce-dusk-gtk3
|
|
}
|
|
|
|
FILES:${PN} = "${datadir}/themes"
|