- 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)
25 lines
992 B
BlitzBasic
25 lines
992 B
BlitzBasic
SUMMARY = "Xfce screensaver Application"
|
|
DESCRIPTION = "Xfce screensaver is a screen saver and locker that aims to have simple, sane, secure defaults and be well integrated with the desktop."
|
|
HOMEPAGE = "https://git.xfce.org/apps/xfce4-screensaver/about/"
|
|
SECTION = "x11/application"
|
|
|
|
LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later "
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c \
|
|
"
|
|
|
|
DEPENDS = "dbus-glib garcon gtk+3 libxklavier libxscrnsaver virtual/libx11 xfconf libwnck3"
|
|
|
|
inherit xfce-app
|
|
|
|
SRC_URI:append = " file://fix-cross-compile.patch"
|
|
SRC_URI[sha256sum] = "b731e8abd68a18cc5d3b523351aa8f9f293c9f63290c1781c9155259deb04a5c"
|
|
|
|
do_install:append() {
|
|
install -D -m 0644 ${S}/data/xfce4-screensaver.common-auth ${D}${sysconfdir}/pam.d/xfce4-screensaver
|
|
}
|
|
|
|
FILES:${PN} += "${datadir}/dbus-1 ${datadir}/desktop-directories"
|
|
|
|
RDEPENDS:${PN} += "python3-core"
|