aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
AgeCommit message (Collapse)Author
2024-03-17layer.conf: Prepare for release, drop nanbield LAYERSERIESKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-17recipes: Drop remaining PR values from recipesMartin Jansa
* as oe-core did in: https://git.openembedded.org/openembedded-core/commit/?id=d4c346e8ab * when people are have to maintain own PRs for recipes in oe-core, they might add them for meta-oe recipes at the same time when upgrading to next LTS Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-16layer.conf: Update for the scarthgap release seriesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-28xfce4-notifyd: use python3native and depend on python3-packaging-nativeMartin Jansa
* it uses gdbus-codegen from glib-2.0-native which depended on python3-distutils-native until https://lists.openembedded.org/g/openembedded-core/message/196136 but distutils on host was enforced by sanity check only until mickledore with: https://git.openembedded.org/openembedded-core/commit/?id=8e3a5b0709384f2b455a82ac1e8e212686fe4456 so on hosts without distutils this was already failing and the glib-2.0-native change only changes the dependency from distutils to packaging which results in: https://errors.yoctoproject.org/Errors/Details/754995/ gdbus-codegen \ --interface-prefix org.xfce.Notifyd.Log \ --c-namespace Xfce \ --generate-c-code xfce-notify-log-gbus \ --glib-max-allowed 2.68 \ ../../xfce4-notifyd-0.8.2/common/xfce-notify-log-dbus.xml Traceback (most recent call last): File "TOPDIR/build/tmp/work/riscv64-yoe-linux/xfce4-notifyd/0.8.2/recipe-sysroot-native/usr/bin/gdbus-codegen", line 53, in <module> from codegen import codegen_main File "TOPDIR/build/tmp/work/riscv64-yoe-linux/xfce4-notifyd/0.8.2/recipe-sysroot-native/usr/share/glib-2.0/codegen/codegen_main.py", line 29, in <module> from . import dbustypes File "TOPDIR/build/tmp/work/riscv64-yoe-linux/xfce4-notifyd/0.8.2/recipe-sysroot-native/usr/share/glib-2.0/codegen/dbustypes.py", line 22, in <module> from . import utils File "TOPDIR/build/tmp/work/riscv64-yoe-linux/xfce4-notifyd/0.8.2/recipe-sysroot-native/usr/share/glib-2.0/codegen/utils.py", line 22, in <module> import packaging.version ModuleNotFoundError: No module named 'packaging' * packaging probably isn't as wide spread on host distros as old distutils was, so make sure it's available by using python3-native with python3-packaging-native from OE build Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-02-28ristretto: use python3native and depend on glib-2.0-native, ↵Martin Jansa
python3-packaging-native * it uses gdbus-codegen from glib-2.0-native which depended on python3-distutils-native until https://lists.openembedded.org/g/openembedded-core/message/196136 but distutils on host was enforced by sanity check only until mickledore with: https://git.openembedded.org/openembedded-core/commit/?id=8e3a5b0709384f2b455a82ac1e8e212686fe4456 so on hosts without distutils this was already failing and the glib-2.0-native change only changes the dependency from distutils to packaging which results in: https://errors.yoctoproject.org/Errors/Details/754996/ gdbus-codegen \ --c-namespace=Tumbler \ --interface-prefix=org.freedesktop.thumbnails. \ --generate-c-code=tumbler \ tumbler-service-dbus.xml Traceback (most recent call last): File "TOPDIR/build/tmp/work/riscv64-yoe-linux/ristretto/0.13.1/recipe-sysroot-native/usr/bin/gdbus-codegen", line 53, in <module> from codegen import codegen_main File "TOPDIR/build/tmp/work/riscv64-yoe-linux/ristretto/0.13.1/recipe-sysroot-native/usr/share/glib-2.0/codegen/codegen_main.py", line 29, in <module> from . import dbustypes File "TOPDIR/build/tmp/work/riscv64-yoe-linux/ristretto/0.13.1/recipe-sysroot-native/usr/share/glib-2.0/codegen/dbustypes.py", line 22, in <module> from . import utils File "TOPDIR/build/tmp/work/riscv64-yoe-linux/ristretto/0.13.1/recipe-sysroot-native/usr/share/glib-2.0/codegen/utils.py", line 22, in <module> import packaging.version ModuleNotFoundError: No module named 'packaging' * packaging probably isn't as wide spread on host distros as old distutils was, so make sure it's available by using python3-native with python3-packaging-native from OE build Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-01-14thunar: inherit gtk-docKhem Raj
Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc then gtkdocize will be called. This means that recipes that don't inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly disable the use of gtkdocize will fail to configure. Inheriting gtk-doc both solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-07xarchiver: Specify the version in the recipe file namePeter Kjellerstedt
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-systemload-plugin: Fix build on 32bit machinesKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xarchiver: upgrade 0.5.4.17 -> 0.5.4.21Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-mailwatch-plugin: upgrade 1.3.0 -> 1.3.1Khem Raj
License-Update: GPL text format changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06exo: upgrade 4.18.0 -> 4.19.0Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-verve-plugin: upgrade 2.0.1 -> 2.0.3Khem Raj
License-Update: GPL text updated Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06gigolo: upgrade 0.5.2 -> 0.5.3Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06mousepad: upgrade 0.5.9 -> 0.6.1Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-mpc-plugin: upgrade 0.5.2 -> 0.5.3Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-taskmanager: upgrade 1.5.5 -> 1.5.6Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06libxfce4ui: upgrade 4.18.3 -> 4.19.3Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-pulseaudio-plugin: upgrade 0.4.3 -> 0.4.8Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06menulibre: upgrade 2.2.3 -> 2.3.2Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-datetime-plugin: upgrade 0.8.1 -> 0.8.3Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06parole: upgrade 4.16.0 -> 4.18.0Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-cpugraph-plugin: upgrade 1.2.7 -> 1.2.8Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-fsguard-plugin: upgrade 1.1.2 -> 1.1.3Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-genmon-plugin: upgrade 4.1.1 -> 4.2.0Khem Raj
License-Update: Update LGPL license text Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06garcon: upgrade 4.18.1 -> 4.19.0Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfmpc: upgrade 0.3.0 -> 0.3.1Khem Raj
License-Update: updated LGPL text Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-calculator-plugin: upgrade 0.7.1 -> 0.7.2Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-timer-plugin: upgrade 1.7.1 -> 1.7.2Khem Raj
License-Update: GPL text updated Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06thunar-archive-plugin: upgrade 0.5.1 -> 0.5.2Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-time-out-plugin: upgrade 1.1.2 -> 1.1.3Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06catfish: upgrade 4.16.3 -> 4.18.0Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06thunar: upgrade 4.18.4 -> 4.19.0Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-weather-plugin: upgrade 0.11.0 -> 0.11.1Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-notes-plugin: upgrade 1.9.0 -> 1.10.0Khem Raj
License-Update: GPL license text updated Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06libxfce4util: upgrade 4.18.1 -> 4.19.2Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-places-plugin: upgrade 1.8.1 -> 1.8.3Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-battery-plugin: upgrade 1.1.4 -> 1.1.5Khem Raj
License-Update: format GPL license format Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06thunar-shares-plugin: upgrade 0.3.1 -> 0.3.2Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-netload-plugin: upgrade 1.4.0 -> 1.4.1Khem Raj
License-Update: GPL text changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-appfinder: upgrade 4.18.0 -> 4.19.1Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-screenshooter: upgrade 1.10.3 -> 1.10.4Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06xfce4-systemload-plugin: upgrade 1.3.1 -> 1.3.2Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-11-06orage: upgrade 4.16.0 -> 4.18.0Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-10-31xfce4-panel-profiles: 1.0.13 -> 1.0.14Kai Kang
Upgrade xfce4-panel-profiles from 1.0.13 to 1.0.14. Drop the patch that it has dropped the creation of the link file already. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-10layer.conf: update LAYERSERIES_COMPAT for nanbieldMartin Jansa
* oe-core switched to nanbield in: https://git.openembedded.org/openembedded-core/commit/?id=f212cb12a0db9c9de5afd3cc89b1331d386e55f6 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-22ristretto: Upgrade to 0.13.1 releaseKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-17layers: Move READMEs to markdown formatKhem Raj
The READMEs are often viewed from websites markdown format which is much as readable as text and yet friendlier in browsers. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-12xfce4-sensors-plugin: Use bfd linker instead of lldKhem Raj
lld linking fails | aarch64-yoe-linux-ld.lld: error: undefined symbol: gtk_sensorstacho_new(GtkOrientation, unsigned int, SensorsTachoStyle) | >>> referenced by actions.cc:143 (/usr/src/debug/xfce4-sensors-plugin/1.4.4-r0/src/../../xfce4-sensors-plugin-1.4.4/src/actions.cc:143) | >>> xfce4_sensors-actions.o:(refresh_tacho_view(xfce4::Ptr<t_sensors_dialog> const&)) | | aarch64-yoe-linux-ld.lld: error: undefined symbol: gtk_sensorstacho_set_color(_GtkSensorsTacho*, char const*) | >>> referenced by actions.cc:146 (/usr/src/debug/xfce4-sensors-plugin/1.4.4-r0/src/../../xfce4-sensors-plugin-1.4.4/src/actions.cc:146) | >>> xfce4_sensors-actions.o:(refresh_tacho_view(xfce4::Ptr<t_sensors_dialog> const&)) | >>> referenced by callbacks.cc:197 (/usr/src/debug/xfce4-sensors-plugin/1.4.4-r0/src/../../xfce4-sensors-plugin-1.4.4/src/callbacks.cc:197) | >>> xfce4_sensors-callbacks.o:(list_cell_color_edited_(_GtkCellRendererText*, char const*, char const*, xfce4::Ptr<t_sensors_dialog> const&)) | Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26xfce4-panel-profiles: requires gobject-introspection-data DISTRO_FEATURERoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-26menulibre: requires gobject-introspection-data DISTRO_FEATURERoss Burton
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>