summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gnome-control-center: update 42.0 -> 43.2Markus Volk2022-12-312-20/+26
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: Do not set ac_cv_sys_file_offset_bitsKhem Raj2022-12-311-1/+0
| | | | | | | | | This is detected during configure due to AC_SYS_LARGEFILE autoconf macro which is set to 64 if off_t is 64bit and then assigned to -D_FILE_OFFSET_BITS=${ac_cv_sys_file_offset_bits} and system expects it to be a number not a string. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-online-accounts: Fix build race seen on musl systemsKhem Raj2022-12-312-0/+36
| | | | | | Backport a patch to fix correct use of dependency object Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: Define -D_LARGEFILE64_SOURCE only for muslKhem Raj2022-12-311-1/+1
| | | | | | | On glibc this breaks build when using 64bit time_t since zlib ends up undefining _FILE_OFFSET_BITS when -D_LARGEFILE64_SOURCE is defined Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Fix build when using 64bit time_tKhem Raj2022-12-312-0/+60
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fatresize: Fix build when 64bit time_t is enabledKhem Raj2022-12-312-2/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-102: Disable mozilla stackwalk on muslKhem Raj2022-12-312-0/+19
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vsftpd_3.0.5.bb: Define _LARGEFILE64_SOURCE on muslKhem Raj2022-12-311-1/+1
| | | | | | Needed for F_SETLKW64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: add missing RDEPENDSMarkus Volk2022-12-311-2/+14
| | | | | | | Add enough runtime dependencies to make gnome-shell start from the terminal Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dconf-editor: update 3.38.3 -> 43.0Markus Volk2022-12-313-48/+21
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: update 3.42.2 -> 3.46.7Markus Volk2022-12-311-10/+8
| | | | | | | Since 3.45 there are no longer tarballs available. Switch to using git Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-panel: update 3.44.0 -> 3.47.1Markus Volk2022-12-311-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwnck3: update 40.1 -> 43.0Markus Volk2022-12-311-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-flashback: update 3.44.0 -> 3.46.0Markus Volk2022-12-311-2/+2
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-bluetooth: update 42.4 -> 42.5Markus Volk2022-12-311-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireplumber: dont start systemd system service by defaultMarkus Volk2022-12-311-2/+1
| | | | | | | | If wireplumber gets started with user services and socket activation, what I guess is the regular way, the system service fails to come up at boot Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorg-lib: set XORG_EXT for recipesKai Kang2022-12-304-2/+9
| | | | | | | | | It sets default value of XORG_EXT with 'tar.xz' in xorg-lib-common.inc, so set XORG_EXT with previous default value 'tar.bz2' to make recipes work, including libxaw, libxkbui, libxpresent and liblbxutil. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: Replace off64_t with off_tKhem Raj2022-12-282-0/+43
| | | | | | | | | | | Fixes TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-musleabi/abseil-cpp/20221014.0-r0/git/absl/base/internal/direct_mmap.h:71:25: error: unknown type name 'off64_t'; did you mean 'off_t'? off64_t offset) noexcept { ^~~~~~~ off_t Signed-off-by: Khem Raj <raj.khem@gmail.com>
* file-roller: update 3.42.0 -> 43.0Markus Volk2022-12-281-5/+10
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parole: Define DATADIRNAMEKhem Raj2022-12-271-1/+1
| | | | | | | This helps pur pixman files in right directory pixmapsdir: /usr/share/parole/pixmaps Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfdesktop: 4.16.0 -> 4.18.0Kai Kang2022-12-271-2/+2
| | | | | | | | | Update xfdesktop from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: 4.16.1 -> 4.18.0Kai Kang2022-12-271-2/+2
| | | | | | | | | Update xfwm4 from 4.16.1 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: 4.16.0 -> 4.18.0Kai Kang2022-12-271-5/+5
| | | | | | | | | Update xfce4-session from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-power-manager: 4.16.0 -> 4.18.0Kai Kang2022-12-271-1/+1
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-settings: 4.16.5 -> 4.18.0Kai Kang2022-12-271-3/+3
| | | | | | | | | Update xfce4-settings from 4.16.5 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-appfinder: 4.16.1 -> 4.18.0Kai Kang2022-12-271-3/+3
| | | | | | | | | Update xfce4-appfinder from 4.16.1 to 4.18.0. * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfconf: 4.16.0 -> 4.18.0Kai Kang2022-12-271-2/+2
| | | | | | | | | Update xfconf from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tumbler: 4.16.0 -> 4.18.0Kai Kang2022-12-271-4/+5
| | | | | | | | | | | Update tumbler from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later * add dependency libxfce4util * inherit systemd Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar: 4.16.9 -> 4.18.0Kai Kang2022-12-271-4/+4
| | | | | | | | | Update thunar from 4.16.9 to 4.18.0. * update license which should be GPL-2.0-or-later * update package config pcre Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel: 4.16.3 -> 4.18.0Kai Kang2022-12-272-8/+11
| | | | | | | | | Update xfce4-panel 4.16.3 to 4.18.0 * update license which should be GPL-2.0-or-later * rebase 0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* garcon: 4.16.1 -> 4.18.0Kai Kang2022-12-271-1/+1
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: 4.16.4 -> 4.18.0Kai Kang2022-12-274-153/+8
| | | | | | | | | | Update exo from 4.16.4 to 4.18.0 * update license which should be GPL-2.0-or-later * remove configure.patch that it supports cross compil now * remove obsolete patch reduce-build-to-exo-csource-only.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4util: 4.16.0 -> 4.18.0Kai Kang2022-12-272-9/+9
| | | | | | | | | | | | | | | | | Correct the license which should be LGPL-2.0-or-later. And the license file has been updated by: https://gitlab.xfce.org/xfce/libxfce4util/-/commit/0c334855 It has such descriptions: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-dev-tools: 4.16.0 -> 4.18.0Kai Kang2022-12-271-7/+7
| | | | | | | | | | | | | | Update LICENSE which is GPL-2.0-or-later, see https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/blob/master/COPYING#L298 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar-shares-plugin: Bump GLib minimum required to 2.26Kai Kang2022-12-272-1/+35
| | | | | | | | Backport patch to bump glib minimum required version to 2.26 for thunar-shares-plugin. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-sensors-plugin: 1.4.3 -> 1.4.4Kai Kang2022-12-271-3/+3
| | | | | | | | | Update xfce4-sensors-plugin from 1.4.3 to 1.4.4 * update license with GPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-cpugraph-plugin: 1.2.6 -> 1.2.7Kai Kang2022-12-271-2/+2
| | | | | | | | | Update xfce4-cpugraph-plugin from 1.2.6 to 1.2.7 * correct license with LGPL-2.0-or-later Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-wavelan-plugin: 0.6.2 -> 0.6.3Kai Kang2022-12-271-1/+1
| | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-cpufreq-plugin: 1.2.7 -> 1.2.8Kai Kang2022-12-271-3/+3
| | | | | | | | | | Update xfce4-cpufreq-plugin from 1.2.7 to 1.2.8 * correct license with LGPL-2.0-or-later * inherit perlnative Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar-volman: 4.16.0 -> 4.18.0Kai Kang2022-12-271-4/+4
| | | | | | | | | | | Update thunar-volman from 4.16.0 to 4.18.0 * update license with GPL-2.0-or-later * inherit perlnative to fix error: | checking for XML::Parser... configure: error: | XML::Parser perl module is required for intltool Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4ui: 4.16.1 -> 4.18.0Kai Kang2022-12-272-8/+8
| | | | | | | | | | | | | | | | | | Update libxfce4ui from 4.16.1 to 4.18.0. And update license which should be LGPL-2.0-or-later according to https://gitlab.xfce.org/xfce/libxfce4ui/-/commit/797b7a6b and https://gitlab.xfce.org/xfce/libxfce4ui/-/blob/master/COPYING#L457 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop: update 42.0 -> 43Markus Volk2022-12-272-49/+10
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: update 42.2 -> 43.1Markus Volk2022-12-271-11/+15
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libportal: build libportal-gtk4 and vala supportMarkus Volk2022-12-271-3/+3
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: update 42.3 -> 43.1Markus Volk2022-12-271-18/+18
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcloudproviders: add recipeMarkus Volk2022-12-271-0/+11
| | | | | | | It is a mandatory dependency of nautilus Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tesseract: upgrade 5.2.0 -> 5.3.0Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========= * Fix the training tools for the legacy OCR engine (fix issue #3925). * PDF renderer: Ignore non-text blocks (fix issue #3957). * Remove colormap before thresholding (fix issue #3940). * Fix a number of performance issues reported by Coverity Scan. * Training tools: Replace call of exit function by return statement in main function. * Fix double free in function vigorous_noise_removal (fix issue #3876). * Create to_win if needed in Textord::make_spline_rows (fix issue #3875). * Bug fixes for ScrollView viewer: * Fix memory issues in ScrollView::MessageReceiver. * Catch potential nullptr in SVNetwork::SVNetwork. * Move svpaint.cpp from src/viewer to src/. * Add rule for svpaint executable in Autotools. * Bug fixes and improvements for build tools: * Fix AMD64 detection with autobuild on FreeBSD (fix issue #3964). * Fix tesseract.pc generated from CMake to match Autotools. * Detect availability of AVX512-VNNI. * configure.ac: fix build on aarch64_be. * Drop CI for old versions of macOS and Ubuntu. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.3.10 -> 4.3.11Wang Mingyu2022-12-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: upgrade 1.4.28 -> 1.4.29Wang Mingyu2022-12-271-1/+1
| | | | | | | | | | | | | | Changelog: ========== Hiroyuki Tanaka added to README Initial macOS support X2Go error-message consistency Avoid crash when closing, fixes issue #2832 Update Copyright for 2023 Aligning local and downstream jsons Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wolfssl: upgrade 5.5.3 -> 5.5.4Wang Mingyu2022-12-271-1/+1
| | | | | | | | Changelog: https://github.com/wolfSSL/wolfssl/blob/master/ChangeLog.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>