summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce
Commit message (Collapse)AuthorAgeFilesLines
...
* xfce4-power-manager: remove udisks rdependencyAndreas Müller2016-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | udisks spin down feature support was removed in: commit dc6ef998a2f19b6c2fcbfb48164db04be44c885d Author: Harald Judt <h.judt@gmx.at> Date: Sun Jul 13 21:34:22 2014 +0200 Remove disk spin down feature (3/3) Finally, let's remove the low-level code and remaining definitions. commit c9d0626110e4b6e906610e9a2316cdac7a11d58e Author: Harald Judt <h.judt@gmx.at> Date: Sun Jul 13 21:26:21 2014 +0200 Remove disk spin down feature (2/3) Remove all related GUI widgets from the settings dialog. commit 3ad75fad293fb66e6316aa5820ee064f264eafa4 Author: Harald Judt <h.judt@gmx.at> Date: Sun Jul 13 21:22:05 2014 +0200 Remove disk spin down feature (1/3) The spin down feature does not work and would need a rewrite to work with udisks-2. What's more, it is probably functionality best handled by other tools or scripts, so let's remove it from the power manager. As a first step, this commit removes all interfacing code between GUI and low-level udisks functions. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-xfce-extended: add xfce4-sensors-pluginAndreas Müller2016-01-061-0/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-xfce-extended: xfce-polkitAndreas Müller2015-11-061-0/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-settings: make Adwaita default icon themeAndreas Müller2015-09-231-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-settings: get 0001-xsettings.xml-Set-default-themes.patch backAndreas Müller2015-09-232-2/+38
| | | | | | | | 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>
* xfce4-settings: remove libnotify from DEPENDS - it is in PACKAGECONFIGAndreas Müller2015-09-231-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-power-manager: make upower a build dependencyAndreas Müller2015-09-231-2/+2
| | | | | | | | | | | | | | | | 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>
* thunar-volman: replace udev by libgudev in DEPENDSAndreas Müller2015-09-231-1/+1
| | | | | | | | | | 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>
* xfce4-settings: recommend adwaita, not gnome-icon-themeJussi Kukkonen2015-09-231-1/+1
| | | | | | | | 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>
* libxfce4ui: add RDEPENDS on PN for PN-gtk2 and PN-gtk3Jackie Huang2015-09-231-0/+3
| | | | | | | | | | | | | | 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>
* packagegroup-xfce-extended: add xfce-dusk-gtk3Andreas Müller2015-08-311-0/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk-xfce-engine: create and pack gtk3 themes by defaultAndreas Müller2015-08-311-2/+2
| | | | | | | | | | | | | 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>
* xfce4-settings: get option to hide mousepointer for (touch) input devices backAndreas Müller2015-08-2410-1443/+6
| | | | | | | | | | 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>
* xfdesktop: update to 4.12.3Andreas Müller2015-08-242-141/+2
| | | | | | | patch was applied Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-xfce-extended: add xfce4-pulseaudio-pluginAndreas Müller2015-08-241-0/+1
| | | | | | | optional on distros supporting pulseaudio Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-panel: build gtk3 libraries and ship them in an extra packageAndreas Müller2015-08-241-1/+9
| | | | | | | 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>
* packagegroup-xfce-extended: add xfce4-hotcorner-pluginAndreas Müller2015-07-301-0/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfdesktop: fix settings for monitors containing white spacesAndreas Müller2015-07-162-0/+139
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-session: ensure ip for machine is found by adding to hostsAndreas Müller2015-07-162-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* libxfce4ui: build gtk3 libs and pack gtk2/gtk3 libs in separate packagesAndreas Müller2015-07-162-39/+5
| | | | | | | | | | 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>
* exo: update to 0.10.6Andreas Müller2015-05-281-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfwm4: update to 4.12.3Andreas Müller2015-05-281-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfdesktop: update to 4.12.2Andreas Müller2015-05-281-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* thunar: update to 1.6.10Andreas Müller2015-05-281-3/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-session: update to 4.12.1Andreas Müller2015-05-131-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* thunar: update to 1.6.8Andreas Müller2015-05-131-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-xfce-extended: add xfce4-smartbookmark-pluginAndreas Müller2015-05-131-0/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-power-manager: update to 1.4.4Andreas Müller2015-05-131-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exo: update to 0.10.4Andreas Müller2015-05-131-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-settings: update to 4.12.0Andreas Müller2015-03-212-17/+4
| | | | | | | | | | | | | * Source is taken from external git repo as before due to problems patching binary files (icons). The revision is 4.12 release + Date/Time setter which was not accepted upstream. * Touchscreen/invisible mouse pointer patches do not apply anymore and it is not a matter of simple rebasing due to new libinput support. Patches were kept because reimplemementation is in progress. This - together with libinput support - will be sent in a follow up patch. * git repo was moved to github Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gtk-xfce-engine: update to 3.2.0Andreas Müller2015-03-211-3/+6
| | | | | | | | | | announcement for 3.2.0 [1] notes that gtk3 engine is not used in Xfce 4.12 and is disabled by default. For users still wanting gtk3 part build, a PACKAGECONFIG was introduced. [1] https://mail.xfce.org/pipermail/xfce/2015-February/034198.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-power-manager: update to 1.4.3Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* tumbler: update to 0.1.31Andreas Müller2015-03-211-9/+2
| | | | | | | * static libraries are gone * plugin link is created correctly so no need to recreate Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfdesktop: update to 4.12.0Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* thunar-volman: update to 0.8.1Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* thunar: update to 1.6.6Andreas Müller2015-03-211-10/+14
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-appfinder: update to 4.12.0Andreas Müller2015-03-211-2/+4
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-session: update to 4.12.0Andreas Müller2015-03-212-31/+28
| | | | | | consolekit support is gone Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-panel: update to 4.12.0Andreas Müller2015-03-211-4/+4
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfwm4: update to 4.12.2Andreas Müller2015-03-211-11/+4
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* garcon: update to 0.4.0Andreas Müller2015-03-211-4/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libxfce4ui: update to 4.12.1Andreas Müller2015-03-212-13/+11
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfconf: update to 4.12.0Andreas Müller2015-03-212-115/+2
| | | | | | removed patch applied long time ago Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* libxfce4util: update to 4.12.1Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-dev-tools: update to 4.12.0Andreas Müller2015-03-212-19/+3
| | | | | | | to be honest: have no idea what the patch was for. Tested complete xfce 4.12 without issues. So remove it. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* exo: update to 0.10.3Andreas Müller2015-03-212-15/+16
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-session: Remove unneeded pkg_postinstAsh Charles2015-03-031-5/+0
| | | | | | | | | | | | | | 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>
* packagegroup-xfce-extended: add xfce4-timer-pluginAndreas Müller2015-02-191-0/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* packagegroup-xfce-extended: add xfce4-kbdleds-pluginAndreas Müller2015-02-191-0/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* packagegroup-xfce-extended: replace xfce4-brightness-plugin by ↵Andreas Müller2014-10-271-1/+1
| | | | | | | xfce4-powermanager-plugin Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>