summaryrefslogtreecommitdiffstats
path: root/meta-xfce
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* rodent-icon-theme: initial add 5.0Andreas Müller2015-08-241-0/+11
| | | | | | | 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>
* xfce4-notes-plugin: update to 1.8.1Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-weather-plugin: update to 0.8.6Andreas Müller2015-08-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-cpufreq-plugin: update to 1.1.2Andreas Müller2015-08-241-2/+2
| | | | | 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-pulseaudio-plugin: initial add 0.2.3Andreas Müller2015-08-241-0/+14
| | | | | 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>
* xfce4-hotcorner-plugin: initial add 0.0.2Andreas Müller2015-07-301-0/+11
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-notifyd: update to 0.2.4Andreas Müller2015-07-302-5/+157
| | | | | | | 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>
* 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>
* xfce4-equake-plugin: update to 1.3.7Andreas Müller2015-05-281-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-notes-plugin: update to 1.8.0Andreas Müller2015-05-283-132/+3
| | | | | | removed patch is upstream Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* orage: update to 4.12.1Andreas Müller2015-05-281-4/+4
| | | | 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>
* xfce: add imageArmin Kuster2015-05-281-0/+17
| | | | | | | | | 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>
* 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>
* xfce4-time-out-plugin: update to 1.0.2Andreas 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-smartbookmark-plugin: initial add 0.4.6Andreas Müller2015-05-131-0/+9
| | | | | 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>
* meta-xfce: add layer dependsArmin Kuster2015-05-131-0/+10
| | | | | | | | depends on gnome if an image includes packagegroup-xfce-base. depends on meta-networking if an image includes packagegroup-xfce-base-extended. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-eyes-plugin_ update to 4.4.4Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-closebutton-plugin: git repo was moved to githubAndreas Müller2015-03-211-1/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xarchiver: git repo was moved to githubAndreas Müller2015-03-211-1/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-places-plugin: update to 1.7.0Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-mpc-plugin: update to 0.4.5Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-wavelan-plugin: update to 0.5.12Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.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>
* xfce4-mixer: update to 4.11.0Andreas Müller2015-03-211-2/+2
| | | | | | | | This did not make it into the official Xfce 4.12 release. Reason is that mixer interface was dropped in gstreamer-1.0. As long as we support gstreamer 0.10 keep xfce4-mixer. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-taskmanager: update to 1.1.0Andreas Müller2015-03-212-31/+2
| | | | | | remove unused patch Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-whiskermenu-plugin: update to 1.5.0.bbAndreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-fsguard-plugin: update to 1.0.2Andreas Müller2015-03-211-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-diskperf-plugin: update to 2.5.5Andreas Müller2015-03-211-2/+2
| | | | 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>
* mousepad: update to 0.4.0Andreas Müller2015-03-211-2/+7
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* ristretto: update to 0.8.0Andreas Müller2015-03-211-2/+4
| | | | 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>