summaryrefslogtreecommitdiffstats
path: root/meta-xfce
Commit message (Collapse)AuthorAgeFilesLines
* xfce4-session: fix build on X11-less hostsAndreas Müller2013-01-032-2/+44
| | | | | | | | | error message was: | checking for iceauth... no | configure: error: iceauth missing, please check your X11 installation Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-places-plugin: update to 1.5.0Andreas Müller2013-01-031-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-mixer: update to 4.10.0Andreas Müller2013-01-031-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mousepad: initial add 0.3.0Andreas Müller2013-01-031-0/+10
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-xfce-base: xfce-terminal -> xfce4-terminalAndreas Müller2013-01-031-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-terminal: update to 0.6.1Andreas Müller2013-01-032-20/+12
| | | | | | | | | | * renamed upstream Terminal -> xfce4-terminal [1] * dependencies changed [1] [1] http://mail.xfce.org/pipermail/xfce/2012-December/031872.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* thunar: update to 1.6.2Andreas Müller2013-01-031-3/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tumbler: update to 0.1.26Andreas Müller2013-01-031-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.2Andreas Müller2013-01-032-4/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-session: remove gnome-keyring dependencyAndreas Müller2012-12-272-2/+86
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-settings: update to 4.11.0Andreas Müller2012-12-273-68/+62
| | | | | | | | | this is a development release: * tests did not show errors * the new option to store default keyboard layout makes it worth to update Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-settings: Remember the settings manager window sizeAndreas Müller2012-12-272-1/+157
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-settings: add a 'Touchscreen pointer' option in mouse settingsAndreas Müller2012-12-278-2/+2470
| | | | | | | | | | | | | | | | | | | | | | 'Touchscreen pointer' can be set per pointer device. If the pointer device gets active (Press/Move/Plugin) and this option is set: * Mouse cursor is hidden during normal operation * When waiting for startup-notification a wait cursor is displayed * The gtk2 setting TouchscreenMode is set to e.g disable prelighting buttons on mouse over The changes are in use for a while now on my devices help using XFCE on touchsreen devices. The git-version of this patch series was sent to https://bugzilla.xfce.org/show_bug.cgi?id=9474 but no response was received yet. In the patch series attached here the binary cursor files 'invisible' and 'wait' were taken out of patch 0001.. because the files were not created by do_patch. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-settings: add garcon to DEPENDSAndreas Müller2012-12-271-1/+2
| | | | | | | | | | | | | | error message was: checking for garcon-1 >= 0.1.10... not found *** The required package garcon-1 was not found on your system. *** Please install garcon-1 (atleast version 0.1.10) 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. Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openzone: Initial add 1.2.3Andreas Müller2012-12-271-0/+29
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-openembedded: use correct format of Upstream-StatusMartin Jansa2012-12-235-5/+5
| | | | | | | * some patches have also incorrect value, but e.g. "Unknown" is as good as "Pending" to me Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* thunar: add xfce4-panel to dependencies to ensure trash-plugin (tpa) is buildAndreas Müller2012-11-131-1/+2
|
* Replace bb.data.* with d.*Paul Eggleton2012-10-283-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Used sed expression given here: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html Plus an additional expression for .expand. Full expression is: sed \ -e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Some minor correction in systemd.bbclass was needed for some expressions that didn't quite match the regex in the desired way; additionally a few instances were manually changed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* PACKAGES_DYNAMIC: use regexp not globMartin Jansa2012-10-193-3/+3
| | | | | | | | | | * bitbake uses PACKAGES_DYNAMIC as regexp ^ could make matching faster (and it will be more clear that we're expecting regexp not glob) * made all those last '-' optional, use .* (or nothing) * use += instead of = in most cases to keep ${PN}-locale from bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxfce4ui: add glade packageAndreas Müller2012-10-161-2/+8
| | | | | | | | | | | | * To edit glade files for xfce-packages it needs libxfce4ui's catalog [1]. * Unfortunately some host distributions do not supply a libxfce4ui-glade package. * By installing glade3 + libxfce4ui-glade it is now possible to edit xfce's glade-files on target machine. [1] http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/20021 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* README: add some layer dependency hintsAndreas Müller2012-09-181-0/+6
|
* packagegroup-xfce-multimedia: initial addAndreas Müller2012-09-181-0/+10
|
* xfmpc: initial add 0.2.2Andreas Müller2012-09-181-0/+13
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-mpc-plugin: initial add 0.4.4Andreas Müller2012-09-181-0/+15
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* packagegroup-xfce-extended: add xfce4-fsguard-plugin and xfce4-battery-pluginAndreas Müller2012-09-181-1/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-battery-plugin: initial add 1.0.5Andreas Müller2012-09-181-0/+9
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-fsguard-plugin: initial add 1.0.1Andreas Müller2012-09-181-0/+9
|
* xfce4-systemload-plugin: update to 1.1.1Andreas Müller2012-09-181-2/+2
|
* xfce4-cpugraph-plugin: update to 1.0.5Andreas Müller2012-09-181-2/+2
|
* xfce4-places-plugin: update to 1.4.0Andreas Müller2012-09-181-2/+2
|
* xfce4-diskperf-plugin: update to 2.5.4Andreas Müller2012-09-181-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-netload-plugin: update to 1.2.0Andreas Müller2012-09-181-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-screenshooter: update to 1.8.1Andreas Müller2012-09-182-6/+48
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-wavelan-plugin: update to 0.5.11Andreas Müller2012-09-181-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* ristretto: update to 0.6.0Andreas Müller2012-09-181-4/+3
| | | | | | LIC_FILES_CHKSUM: Free Software Foundation address changed Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* gtk-xfce-engine: update to 3.0.1 and restructureAndreas Müller2012-09-183-48/+23
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* thunar-volman: update to 0.8.0Andreas Müller2012-09-181-4/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* tumbler: update to 0.1.25Andreas Müller2012-09-181-4/+4
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-appfinder: update to 4.10.0Andreas Müller2012-09-182-12/+10
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfdesktop update to 4.10.0Andreas Müller2012-09-183-50/+12
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* thunar: update to 1.4.0Andreas Müller2012-09-181-7/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-panel: update to 4.10.0Andreas Müller2012-09-181-7/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfwm4-themes: initial add 4.10.0Andreas Müller2012-09-181-0/+19
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* packagegroup-xfce-base: no need to RDEPEND xfwm4-theme-default - xfwm4 does ↵Andreas Müller2012-09-181-1/+0
| | | | | | already Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* packagegreoup-xfce-extended: only RDEPEND on themes shipped by xfwm4Andreas Müller2012-09-181-6/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfwm4: update to 4.10.0Andreas Müller2012-09-181-5/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-settings: update to 4.10.0 and set default themesAndreas Müller2012-09-184-32/+68
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-session: update to 4.10.0Andreas Müller2012-09-182-47/+28
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfconf: update to 4.10.0Andreas Müller2012-09-181-5/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce-utils: remove since they are not needed anymoreAndreas Müller2012-09-182-22/+1
| | | | | | | | Functionality has been moved in xfce4-session, libxfce4ui, xfce4-appfinder or is removed [1]. [1] http://xfce.org/download/changelogs/4.10pre1 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>