summaryrefslogtreecommitdiffstats
path: root/meta-xfce
Commit message (Collapse)AuthorAgeFilesLines
* xfce4-mixer: add missing dep on libuniqueKoen Kooi2013-04-301-1/+1
| | | | | | | | | | | | | checking for unique-1.0 >= 1.1... not found *** The required package unique-1.0 was not found on your system. *** Please install unique-1.0 (atleast version 1.1) 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: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-xkb-plugin: Update to latest gitAndreas Müller2013-04-301-3/+12
| | | | | | | | | | | | | | | | In 7b35cdc554ee3f42f9619996604d4674126711c1 xfce4-settings was updated to development-release 4.11.0. Reason for this was handling of keyboard layout by xfce4-settings. With this patch xfce4-xkb-plugin synchronizes with xfce4-settings, shares settings and uses dialogs from xfce4-settings. These changes were not yet released because they depend on development-release of xfce4-settings. Next stable release of xfce4-settings will be with xfce 4.12 with release date unknown [1]. [1] http://wiki.xfce.org/releng/4.12/roadmap#roadmapplanned_features Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* README: show github mirror URL in layer dependenciesMartin Jansa2013-04-291-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* README: add -M to git send-email exampleMartin Jansa2013-04-291-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* update README to dylanEric Bénard2013-04-231-4/+4
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* xfce4-session: Add x-session-manager alternativeOtavio Salvador2013-04-191-2/+5
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-1511-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-session: move systemd support from meta-systemd back to meta-xfceMartin Jansa2013-04-155-1/+485
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfdesktop: update to 4.10.2Andreas Müller2013-04-091-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-datetime-plugin: update to 0.6.2Andreas Müller2013-04-094-414/+9
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exo: remove gnome-mount wrapperAndreas Müller2013-04-092-72/+1
| | | | | | | | | exo-mount was removed long time ago [1] [1] http://git.xfce.org/xfce/exo/commit/?id=5d698bf98b190d7c76a6b406bd5f542b915d0bd1 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exo: create a package for exo-csource - it is not required on targetAndreas Müller2013-04-091-1/+5
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-xfce-extended: add xfce4-closebutton-pluginAndreas Müller2013-04-041-1/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-closebutton-plugin: initial addAndreas Müller2013-04-041-0/+22
| | | | | | | | I do not have the environment and the time to create a tarball, so take sources from my git repo. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exo: add native buildAndreas Müller2013-04-042-1/+88
| | | | | | | | | The native build creates exo-csource only. exo-csource converts glade-files into c-header files. When building xfce projects from git repo, exo-csource is required (tarballs have the glade-headers included). Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exo: inherit perlnative and add liburi-perl-native to DEPENDSAndreas Müller2013-04-041-2/+3
| | | | | | | | * this fixes build on perl-less machines * perlnative.bbclass adds perl-native to DEPENDS so remove it Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-vala: initial add 4.10.2Andreas Müller2013-03-122-0/+56
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-eyes-plugin: update to 4.4.2Andreas Müller2013-03-123-81/+11
| | | | | | | | | minor license changes see [1] [1] http://git.xfce.org/panel-plugins/xfce4-eyes-plugin/commit/?id=7cfd829fe7cd5a9df8dc855d3779db6f1f90ab4e Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* patches: update Upstream-Status to use capital 'S'Martin Jansa2013-02-051-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* orage: initial add 4.8.4Andreas Müller2013-02-051-0/+16
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-xfce-extended: add xfce4-brightness-pluginAndreas Müller2013-02-051-1/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-xfce-extended: add xfce4-mount-pluginAndreas Müller2013-02-051-1/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-mount-plugin: initial add 0.6.4Andreas Müller2013-02-051-0/+10
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* thunar: add RRECOMMENDS and RDEPENDS to ensure full functionalityAndreas Müller2013-01-271-0/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tumbler: update to 0.1.27Andreas Müller2013-01-271-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce-icon-theme: fix QA warningsMartin Jansa2013-01-251-3/+1
| | | | | | | | | * xfce4-icon-theme-4.4.3: xfce4-icon-theme: Files/directories were installed but not shipped /usr/share/xfce4 /usr/share/xfce4/mime /usr/share/xfce4/mime/Rodent.mime.xml Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>