diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.44.0.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.44.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.44.0.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.44.0.bb new file mode 100644 index 0000000000..67bdf58f81 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.44.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "GNOME flashback panel" | ||
| 2 | LICENSE = "GPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 4 | |||
| 5 | inherit gnomebase gsettings itstool gnome-help gtk-icon-cache gtk-doc gettext upstream-version-is-even features_check | ||
| 6 | |||
| 7 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" | ||
| 8 | |||
| 9 | DEPENDS += " \ | ||
| 10 | yelp-tools-native \ | ||
| 11 | libwnck3 \ | ||
| 12 | polkit \ | ||
| 13 | dconf \ | ||
| 14 | libgweather4 \ | ||
| 15 | gnome-menus \ | ||
| 16 | gnome-desktop \ | ||
| 17 | gdm \ | ||
| 18 | " | ||
| 19 | |||
| 20 | SRC_URI[archive.sha256sum] = "99655f75d031876c130ed23c4da22c099e7bcc4048b0255a3c3a3bbc787b31aa" | ||
| 21 | |||
| 22 | PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server" | ||
| 23 | |||
| 24 | RDEPENDS:${PN} += "gdm-base" | ||
