mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
* we lost by xfce 4.16 * it is a development release but it was run tested and as soon as a stable version is released we can come back Release notes for 1.9.0 ======================= [Please note that this is a development release.] This is a development release which (finally) port the plugin to gtk3 and make it compatible with xfce 4.16. - Remove unused variable - Update deprecated autotools macros - Do not mark text with ':' after '://' as a link (bug #52) - Add support for links with scheme other than HTTP (bug #52) - Fix missing-prototypes - Create README.md. Update configure.ac.in - Add basic gitlab CI - Fix "Disabled labels on context menu are dark yellow" - Fix a few deprecation warnings - Fix make distcheck - Fix blinking image on panel - Remove commented code - Update build system - Fix make distcheck - Remove deprecated gtk stock usage - Fix build system - Continue the gtk3 port - Update URLs from goodies.x.o to docs.x.o (Bug #16171) - po: update POTFILES.in - gtk3: update css style with required changes from 3.20 - gtk3: drop libunique leftover flags and code - gtk3: Drop support for GTK+-2.0 - bump post release - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
69 lines
1.6 KiB
BlitzBasic
69 lines
1.6 KiB
BlitzBasic
SUMMARY = "All packages for full XFCE installation"
|
|
SECTION = "x11/wm"
|
|
|
|
PR = "r10"
|
|
|
|
inherit packagegroup features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
# mandatory
|
|
RDEPENDS_${PN} = " \
|
|
packagegroup-xfce-base \
|
|
"
|
|
|
|
# nice to have
|
|
RRECOMMENDS_${PN} = " \
|
|
xfwm4-theme-daloa \
|
|
xfwm4-theme-kokodi \
|
|
xfwm4-theme-moheli \
|
|
\
|
|
xfce-dusk-gtk3 \
|
|
\
|
|
xfce4-cpufreq-plugin \
|
|
xfce4-cpugraph-plugin \
|
|
xfce4-datetime-plugin \
|
|
xfce4-eyes-plugin \
|
|
xfce4-clipman-plugin \
|
|
xfce4-diskperf-plugin \
|
|
xfce4-netload-plugin \
|
|
xfce4-genmon-plugin \
|
|
xfce4-xkb-plugin \
|
|
xfce4-wavelan-plugin \
|
|
xfce4-places-plugin \
|
|
xfce4-systemload-plugin \
|
|
xfce4-time-out-plugin \
|
|
xfce4-timer-plugin \
|
|
xfce4-weather-plugin \
|
|
xfce4-fsguard-plugin \
|
|
xfce4-battery-plugin \
|
|
xfce4-mount-plugin \
|
|
xfce4-powermanager-plugin \
|
|
xfce4-closebutton-plugin \
|
|
xfce4-notes-plugin \
|
|
xfce4-whiskermenu-plugin \
|
|
xfce4-mailwatch-plugin \
|
|
xfce4-smartbookmark-plugin \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'xfce4-pulseaudio-plugin', '', d)} \
|
|
xfce4-sensors-plugin \
|
|
xfce4-calculator-plugin \
|
|
xfce4-verve-plugin \
|
|
\
|
|
${@bb.utils.contains('DISTRO_FEATURES','polkit','xfce-polkit','',d)} \
|
|
${@bb.utils.contains("DISTRO_FEATURES", "bluetooth", "blueman", "", d)} \
|
|
\
|
|
thunar-media-tags-plugin \
|
|
thunar-archive-plugin \
|
|
\
|
|
xfce4-appfinder \
|
|
xfce4-screensaver \
|
|
xfce4-screenshooter \
|
|
xfce4-power-manager \
|
|
ristretto \
|
|
xfce4-taskmanager \
|
|
gigolo \
|
|
mousepad \
|
|
catfish \
|
|
xfce4-panel-profiles \
|
|
"
|