mirror of
https://github.com/schnitzeltony/meta-gnome-forks.git
synced 2026-01-29 17:08:42 +01:00
24 lines
516 B
BlitzBasic
24 lines
516 B
BlitzBasic
SUMMARY = "Basic Cinnamon desktop session"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
|
|
|
# at least cinnamon-menus are dynamically renamed
|
|
PACKAGE_ARCH = "${TUNE_PKGARCH}"
|
|
|
|
inherit packagegroup
|
|
|
|
RDEPENDS:${PN} = " \
|
|
mint-themes \
|
|
mint-x-icons \
|
|
cinnamon \
|
|
cinnamon-control-center \
|
|
cinnamon-desktop \
|
|
cinnamon-menus \
|
|
cinnamon-session \
|
|
cinnamon-settings-daemon \
|
|
cjs \
|
|
muffin \
|
|
python3-xapp \
|
|
libxapp \
|
|
"
|