cinnamon-control-center: initial add 5.2.1+

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-04-20 11:46:28 +02:00
parent ed3292cc82
commit 15b40c312b
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
SUMMARY = "A collection of configuration plugins used in cinnamon-settings"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
DEPENDS = " \
colord \
libgnomekbd \
libxklavier \
libnotify \
iso-codes \
polkit \
libnma \
modemmanager \
pulseaudio \
gnome-online-accounts \
cinnamon-desktop \
cinnamon-menus \
"
inherit meson pkgconfig features_check gtk-icon-cache gettext gsettings
REQUIRED_DISTRO_FEATURES += "polkit pulseaudio x11"
SRC_URI = "git://github.com/linuxmint/cinnamon-control-center.git;branch=master;protocol=https"
SRCREV = "30728a0a142ac0deffde5267263c3b345f1c6556"
PV = "5.2.1+git${SRCPV}"
S = "${WORKDIR}/git"
EXTRA_OEMESON += " \
-Dwacom=false \
"
FILES:${PN} += "${libdir}/cinnamon-control-center-1/panels"

View File

@@ -40,6 +40,7 @@ FILES:${PN} += " \
"
RDEPENDS:${PN} += " \
cinnamon-control-center \
cinnamon-menus \
cinnamon-settings-daemon \
evolution-data-server \

View File

@@ -9,6 +9,7 @@ inherit packagegroup
RDEPENDS:${PN} = " \
cinnamon \
cinnamon-control-center \
cinnamon-desktop \
cinnamon-menus \
cinnamon-settings-daemon \