summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* net-snmp: Remove hardcoded paths to build host in net-snmp-configKhem Raj2021-02-041-10/+8
| | | | | | | | | New autconf detects that NSC_LDFLAGS are hardcoded to use -L/usr/lib therefore edit these variables during build so that they have cross-compile friendly values when net-snmp-config is used during build of dependent packages Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Upgrade to 7.16.16 releaseKhem Raj2021-02-042-31/+2
| | | | | | Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: improve reproducibilityMingli Yu2021-02-041-0/+2
| | | | | | | Remove the build path from the file js60-config. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nano: update to 5.5Oleksandr Kravchuk2021-02-041-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gateone: Cleanup assets for removed recipeAndrei Gherzan2021-02-044-91/+0
| | | | | | | | | We removed this recipe in 809de9b0572b8ea234af6141f73deaf2010bc54e but the recipe related files (for example configuration) were left behind. This patch cleans that up. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lksctp-tools: make conpatible to autoconf-2.70Hongxu Jia2021-02-042-0/+90
| | | | | | | | | | | ... ./configure: line 16398: syntax error: unexpected end of file ... Backport a commit from upstream to fix it Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iperf3: fix build with autoconf 2.71Andrey Zhizhikin2021-02-042-0/+32
| | | | | | | | | | | | Add patch that checks for CPP prog, which helps to resolve build errors: ../git/configure: line 14427: CPP: command not found | ../git/configure: line 14553: ac_fn_c_try_cpp: command not found | ../git/configure: line 14553: ac_fn_c_try_cpp: command not found Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yasm: Fix build with autotools 2.70+Khem Raj2021-02-042-1/+42
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: update to 2.25Oleksandr Kravchuk2021-02-041-2/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rapidjson: Remove unwanted patchesHarpritkaur Bhandari2021-02-042-76/+0
| | | | | | | | | | | rapidjson is upgraded to latest SRCREV so removing the below patches which are not applicable: 1.0001-CMake-remove-hardcoded-CMAKECONFIG_INSTALL_DIR-path.patch 2.remove-march-native-from-CMAKE_CXX_FLAGS.patch Signed-off-by: Harpritkaur Bhandari <Harpritkaur.Bhandari@kpit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpuid: update to 20201006Oleksandr Kravchuk2021-02-031-2/+2
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: update to 1.11Oleksandr Kravchuk2021-02-031-1/+1
| | | | | | | | | Changelog: - Add support for ACD client for static configuration - Add support for intelligent scan of all frequencies Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: Upgrade 1.5.2 -> 1.5.3Leon Anavi2021-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.5.3: - Changed the default ordering of “CREATE” and “DROP” statements indexes and unique constraints within the autogenerate process, so that for example in an upgrade() operation, a particular index or constraint that is to be replaced such as for a casing convention change will not produce any naming conflicts. For foreign key constraint objects, this is already how constraints are ordered, and for table objects, users would normally want to use Operations.rename_table() in any case. - Fixed assorted autogenerate issues with SQL Server. - Fixed issue where autogenerate rendering of op.alter_column() would fail to include MySQL existing_nullable=False if the column were part of a primary key constraint within the table metadata. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: Upgrade 7.7.2 -> 8.0.0Leon Anavi2021-02-021-1/+1
| | | | | | | | | | | | | | | | | | | Upgrade to release 8.0.0: - Infer contentType from playQueue items - Lint example scripts - Revert "Lint example scripts" - Lint example scripts - Bump pylint to 2.6.0 - Remove unintended 'async' from listener interfaces - Update BubbleUPNP example - Refactor listeners and controllers as ABCs - Add more google devices to consts - Make current_time optional when loading or queing media Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: Upgrade 1.0.4 -> 1.0.5Leon Anavi2021-02-021-1/+1
| | | | | | | | | | Upgrade to release 1.0.5: - Security fix: fix overflow when using cron ranges Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-elementpath: Upgrade 2.1.2 -> 2.1.3Leon Anavi2021-02-021-2/+1
| | | | | | | | | | | Upgrade to release 2.1.3: - Extend tests for XPath 2.0 with minor fixes - Fix fn:round-half-to-even Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: Upgrade 1.4.0 -> 1.5.0Leon Anavi2021-02-021-2/+1
| | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.5.0: - Fixed bug where setting always_show_hint=True did not show a hint when completing Settables - Fixed bug in editor detection logic on Linux systems that do not have which - Fixed bug in table creator where column headers with tabs would result in an incorrect width calculation - Fixed FileNotFoundError which occurred when running history --clear and no history file existed. - Added silent_startup_script option to cmd2.Cmd.__init__(). If True, then the startup script's output will be suppressed. Anything written to stderr will still display. - cmd2 now uses pyreadline3 when running Python 3.8 or greater on Windows - This is the last release planned to support Python 3.5 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libssh2: Fix build with autoconf 2.70+Khem Raj2021-02-022-0/+31
| | | | | | | Fixes configure.ac:130: error: m4_undefine: undefined macro: backend Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: fix build with dashMartin Jansa2021-02-021-1/+1
| | | | | | | | | | * fixes: | make[1]: Leaving directory 'net-snmp/5.9-r0/net-snmp-5.9/mibs' | sed: can't read net-snmp/5.9-r0/image/usr/lib/pkgconfig/{netsnmp-agent.pc,netsnmp.pc}: No such file or directory | WARNING: exit code 2 from a shell command. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cereal: add cereal a header-only c++11 serialization libraryAdam Miartus2021-02-023-1/+136
| | | | | Signed-off-by: Adam Miartus <adam.miartus@softhows.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: improve reproducibilityMingli Yu2021-02-011-0/+5
| | | | | | | Remove the build host info to improve reproducibility. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-oe: add crash to NON_MULTILIB_RECIPESKai Kang2021-02-011-0/+2
| | | | | | | | | | Crash has to be built as the same bitsize (32-bit/64-bit) as the kernel. So add it to NON_MULTILIB_RECIPES to make it keeps same bitsize with the kernel. For example, it is 'crash' rather than 'lib32-crash' which is installed to 32-bit rootfs with 64-bit kernel. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ruamel-yaml: add support for native and nativesdkPeter Smith2021-02-011-0/+2
| | | | | | | | The recipe is missing the BBCLASSEXTEND so it has been added. Signed-off-by: Peter Smith <salerio@gmail.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prctl: Upgrade 1.7 -> 1.8.1Leon Anavi2021-02-012-9/+10
| | | | | | | | | | | | | | Upgrade to release 1.8.1: - Master was renamed to main - Backwards compatibility fixes - Install dependencies before trying to build/publish License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp-jinja2: Upgrade 1.2.0 -> 1.4.2Leon Anavi2021-02-011-2/+2
| | | | | | | | | | | | | | | | | Upgrade to release 1.4.2: - Fix type annotation for context_processors argument - Bump the minimal supported aiohttp version to 3.6.3 to avoid problems with uncompatibility between aiohttp and yarl - Add async rendering support - Document async rendering functions - Add CHANGES.rst to MANIFEST.in and sdist License-Update: Remove an empty line at the end of the file Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: Upgrade 21.0.2 -> 22.0.2Leon Anavi2021-02-012-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 22.0.2: - Add workaround for bug in DLL loading for Windows wheels with conda Python >= 3.8 - Fix type of Frame.bytes for non-copying recvs with CFFI backend (regression in 21.0) - Add manylinux wheels for pypy - Some typing fixes - Bump bundled libzmq to 4.3.4 - Strip unused symbols in manylinux wheels, resulting in dramatically smaller binaries. This matches behavior in v20 and earlier. - Windows CPython wheels bundle public libzmq binary builds, instead of building libzmq as a Python Extension. This means they include libsodium for the first time. - Our own implementation of bundling libzmq into pyzmq on Windows is removed, instead relying on delvewheel (or installations putting dlls on %PATH%) to bundle dependency dlls. - The (new in 21.0) Windows wheels for PyPy likely require the Windows vcredist package. This may have always been the case, but the delvewheel approach doesn't seem to work. - Windows + PyPy is now the only remaining case where a wheel has libzmq built as an Extension. All other builds ship libzmq built using its own tooling, which should result in better, more stable builds. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: Upgrade 36.1.0 -> 36.2.0Leon Anavi2021-02-011-1/+1
| | | | | | | | | | | Upgrade to release 36.2.0: - Make matplotlib optional - Only run release job for tagged commits Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: Upgrade 1.0.2 -> 1.0.4Leon Anavi2021-02-011-1/+1
| | | | | | | | | | | Upgrade to release 1.0.4: - Raise CroniterBadCronError when error syntax - Fix spelling Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h5py: improve reproducibilityMingli Yu2021-02-012-0/+31
| | | | | | | | Prevent absolute path from ending up in the egg-info SOURCES.txt. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlrd: Upgrade 1.2.0 -> 2.0.1Leon Anavi2021-02-011-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.0.1: - Use the README as the long description on PyPI. - Remove support for anything other than .xls files. - Remove support for psyco. - Change the default encoding used when no CODEPAGE record can be found from ascii to iso-8859-1. - Add support for iterating over :class:`~xlrd.book.Book` objects. - Add support for item access from :class:`~xlrd.book.Book` objects, where integer indices and string sheet names are supported. - Non-unicode spaces are now stripped from the "last author" information. - Workbook corruption errors can now be ignored using the ignore_workbook_corruption option to :class:`~xlrd.open_workbook`. - Handle WRITEACCESS records with invalid trailing characters. - Officially support Python 3.8 and 3.9. Get the source code from the git repository rather than from PyPI to obtain the tests. License-Update: Use file LICENSE. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pybind11: Upgrade 2.5.0 -> 2.6.2Leon Anavi2021-02-013-31/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.6.2: - enum: add missing Enum.value property. - Allow thread termination to be avoided during shutdown for CPython 3.7+ via .disarm for gil_scoped_acquire/gil_scoped_release. - Fix bug where the constructor of object subclasses would not throw on being passed a Python object of the wrong type. - The type_caster for integers does not convert Python objects with __int__ anymore with noconvert or during the first round of trying overloads. - When casting to a C++ integer, __index__ is always called and not considered as conversion, consistent with Python 3.8+. - Fixed segfault in multithreaded environments when using scoped_ostream_redirect. - Leave docstring unset when all docstring-related options are disabled, rather than set an empty string. - The module key in builtins that pybind11 uses to store its internals changed from std::string to a python str type (more natural on Python 2, no change on Python 3). - Fixed assertion error related to unhandled (later overwritten) exception in CPython 3.8 and 3.9 debug builds. - Fix py::gil_scoped_acquire assert with CPython 3.9 debug build. - Fix issue with a test failing on PyTest 6.2. - Fix warning modifying constructor parameter 'flag' that shadows a field of 'set_flag' [-Wshadow-field-in-constructor-modified]. - Suppressed some deprecation warnings about old-style __init__/__setstate__ in the tests. - Fix invalid access when calling a pybind11 __init__ on a non-pybind11 class instance. - Fixed various minor memory leaks in pybind11's test suite. - Resolved memory leak in cpp_function initialization when exceptions occurred. - Added a Valgrind build, checking for leaks and memory-related UB, to CI. - Intel compiler was not activating C++14 support due to a broken define. - Support ICC and NVIDIA HPC SDK in C++17 mode. - Support Intel OneAPI compiler (ICC 20.2) and add to CI. License-Update: Update a link. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-urllib3: Upgrade 1.26.2 -> 1.26.3Leon Anavi2021-02-011-1/+1
| | | | | | | | | | | | Upgrade to release 1.26.3: - Fixed bytes and string comparison issue with headers - Changed ProxySchemeUnknown error message to be more actionable if the user supplies a proxy URL without a scheme Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: Upgrade 3.0.11 -> 3.0.14Leon Anavi2021-02-011-1/+1
| | | | | | | | | | | | Upgrade to release 3.0.14: - Disable bell when `PROMPT_TOOLKIT_BELL=false` environment variable has been set. - Improve cancellation of history loading. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gevent: Upgrade 20.9.0 -> 21.1.2Leon Anavi2021-02-011-2/+1
| | | | | | | | | - Update the embedded libev from 4.31 to 4.33. - Update the embedded libuv from 1.38.0 to 1.40.0. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zbar: use 4 spaces for indentationMartin Jansa2021-01-301-12/+12
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zbar: fix random do_prepare_recipe_sysroot_gettext failuresMartin Jansa2021-01-301-3/+2
| | | | | | | | | | | | | | | * do_prepare_recipe_sysroot task is added as: addtask do_prepare_recipe_sysroot before do_configure after do_fetch which doesn't ensure that directory is created * we can run this task as "after do_unpack", but it's just easier to run it in do_configure_prepend without the need for extra task * fixes: zbar/0.23.1+gitAUTOINC+89e7900d85-r0/temp/run.do_prepare_recipe_sysroot_gettext.30306' failed with exit code 1: install: target 'zbar/0.23.1+gitAUTOINC+89e7900d85-r0/git/' is not a directory: No such file or directory WARNING: exit code 1 from a shell command. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: upgrade 3.8.2 -> 3.8.3Zang Ruochen2021-01-291-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmbim: upgrade 1.24.4 -> 1.24.6Zang Ruochen2021-01-291-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjson-perl: upgrade 4.02000 -> 4.03000Zang Ruochen2021-01-291-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-pty-perl: upgrade 1.15 -> 1.16Zang Ruochen2021-01-291-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfastjson: upgrade 0.99.8 -> 0.99.9Zang Ruochen2021-01-292-49/+2
| | | | | | | | 0001-fix-jump-misses-init-gcc-8-warning.patch Removed since this is included in 0.99.9. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnsmasq: upgrade 2.82 -> 2.84Wang Mingyu2021-01-293-12/+13
| | | | | | | | Refresh the following patch: lua.patch Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* net-snmp: improve reproducibilityMingli Yu2021-01-292-2/+44
| | | | | | | | | Add a patch to fix the gap between 32bit and 64bit system when the configure option "--with-openssl=${STAGING_EXECPREFIXDIR}" passed in. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minifi-cpp: set PSEUDO_CONSIDER_PATHSQi.Chen@windriver.com2021-01-291-0/+1
| | | | | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openipmi: upgrade 2.0.30 -> 2.0.31Yi Zhao2021-01-293-21/+22
| | | | | | | Refresh openipmi-remove-host-path-from-la_LDFLAGS.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: add ptestSakib Sajal2021-01-282-2/+24
| | | | | | | | Added ptest for libgpiod. Requires CONFIG_GPIO_MOCKUP kernel config to be enabled. Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: upgrade 1.1.0 -> 1.2.0Andreas Müller2021-01-281-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GParted 1.2.0 (2021-01-25) Release Notes This release of GParted includes enhancements, bug fixes and language translation updates. Key changes include: Add exFAT support using exfatprogs Wait for udev change on /dev/DISK when erasing signatures Don't try to mask non-existent Systemd \xe2\x97\x8f.service Bug Fixes Add exFAT support using exfatprogs (!30) Fix gparted not launching when PS_FORMAT environment variable set (!54) Wait for udev change on /dev/DISK when erasing signatures(#83, !55) Raise minimum supported dosfstools to 3.0.18 (!57) Fix formatting directive in it.po (!58) Fix GNOME GitLab CI test job failures because of missing /dev entries (!59) Fix GitLab CI job failures following Ubuntu docker image updates (!60) Fix CentOS 7 CI test job fails because of zero sized /etc/machine-id (!62) Set default alignment to cylinder for amiga partition table (#116, !63) Don't try to mask non-existent Systemd \xe2\x97\x8f.service (#129, !64) Code Credits Code enhancements are courtesy of Mike Fleetwood, Antoine Viallon and Curtis Gedak. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-notes-plugin: re-add 1.9.0Andreas Müller2021-01-282-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * we lost by xfce 4.16 * it is a development release but it was run tested and as soon as a stable version is released we can come back Release notes for 1.9.0 ======================= [Please note that this is a development release.] This is a development release which (finally) port the plugin to gtk3 and make it compatible with xfce 4.16. - Remove unused variable - Update deprecated autotools macros - Do not mark text with ':' after '://' as a link (bug #52) - Add support for links with scheme other than HTTP (bug #52) - Fix missing-prototypes - Create README.md. Update configure.ac.in - Add basic gitlab CI - Fix "Disabled labels on context menu are dark yellow" - Fix a few deprecation warnings - Fix make distcheck - Fix blinking image on panel - Remove commented code - Update build system - Fix make distcheck - Remove deprecated gtk stock usage - Fix build system - Continue the gtk3 port - Update URLs from goodies.x.o to docs.x.o (Bug #16171) - po: update POTFILES.in - gtk3: update css style with required changes from 3.20 - gtk3: drop libunique leftover flags and code - gtk3: Drop support for GTK+-2.0 - bump post release - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-panel: upgrade 4.16.0 -> 4.16.1Andreas Müller2021-01-281-1/+1
| | | | | | | | | | | | | | | | | | | Release notes for 4.16.1 ======================== - pager: Use gobject bindings (Fixes #376) - pager: Switch to new workspaces icon name - launcher: avoid double fork - statustray: Display tooltip title of statusnotifier items as plaintext - statustray: Prevent crash when parsing properties (Fixes #379) - windowmenu: fix use-after-free in window_menu_plugin_window_item_new - Fix compilation warnings - Update `.gitignore` - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-whiskermenu-plugin: upgrade 2.5.2 -> 2.5.3Andreas Müller2021-01-281-1/+1
| | | | | | | | | | | Release notes for 2.5.3 ======================= - Fix invalid command expansion with Xfce 4.14 (Issue #39) - Translation updates: Basque, Portuguese (Brazil). Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>