summaryrefslogtreecommitdiffstats
path: root/meta-xfce
Commit message (Collapse)AuthorAgeFilesLines
* vim: remove xfce vim bbappendMark Hatle2019-02-282-7/+0
| | | | | | | | | | | | | | | | | | | | | | 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>
* xarchiver: upgrade to upstream 0.5.4.14Andreas Müller2019-02-201-7/+14
| | | | | | | | * 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>
* catfish: upgrade 1.4.6 -> 1.4.7Andreas Müller2019-02-151-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* menulibre: Fix multilib fetchAndreas Müller2019-02-081-1/+1
| | | | | | | | | 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>
* xfce4-battery-plugin: upgrade 1.1.1 -> 1.1.2Andreas Müller2019-01-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-whiskermenu-plugin: upgrade 2.3.0 -> 2.3.1Andreas Müller2019-01-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: upgrade 0.12.3 -> 0.12.4Andreas Müller2019-01-241-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-power-manager: enable polkit depending on distro featureStefan Agner2019-01-201-2/+2
| | | | | | | | | | 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>
* xfce4-mpc-plugin: upgrade 0.5.0 -> 0.5.1Andreas Müller2019-01-041-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-systemload-plugin: upgrade 1.2.1 -> 1.2.2Andreas Müller2019-01-041-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-appfinder: upgrade 4.13.1 -> 4.13.2Andreas Müller2019-01-041-3/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-taskmanager: upgrade 1.2.1 -> 1.2.2Andreas Müller2019-01-042-10/+10
| | | | | | | xfce4-taskmanager moved to gtk3 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel: upgrade 4.13.3 -> 4.13.4Andreas Müller2019-01-041-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar-volman: upgrade 0.9.0 -> 0.9.1Andreas Müller2019-01-041-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* garcon: upgrade 0.6.1 -> 0.6.2Andreas Müller2019-01-041-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libunique: fix installed-vs-shipped qa issueKai Kang2018-11-091-0/+4
| | | | | | | | | | | | | | | 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>
* meta-xfce: xfconf: fixup installed-vs-shipped QA issueMark Asselstine2018-11-071-0/+2
| | | | | | | | | | | | | | | | | 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>
* xfce4-settings: upgrade 4.12.3 -> 4.12.4Andreas Müller2018-11-021-3/+3
| | | | | | | | 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>
* thunar: 1.8.1 -> 1.8.2Kai Kang2018-11-021-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-notifyd: 0.4.2 -> 0.4.3Kai Kang2018-11-021-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-clipman-plugin: 1.4.2 -> 1.4.3Kai Kang2018-11-021-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfconf: 4.13.5 -> 4.13.6Kai Kang2018-11-021-2/+3
| | | | | | | | 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>
* packagegroup-xfce-extended: add catfish / xfce4-panel-profilesAndreas Müller2018-10-261-0/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel-profiles: initial add 1.0.8Andreas Müller2018-10-261-0/+28
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catfish: initial add 1.4.6Andreas Müller2018-10-261-0/+17
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: upgrade 0.12.2 -> 0.12.3Andreas Müller2018-10-261-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-appfinder: upgrade 4.13.0 -> 4.13.1Andreas Müller2018-10-041-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-weather-plugin: upgrade 0.8.10 -> 0.9.0Andreas Müller2018-10-041-2/+2
| | | | | | | Yet another smooth GTK3 transition Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-cpufreq-plugin: upgrade 1.2.0 -> 1.2.1Andreas Müller2018-10-041-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-battery-plugin: upgrade 1.1.0 -> 1.1.1Andreas Müller2018-10-041-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-whiskermenu-plugin: upgrade 2.2.1 -> 2.3.0Andreas Müller2018-10-041-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layers: Update layer compatibility to thudKhem Raj2018-09-301-1/+1
| | | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@googlemail.com> Cc: Derek Straka <derek@asterius.io> Cc: Tim Orling <TicoTimo@gmail.com> Cc: Hongxu Jia <hongxu.jia@windriver.com> Cc: Armin Kuster <akuster808@gmail.com> Cc: Joe MacDonald <joe_macdonald@mentor.com> Cc: Andrea Adami <andrea.adami@gmail.com>
* thunar-shares-plugin: add pam to REQUIRED_DISTRO_FEATURESArmin Kuster2018-09-291-1/+2
| | | | | | | package has a rdepends on samba-server Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-vala: Build for vala 0.42 to match oe-coreKhem Raj2018-09-091-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screenshooter: upgrade 1.9.2 -> 1.9.3Andreas Müller2018-08-191-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: upgrade 4.13.0 -> 4.13.1Andreas Müller2018-08-191-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: upgrade 4.12.5 -> 4.13.1Andreas Müller2018-08-191-3/+13
| | | | | | | | | * gtk3 based * it is a development version - but no stoppers were found * add PACKAGECONFIGs for better customization Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-whiskermenu-plugin: upgrade 2.2.0 -> 2.2.1Andreas Müller2018-08-191-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-diskperf-plugin: Fix build with glibc 2.28+Khem Raj2018-08-152-0/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-embed-plugin: 1.0.0 -> 1.6.0Kang Kai2018-08-081-3/+3
| | | | | | | | | | | Upgrade xfce4-embed-plugin from 1.0.0 to 1.6.0 * update md5sum of licese file COPYING which has been updated to to match the one at gnu.org, see https://github.com/xfce-mirror/xfce4-embed-plugin/commit/d20cec5#diff-7116ef0 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: 4.12.4 -> 4.12.5Kang Kai2018-08-081-3/+3
| | | | | | | | Upgrade xfwm4 from 4.12.4 to 4.12.5. * add dependency libxinerama Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfconf: 4.13.4 -> 4.13.5Kang Kai2018-08-081-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: 4.12.1 -> 4.13.0Kang Kai2018-08-081-3/+3
| | | | | | | | | Upgrade xfce4-session from 4.12.1 to 4.13.0 * replace dependency libwnck with libwnck3 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: 0.12.1 -> 0.12.2Kang Kai2018-08-081-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-genmon-plugin: 4.0.0 -> 4.0.1Kang Kai2018-08-081-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-eyes-plugin: 4.4.5 -> 4.5.0Kang Kai2018-08-081-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-hotcorner-plugin: fix library install pathKang Kai2018-08-082-1/+43
| | | | | | | | | | The library install path may be ${CMAKE_INSTALL_PREFIX}/lib64 rather than fixed ${CMAKE_INSTALL_PREFIX}/lib. Add a variable in CMakeLists.txt to make it could be overrode by cmake command line. And it is overridden with ${baselib} in meta-oe. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-mount-plugin: 1.1.2 -> 1.1.3Kang Kai2018-08-081-2/+2
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ristretto: upgrade 0.8.2 -> 0.8.3Andreas Müller2018-06-301-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-xfce-extended: add blueman if bluetooth is in distro featuresAndreas Müller2018-06-301-0/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>