mirror of
https://github.com/schnitzeltony/meta-gnome-forks.git
synced 2026-01-29 17:08:42 +01:00
cinnamon-screensaver: initial add 5.2.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
SUMMARY = "The Cinnamon screen locker and screensaver program"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=0b9285731f87837aeb321c2dfb857951 \
|
||||
file://COPYING.LIB;md5=59b5d7f7b4987b5ecf9ffef011d9ed05 \
|
||||
"
|
||||
|
||||
DEPENDS = " \
|
||||
gtk+3 \
|
||||
virtual/libx11 \
|
||||
libxinerama \
|
||||
"
|
||||
|
||||
# gsettings
|
||||
inherit meson pkgconfig gobject-introspection gtk-icon-cache features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES += "x11 pam"
|
||||
|
||||
# gobject-introspection is mandatory and cannot be configured
|
||||
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
|
||||
GIR_MESON_OPTION = ""
|
||||
|
||||
SRC_URI = "git://github.com/linuxmint/cinnamon-screensaver.git;branch=master;protocol=https"
|
||||
SRCREV = "2d0df7841ad996303732619fbeb65b782c07e887"
|
||||
PV = "5.2.1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
FILES:${PN} += "${datadir}/dbus-1"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
accountsservice \
|
||||
cinnamon-desktop \
|
||||
libgnomekbd \
|
||||
python3-core \
|
||||
python3-pygobject \
|
||||
python3-setproctitle \
|
||||
python3-xapp \
|
||||
"
|
||||
@@ -44,6 +44,7 @@ RDEPENDS:${PN} += " \
|
||||
network-manager-applet \
|
||||
cinnamon-control-center \
|
||||
cinnamon-menus \
|
||||
cinnamon-screensaver \
|
||||
cinnamon-settings-daemon \
|
||||
nemo \
|
||||
evolution-data-server \
|
||||
|
||||
@@ -15,6 +15,7 @@ RDEPENDS:${PN} = " \
|
||||
cinnamon-control-center \
|
||||
cinnamon-desktop \
|
||||
cinnamon-menus \
|
||||
cinnamon-screensaver \
|
||||
cinnamon-session \
|
||||
cinnamon-settings-daemon \
|
||||
cjs \
|
||||
|
||||
Reference in New Issue
Block a user