aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
AgeCommit message (Collapse)Author
2019-05-09Remove me as maintainerAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-09glade3: move to to meta-xfceAndreas Müller
* lubxfce4ui is the last recipe requiring glade3 optionally * old glade3 is necessary to open xfce glade files based on gtk2 * meta-xfce depends on gnome-layer already so no adjustment in layer dependencies is necessary Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-09libxfce4ui: Add PACKAGECONFIG 'gladeui2' for glade (gtk3) supportAndreas Müller
This is necessary to open glade files shipped by xfce packages already ported to GTK3. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-09xfce4-session: remove strange entry in FILES_${PN}Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-09xfce4-session: get rid of machine-hostAndreas Müller
OE-Core's base-file does add hostname to hosts since: commit 31e6d08f20a804fccb958e19045d8f9e9806071a Author: Chen Qi <Qi.Chen@windriver.com> Date: Tue Jan 8 17:12:52 2019 +0800 netbase/base-files: move /etc/hosts from netbase to base-files Move /etc/hosts to base-files, and also add entry to it according to hostname setting. This fixes the problem of commands like `hostname -f' failing due to lack of such entry. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-06xfce4-terminal: add vte-prompt to RRECOMMENDSAndreas Müller
Without xfce4-terminal sets window/tab-title to 'Untitled' Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-06xfce4-notifyd: upgrade 0.4.3 -> 0.4.4Andreas Müller
* A bugfix release [1] * Dependency on dbus-glib-native (dbus-binding-tool) is no more required [2] [1] https://mail.xfce.org/pipermail/xfce/2019-April/036382.html [2] https://git.xfce.org/apps/xfce4-notifyd/commit?id=841b4e4ddc2f757180e1c76fb32d85db2e88cbc4 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-06xfce4-datetime-plugin: upgrade 0.7.0 -> 0.7.1Andreas Müller
Prettyficatons, translations and minor bugfixes [1] [1] https://mail.xfce.org/pipermail/xfce/2019-April/036390.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-06xfce4-places-plugin: upgrade 1.7.0 -> 1.8.0Andreas Müller
* Most notable change is port to GTK3. Futher info at [1] * Added SUMMARY and reworked DESCRIPTION slightly [1] https://mail.xfce.org/pipermail/xfce/2019-May/036394.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-06exo: upgrade 0.12.4 -> 0.12.5Andreas Müller
This is a bugfix and cleanup release [1] [1] https://mail.xfce.org/pipermail/xfce/2019-May/036395.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-06meta-xfce: add meta-networking to layer dependsAndreas Müller
* blueman was moved to meta-networking (without an explanation why). It is added to packagegroup-xfce-extended in case 'bluetooth' is in DISTRO_FEATURES * thunar-shares-plugin RDEPENDS on samba-server Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-06xfce4-cpufreq-plugin: Fix memory leak and reduce CPU loadAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-02xfce4-vala: auto-detect vala api versionAndreas Müller
Get rid of tedious maintenance burden Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-27xfconf: fix 'Failed to get connection to xfconfd' during do_rootfsMark Asselstine
Packages such as gdk-pixbuf can result in the following error during the rootfs construction: CRITICAL **: 16:51:57.223: Failed to get connection to xfconfd: Cannot autolaunch D-Bus without X11 $DISPLAY This is hit during the postinst-intercepts/update_pixbuf_cache. Based on discussions upstream: https://bugzilla.xfce.org/show_bug.cgi?id=14789 this appears to be an issue for xfconf and has an upstream update: https://git.xfce.org/xfce/xfconf/commit?id=6f11cc65a2213f424728b5a0d25b1b63c19e773e Drawing from this change we can go ahead and use PACKAGECONFIG to emulate the upstream fix, defaulting to having the gsettings-backend disabled. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-09ristretto: upgrade 0.8.3 -> 0.8.4Andreas Müller
A bugfix release - see announcement [1]: - Add missing field initializers - Instead of thumbnails, the same icons with a crossed red circle (bug #13419) - Resolve g_type_class_add_private() deprecation - Glib-Critical errors to stdout: Source ID X was not found when attempting to remove it (bug #15268) - Fix memory leak (bug #12034) - Show file size in the status bar (bug #14791) - Fix opening of PPM files (bug #14709) [1] https://mail.xfce.org/pipermail/xfce/2019-April/036350.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-09parole: upgrade 1.0.1 -> 1.0.2Andreas Müller
Bugfix release - from release announcement [1]: - Added support for GST_INSTALL_PLUGINS_HELPER_MISSING when attempting to install missing codecs (Xfce #14529) - Fixed compiler error -Wcast-function-type (GCC 8) - Fixed disabling vendor-enabled plugins - Fixed crash when disabling plugins (LP #1698540) - Fixed play button sensitivity items are added to playlist (Xfce #13724, LP #1705243) - Fixed Appstream validation by removing em tags (Xfce #14260) - Fixed plugin active state when reopening the Plugins dialog - Resolved g_type_class_add_private warnings (Xfce #15014) [1] https://mail.xfce.org/pipermail/xfce/2019-April/036347.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-06xfce4-screenshooter: upgrade 1.9.4 -> 1.9.5Andreas Müller
This fixes a bug introduced in 1.9.4 [1] [1] https://bugzilla.xfce.org/show_bug.cgi?id=15187 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-01layer.conf: Add warrior to compatible release seriesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-28xfce4-whiskermenu-plugin: upgrade 2.3.1 -> 2.3.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-28xfce4-weather-plugin: upgrade 0.9.0 -> 0.9.1Andreas Müller
Most notable changes from announcement [1]: 1. Use https for all connections (bug #13645) 2. Use the latest sunrise API (2.0) (bug #14972) Note on 2.: although met.no announced they will stop support for API 1.1 after 2019-02-15 plugin 0.9.0 still works for me. So in case of trouble on our stable branches we should consider upgrading. [1] https://mail.xfce.org/pipermail/xfce/2019-March/036322.html [2] https://api.met.no/weatherapi/sunrise/2.0/documentation#version_2.0_released:_2018-11-19 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-22xfce4-calculator-plugin: 0.6.0 -> 0.7.0Andreas Müller
Another plugin ported to gtk3 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-22xfce4-screenshooter: upgrade 1.9.3 -> 1.9.4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-22xfdesktop: upgrade 4.13.2 -> 4.13.3Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-16xfce4-mixer: Remove recipeKhem Raj
xfce4-mixer can be replaced with xfce4-pulseaudio-plugin Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2019-03-07thunar: 1.8.2 -> 1.8.4Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-28vim: remove xfce vim bbappendMark Hatle
Changing the behavior of a recipe by including a layer is not allowed by the yocto-check-layer script. INFO: ====================================================================== INFO: FAIL: test_signatures (common.CommonCheckLayer) INFO: ---------------------------------------------------------------------- INFO: Traceback (most recent call last): File "/poky/scripts/lib/checklayer/cases/common.py", line 53, in test_signatures self.fail('Adding layer %s changed signatures.\n%s' % (self.tc.layer['name'], msg)) AssertionError: Adding layer meta-xfce changed signatures. 19 signatures changed, initial differences (first hash before, second after): vim:do_install: 7f165dbd724ca0127dfb653ef0ecd8e7fb882713adedfd0e14f59d7f54cb645e -> 6e4a49063534d67f70186bf8bdb313184f42426e2c42b12b127638b586c7ffe8 bitbake-diffsigs --task vim do_install --signature 7f165dbd724ca0127dfb653ef0ecd8e7fb882713adedfd0e14f59d7f54cb645e fix by move the logic into recipe vim Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-20xarchiver: upgrade to upstream 0.5.4.14Andreas Müller
* build with gtk+3 * add 7z support Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-15catfish: upgrade 1.4.6 -> 1.4.7Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-08menulibre: Fix multilib fetchAndreas Müller
| ERROR: lib32-menulibre-2.2.0-r0 do_fetch: Fetcher failure for URL: 'https://launchpad.net/menulibre/2.2/2.2.0/+download/lib32-menulibre-2.2.0.tar.gz'. Unable to fetch URL from any source. | ERROR: lib32-menulibre-2.2.0-r0 do_fetch: Function failed: base_do_fetch Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-24xfce4-battery-plugin: upgrade 1.1.1 -> 1.1.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-24xfce4-whiskermenu-plugin: upgrade 2.3.0 -> 2.3.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-24exo: upgrade 0.12.3 -> 0.12.4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-20xfce4-power-manager: enable polkit depending on distro featureStefan Agner
systemd and polkit are not directly related. It is just fine to build with systemd but without polkit. Rename the systemd package config to polkit and enable it depending on whether polkit is enabled in DISTRO_FEATURES. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-04xfce4-mpc-plugin: upgrade 0.5.0 -> 0.5.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-04xfce4-systemload-plugin: upgrade 1.2.1 -> 1.2.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-04xfce4-appfinder: upgrade 4.13.1 -> 4.13.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-04xfce4-taskmanager: upgrade 1.2.1 -> 1.2.2Andreas Müller
xfce4-taskmanager moved to gtk3 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-04xfce4-panel: upgrade 4.13.3 -> 4.13.4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-04thunar-volman: upgrade 0.9.0 -> 0.9.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-04garcon: upgrade 0.6.1 -> 0.6.2Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-09libunique: fix installed-vs-shipped qa issueKai Kang
libunique shows installed-vs-shipped QA issue if configure option '--disable-introspection' is set by: 1) in gobject-introspection*.bbclass that the 'qemu-usermode' is not supported by bsp and then not set in MACHINE_FEATURES or: 2) set in local.conf directly: EXTRA_OECONF_append_pn-libunique = " --disable-introspection" Remove empty directory to fix the QA issue. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-07meta-xfce: xfconf: fixup installed-vs-shipped QA issueMark Asselstine
Since the xfconf uprev, commit 4222cac97678 [xfconf: 4.13.5 -> 4.13.6], we are getting a QA issue: ERROR: xfconf-4.13.6-r0 do_package: QA Issue: xfconf: Files/directories were installed but not shipped in any package: /usr/lib64/gio/modules/libxfconfgsettingsbackend.la Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. xfconf: 1 installed and not shipped files. [installed-vs-shipped] ERROR: xfconf-4.13.6-r0 do_package: Fatal QA errors found, failing task. ERROR: xfconf-4.13.6-r0 do_package: Function failed: do_package We need to include the .la file in the -dev package to avoid this. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-02xfce4-settings: upgrade 4.12.3 -> 4.12.4Andreas Müller
A GTK3 version is abvailable but keep GTK2: haven't found the time yet to rework my additions which I would miss. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-02thunar: 1.8.1 -> 1.8.2Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-02xfce4-notifyd: 0.4.2 -> 0.4.3Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-02xfce4-clipman-plugin: 1.4.2 -> 1.4.3Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-02xfconf: 4.13.5 -> 4.13.6Kai Kang
Upgrade xfconf from 4.13.5 to 4.13.6. * update FILES Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-26packagegroup-xfce-extended: add catfish / xfce4-panel-profilesAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-26xfce4-panel-profiles: initial add 1.0.8Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-26catfish: initial add 1.4.6Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>