aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
AgeCommit message (Collapse)Author
2015-10-23vim: do not autoenable the mouseJackie Huang
The mouse being autoenabled is just annoying in xfce4-terminal (mouse drag make vim go into visual mode and there is no right click menu), so remove the setting for xfce. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-10-13xfce4-screenshooter: ensure output directory is createdJackie Huang
When build with B != S, the output directory for desktop file doesn't exist so it will fail if it's not created before generating the file: /bin/sh: line 1: src/xfce4-screenshooter.desktop.in: No such file or directory Add "$(MKDIR_P) $(dir $@)" to the rule to fix this. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-23xfce4-pulseaudio-plugin: add packageconfig for libnotifyJackie Huang
Add PACKAGECONFIG for libnotify and disable it by default to avoid the QA issue: WARNING: QA Issue: xfce4-pulseaudio-plugin rdepends on libnotify, but it isn't a build dependency? [build-deps] Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-23xfce4-settings: make Adwaita default icon themeAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-23xfce4-settings: get 0001-xsettings.xml-Set-default-themes.patch backAndreas Müller
This patch was accidently included in the git source branch. It is neither new functionality nor bugfix. It is a configuration and should remain in meta-xfce. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-23xfce4-settings: remove libnotify from DEPENDS - it is in PACKAGECONFIGAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-23xfce4-power-manager: make upower a build dependencyAndreas Müller
This one came up when upower failed: | *** The required package upower-glib was not found on your system. | *** Please install upower-glib (atleast version 0.9.7) or adjust | *** the PKG_CONFIG_PATH environment variable if you | *** installed the package in a nonstandard prefix so that | *** pkg-config is able to find it. xfce4-power-manager links against upower so we can expect shlibs causing upower being added to RDEPENDS. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-23thunar-volman: replace udev by libgudev in DEPENDSAndreas Müller
fixes: | checking for gudev-1.0 >= 145... not found | *** The required package gudev-1.0 was not found on your system. | *** Please install gudev-1.0 (atleast version 145) or adjust Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-23xfce4-settings: recommend adwaita, not gnome-icon-themeJussi Kukkonen
RRECOMMEND adwaita-icon-theme instead of gnome-icon-theme (as latter is removed from oe-core). Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-23libxfce4ui: add RDEPENDS on PN for PN-gtk2 and PN-gtk3Jackie Huang
gtk libs was separated into PN-gtk after commit: d4e5b33 libxfce4ui: build gtk3 libs and pack gtk2/gtk3 libs in separate packages but config files such as xfce4-keyboard-shortcuts.xml is in PN, it works without this, but there no any keyboard shortcut, add the RDEPENDS so that the libs and config files will be both installed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Acked-By: Andreas Müller <schnitzeltony@goolglemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-23meta-xfce/README: mention meta-gnome in layers requiredAndreas Müller
form a quick glance meta-xfce at least requires libwnck and gvfs to build an run properly. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-23packagegroup-xfce-multimedia: add paroleAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-23parole: initial add 0.8.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-23xfce4-equake-plugin: update to 1.3.8Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-08xfce4-notifyd: fix build for libnotify 0.7.xAndreas Müller
the patch included during last commit only made latest xfce4-notifyd work with old version of libnotify. I expected it to work also for libnotify 0.7.x but that failed so remove the patch. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-08rodent-icon-theme: add RPROVIDES/RREPLACE/RCONFLICTS for xfce4-icon-themeAndreas Müller
rodent-icon-theme is successor of xfce4-icon-theme Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-09-08xfce4-icon-theme: removeMartin Jansa
* replaced by rodent-icon-theme Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-31xfce4-whiskermenu-plugin: update to latest gitAndreas Müller
Upstream patch [1] fixes not only mentionend corner bug but makes menu working with touch devices. First I tried to backport but this seemed more effort than expected. As soon as another release is out a patch will be send to update. [1] https://bugzilla.xfce.org/show_bug.cgi?id=11908 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-31packagegroup-xfce-extended: add xfce-dusk-gtk3Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-31xfce-dusk-gtk3: initial add 1.3Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-31gtk-xfce-engine: create and pack gtk3 themes by defaultAndreas Müller
we already have some gtk3 apps in a typical image: xfce4-pulseaudio-plugin, network-manager-applet and xfce4-power-manager 1.5.x will come soon to meta-xfce. These are using gtk3 themes (which need love - but this is a different story). Without this patch loading Xfce gtk3 themes causes complaints for missing xfce theme engine. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-24xfce4-settings: get option to hide mousepointer for (touch) input devices backAndreas Müller
All patches used in oe were added to the used git repo. This makes life easier for next versions coming up and is helps getting binary mouse cursors applied. To make clear, what the git repo contains a note in the recipe was added. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-24rodent-icon-theme: initial add 5.0Andreas Müller
note that ${SOURCEFORGE_MIRROR} in SRC_URI did not work Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-24xfce4-notes-plugin: update to 1.8.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-24xfce4-weather-plugin: update to 0.8.6Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-24xfce4-cpufreq-plugin: update to 1.1.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-24xfdesktop: update to 4.12.3Andreas Müller
patch was applied Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-24packagegroup-xfce-extended: add xfce4-pulseaudio-pluginAndreas Müller
optional on distros supporting pulseaudio Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-24xfce4-pulseaudio-plugin: initial add 0.2.3Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-24xfce4-panel: build gtk3 libraries and ship them in an extra packageAndreas Müller
xfce4-pulseaudio-plugin depends on gtk3 panel libs. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-07-30packagegroup-xfce-extended: add xfce4-hotcorner-pluginAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-07-30xfce4-hotcorner-plugin: initial add 0.0.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-07-30xfce4-notifyd: update to 0.2.4Andreas Müller
This update makes xfce4-notifyd compatible to oe-core's current libnotify and libnotify >= 0.7.0 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-07-16xfdesktop: fix settings for monitors containing white spacesAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-07-16xfce4-session: ensure ip for machine is found by adding to hostsAndreas Müller
This fixes very ugly behaviour: Starting applications e.g xfce4-terminal can delay for minutes in case network is connected. There was a similar approach implemented for xfce4-session but this was removed in commit f54d3a506fef603d8d0c538d1d69a6597152c169 Author: Ash Charles <ashcharles@gmail.com> Date: Mon Feb 23 08:40:53 2015 -0800 xfce4-session: Remove unneeded pkg_postinst The pkg_postinst inherited from previous versions of this recipe no longer seems necessary; no error message seen at runtime in a quick test. As it made the generated packages unnecessarily machine-specific, remove this post-install step. Based on the ensuring discussion, this supersedes the original patch [1]. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2015-February/100454.html Signed-off-by: Ash Charles <ashcharles@gmail.com> Tested-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Unfortuantely my tests for that patch only checked for the messagebox: | Could not look up internet address for <hostname> | This will prevent Xfce from operating correctly. | It may be possible to correct the problem by adding | <hostname> to the file /etc/hosts on your system. For unknown reasons this messagebox is not created but the hint is still extremely valid. To avoid making 'xfce4-session' machine specific an extra meta-recipe 'machine-host' was created on which 'xfce4-session' rdepends. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-07-16libxfce4ui: build gtk3 libs and pack gtk2/gtk3 libs in separate packagesAndreas Müller
the solution provided still allows gtk3 free images (tested on image including packagegroup-xfce-extended) but there will be updates/new recipes for xfce4 requiring gtk3 part of libxfce4ui e.g xfce4-pulseaudio-plugin (replacement for deprecated xfce4-mixer due to missing mixer API in gstreamer-1.0) / parole / xfce4-power-manager. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-05-28exo: update to 0.10.6Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-05-28xfce4-equake-plugin: update to 1.3.7Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-05-28xfce4-notes-plugin: update to 1.8.0Andreas Müller
removed patch is upstream Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-05-28orage: update to 4.12.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-05-28xfwm4: update to 4.12.3Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-05-28xfdesktop: update to 4.12.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-05-28thunar: update to 1.6.10Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-05-28xfce: add imageArmin Kuster
This allow an easier method of getting a XFCE image to demo and use. V2: allow IMAGE_LINGUAS override Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-13xfce4-session: update to 4.12.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-13xfce4-time-out-plugin: update to 1.0.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-13thunar: update to 1.6.8Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-13packagegroup-xfce-extended: add xfce4-smartbookmark-pluginAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-13xfce4-smartbookmark-plugin: initial add 0.4.6Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-13xfce4-power-manager: update to 1.4.4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>