summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cifs-utils: upgrade 6.11 -> 6.12Zheng Ruoqin2021-01-122-48/+1
| | | | | | | | 0001-Bugfix-Modify-the-dir-of-install-exec-hook-and.patch Removed since this is included in 6.12. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: fix the pfa test hangMingli Yu2021-01-112-0/+37
| | | | | | | | | | | | Per [1], the pfa test needs to install page-types and the pfa test will hang forever if there is no page-types installed. Improve the test script to avoid the pfa test hang. [1] https://git.kernel.org/pub/scm/utils/cpu/mce/mcelog.git/tree/tests/pfa/PFA_test_howto?id=7b776a8c005b60572f49797e81287540f99fff1f Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Add new package influxdbKhem Raj2021-01-111-0/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Thomas Perrot <thomas.perrot@bootlin.com>
* influxdb: Fix build on mipsKhem Raj2021-01-112-0/+22
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Thomas Perrot <thomas.perrot@bootlin.com>
* influxdb: add new recipeThomas Perrot2021-01-113-0/+884
| | | | | | | | InfluxDB is a time series database designed to handle high write and query loads. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: enable SO_PEERSEC usage by defaultLuca Boccassi2021-01-111-0/+1
| | | | | | | | Linux 4.17 is quite old at the moment, the last 3 LTS kernels are all newver, so it should be safe to enable a better security option by default. Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmicrohttpd: allow native/nativesdk buildsRoss Burton2021-01-111-2/+3
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* htop: Update to 3.0.4Robert Joslyn2021-01-092-14/+25
| | | | | | | | | | | | | | | | | | Along with the update, make a few cleanups to the recipe: * Refresh patch with devtool. * The cgroup and taskstats configure options are no longer provided by upstream. * Add ancient-vserver configure option. Leave it disabled by default since it is rarly used. * Reorder PACKAGECONFIG options to match upstream ./configure --help output to make future updates easier. * Add new sensors PACKAGECONFIG option that adds lmsensors integration. htop will dlopen libsensors. Disable by default to avoid pulling in excess dependencies. * Package new icon. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: update to new release 2.18.6Gianfranco Costamagna2021-01-094-146/+1
| | | | | | | | - drop patches 241 245 275: upstream Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4ui: Fix sporadic install errorAndreas Müller2021-01-093-2/+49
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screenshooter: replace gtk+ -> gtk+3 in DEPENDSAndreas Müller2021-01-091-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libunique: removeAndreas Müller2021-01-096-680/+0
| | | | | | | | | * development has stopped almost a decade ago * since xfce 4.16 no recipe requires it any more * it is GTK2 based Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imapfilter: Upgrade 2.6.16 -> 2.7.5Alejandro Enedino Hernandez Samaniego2021-01-091-3/+3
| | | | | | | | - License dates were updated - Source code was updated to use libpcre2 Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: Update to 1.4.10Alejandro Enedino Hernandez Samaniego2021-01-091-1/+3
| | | | | | | Set PV to contain SRCPV properly as well Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-babel: Upgrade 2.8.0 -> 2.9.0Leon Anavi2021-01-081-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.9.0: - CLDR: Use CLDR 37 - Dates: Handle ZoneInfo objects in get_timezone_location, get_timezone_name - Numbers: Add group_separator feature in number formatting - Dates: Correct default Format().timedelta format to 'long' to mute deprecation warnings - Import: Simplify iteration code in "import_cldr.py" - Import: Stop using deprecated ElementTree methods "getchildren()" and "getiterator()" - Messages: Fix unicode printing error on Python 2 without TTY. - Messages: Introduce invariant that _invalid_pofile() takes unicode line. - Tests: fix tests when using Python 3.9 - Tests: Remove deprecated 'sudo: false' from Travis configuration - Tests: Support Py.test 6.x - Utilities: LazyProxy: Handle AttributeError in specified func - Utilities: Replace usage of parser.suite with ast.parse 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-sentry-sdk: Upgrade 0.19.1 -> 0.19.5Leon Anavi2021-01-081-2/+1
| | | | | | | | | | | | Upgrade to release 0.19.5: - Fix two regressions added in 0.19.2 with regard to sampling behavior when reading the sampling decision from headers. - Increase internal transport queue size and make it configurable. 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 35.5.0 -> 36.1.0Leon Anavi2021-01-081-1/+1
| | | | | | | | | | | | | Upgrade to release 36.1.0: - Added sub command plot - plot test: parse output of cantools decode - added plot subcommand to readme - removed unneeded code 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-smbus2: Upgrade 0.3.0 -> 0.4.0Leon Anavi2021-01-081-2/+1
| | | | | | | | | | | | Upgrade to release 0.4.0: - Support for SMBus PEC (Packet Error Checking). - Support for Python 3 type hinting and mypy static type analysis. Type stubs added to the project. 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-pytest-metadata: Upgrade 1.10.0 -> 1.11.0Leon Anavi2021-01-081-2/+1
| | | | | | | | | | | Upgrade to release 1.11.0: - Provide a session fixture to include metadata in Junit XMLs as property tags 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-transitions: Upgrade 0.8.5 -> 0.8.6Leon Anavi2021-01-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.8.6: - HierarchicalMachine.add_states will raise a ValueError when an Enum name contains the currently used NestedState.separator. - Bugfix: Reset NestedState._scope when enter/exit callbacks raise an exception - Bugfix: Let HierarchicalMachine._get_trigger which is bound to model.trigger raise a MachineError for invalid events and AttributeError for unknown events - Introduced HierarchicalMachine.has_trigger to determine whether an event is valid for an HSM - Feature: AsyncMachine features an event queue dictionary for individual models when queued='model' - Feature: Machine.remove_model will now also remove model events from the event queue when queued=True - Feature: Machine.get_transitions and its HSM counterpart now accept Enum and State for source and dest 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-sqlalchemy: Upgrade 1.3.20 -> 1.3.22Leon Anavi2021-01-081-2/+1
| | | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.22: - Fixed regression which occured due to #5755 which implemented isolation level support for Oracle. It has been reported that many Oracle accounts don't actually have permission to query the v$transaction view so this feature has been altered to gracefully fallback when it fails upon database connect, where the dialect will assume "READ COMMITTED" is the default isolation level as was the case prior to SQLAlchemy 1.3.21. However, explicit use of the Connection.get_isolation_level() method must now necessarily raise an exception, as Oracle databases with this restriction explicitly disallow the user from reading the current isolation level. 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-humanfriendly: Upgrade 8.2 -> 9.1Leon Anavi2021-01-081-2/+1
| | | | | | | | | | | | | | | | | Upgrade to release 9.1: - Added on_macos() function to detect Apple MacOS - Changed format_number() to properly support negative numbers - Changed pluralize() to generate “1.5 seconds” instead of "1.5 second" - Enhanced concatenate() to support conjunction and serial_comma keyword arguments - Added pluralize_raw() to select singular or plural form without prefixing the count to the text that is returned 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-twine: Upgrade 3.2.0 -> 3.3.0Leon Anavi2021-01-081-2/+1
| | | | | | | | | | | | | | | Upgrade to release 3.3.0: - Print files to be uploaded using upload --verbose - Print configuration file location when using upload --verbose - Print source and values of credentials when using upload --verbose - Add support for Python 3.9 - Turn warnings into errors when using check --strict 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-sympy: Upgrade 1.6.2 -> 1.7.1Leon Anavi2021-01-081-2/+1
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.7.1: - There was a regression in 1.7 that meant that __slots__ would not work correctly for Basic instances and they would end up having __dict__. This also made it possible to set arbitrary attributes on Basic instances such as symbols which breaks immutability. This was fixed in 1.7.1 to ensure that Basic instances do not have __dict__ and it is not possible to set attributes on them. - Fixed lazy iteration of series with expr.series(x, n=None) which was broken in the 1.7 release. - Updated documentation for sympy.stats.sample for seed argument. - sympy.stats.sample now has an optional seed argument. - Random failures with sympy.stats.sample have now been fixed. 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-pandas: Upgrade 1.1.4 -> 1.2.0Leon Anavi2021-01-081-2/+1
| | | | | | | | | | | | | | | | | | Upgrade to release 1.2.0: - Optionally disallow duplicate labels - Passing arguments to fsspec backends - Support for binary file handles in to_csv - Support for short caption and table position in to_latex - Change in default floating precision for read_csv and read_table - Experimental nullable data types for float data - Index/column name preservation when aggregating - GroupBy supports EWM operations directly - Various bug fixes 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 0.3.36 -> 0.3.37Leon Anavi2021-01-081-2/+2
| | | | | | | | | | Upgrade to release 0.3.37: - Added Python 3.8 and 3.9 support 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-txaio: Upgrade 20.4.1 -> 20.12.1Leon Anavi2021-01-081-1/+1
| | | | | | | | | | | | Upgrade to release 20.12.1: - CI/CD migrated to GitHub Actions - support Python 3.9 (CI / testing added) - minimum Python version is now 3.6 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.6.0 -> 7.7.1Leon Anavi2021-01-081-1/+1
| | | | | | | | | | | Upgrade to release 7.7.1: - Update local http API, re-add get_multizone_status - Don't throw if socket is already closed when cleaning up 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.8 -> 3.0.9Leon Anavi2021-01-081-2/+1
| | | | | | | | | | | | | | | Upgrade to release 3.0.9: - Handle c-tab for TERM=linux. - Improve rendering speed of `print_formatted_text`. (Don't render styling attributes to output between fragments that have identical styling.) - Gracefully handle `FileHistory` decoding errors. - Prevent asyncio deprecation warnings. 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-nocaselist: Upgrade 1.0.3 -> 1.0.4Leon Anavi2021-01-082-9/+8
| | | | | | | | | | | | | | | Upgrade to release 1.0.4: - Migrated from Travis and Appveyor to GitHub Actions. This required changes in several areas including dependent packages used for testing and coverage. This did not cause any changes on dependent packages used for the installation of the package. License-Update: File changed but the licence remains the same. 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-multidict: Upgrade 5.0.0 -> 5.1.0Leon Anavi2021-01-081-2/+1
| | | | | | | | | | | | Upgrade to release 5.1.0: - Support GenericAliases (MultiDict[str]) for Python 3.9+ - Synchronize the declared supported Python versions in setup.py with actually supported and tested ones. 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-argcomplete: Upgrade 1.12.1 -> 1.12.2Leon Anavi2021-01-081-2/+1
| | | | | | | | | | | | Upgrade to release 1.12.2: - Update importlib-metadata dependency pin - Add change log project URL - Replace Travis CI with GitHub Actions 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-psutil: Upgrade 5.7.3 -> 5.8.0Leon Anavi2021-01-081-2/+1
| | | | | | | | | | | | | | | | | Upgrade to release 5.8.0: - disk_partitions() exposes 2 extra fields: maxfile and maxpath, which are the maximum file name and path name length. - [Windows] added support for PyPy 2.7. - provide pre-compiled wheels for Linux and macOS. - get rid of Travis and Cirrus CI services (they are no longer free). CI testing is now done by GitHub Actions on Linux, macOS and FreeBSD (yes). AppVeyor is still being used for Windows CI. - [Linux] get rid of sensors_temperatures() duplicates. 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-jsonpatch: Upgrade 1.26 -> 1.28Leon Anavi2021-01-081-2/+1
| | | | | | | | | | Upgrade to release 1.28: - Declare json-patch operations as a class-based attribute 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-soupsieve: Upgrade 2.0.1 -> 2.1Leon Anavi2021-01-081-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.1: - Officially support Python 3.9. - Drop official support for Python 3.5. - In order to avoid conflicts with future CSS specification changes, non-standard pseudo classes will now start with the :-soup- prefix. As a consequence, :contains() will now be known as :-soup-contains(), though for a time the deprecated form of :contains() will still be allowed with a warning that users should migrate over to :-soup-contains(). - Added new non-standard pseudo class :-soup-contains-own() which operates similar to :-soup-contains() except that it only looks at text nodes directly associated with the currently scoped element and not its descendants. - Import bs4 globally instead of in local functions as it appears there are no adverse affects due to circular imports as bs4 does not immediately reference soupsieve functions and soupsieve does not immediately reference bs4 functions. This should give a performance boost to functions that had previously included bs4 locally. 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-nocasedict: Upgrade 1.0.1 -> 1.0.2Leon Anavi2021-01-082-9/+8
| | | | | | | | | | | | | | | Upgrade to release 1.0.2: - Migrated from Travis and Appveyor to GitHub Actions. This required changes in several areas including dependent packages used for testing and coverage. This did not cause any changes on dependent packages used for the installation of the package. License-Update: File changed but the licence remains the same. 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-requests: Upgrade 2.25.0 -> 2.25.1Leon Anavi2021-01-081-1/+1
| | | | | | | | | | | | Upgrade to release 2.25.1: - Requests now treats application/json as utf8 by default. Resolving inconsistencies between r.text and r.json output. - Requests now supports chardet v4.x. 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>
* openjpeg: upgrade 2.3.1 -> 2.4.0zangrc2021-01-075-141/+38
| | | | | | | | | | | | CVE-2020-15389.patch CVE-2020-6851.patch CVE-2020-8112.patch Removed since these are included in 2.4.0. Fixed an error where openjpeg.h could not be found. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smartmontools: upgrade 7.1 -> 7.2zangrc2021-01-071-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* live555: upgrade 20201105 -> 20210101zangrc2021-01-071-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* haveged: upgrade 1.9.13 -> 1.9.14zangrc2021-01-071-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpprest: upgrade 2.10.16 -> 2.10.17zangrc2021-01-071-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-utils: upgrade 2020.11.0 -> 2020.12.0zangrc2021-01-071-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdma-core: upgrade 32.0 -> 33.0zangrc2021-01-071-4/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: 12.19.1 -> 12.20.1Sean Nyekjaer2021-01-071-2/+2
| | | | | Signed-off-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* blueman: upgrade 2.1.3 -> 2.1.4Andreas Müller2021-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | Security release, see GHSA-jpc9-mgw6-2xwx/CVE-2020-15238 [1] Changes Force cython to use python language version 3 Do not use exitcode 1 when we expect to fail Mark more strings translatable (@cwendling) Bugs fixed Unstranslated strings Searching (with Ctrl+F in manager device list) did not work Default PIN lookup Fix device removal handling (@Yannik) Only use LaunchContext when we have proper event time [1] https://github.com/blueman-project/blueman/security/advisories/GHSA-jpc9-mgw6-2xwx Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluidsynth: upgrade 2.1.5 -> 2.1.6Andreas Müller2021-01-061-2/+2
| | | | | | | | | | | | | | | Release notes: SoundFonts may never be unloaded correctly, if polyphony is ever exceeded (#727), or voices are still playing while their SoundFont is being unloaded. Calling delete_fluid_synth() does not free those SoundFonts either. Affected are versions from 1.1.4 to 2.1.5 . Other bug-fixes: fix a heap-based use-after-free (#733) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-notes-plugin: remove for nowAndreas Müller2021-01-064-106/+0
| | | | | | | | | | | | * It is broken since xfce 4.16 * GTK3 support was merged to master. Tried to build from git but that requires vala support all over the place causing build failures and is beyond worth it * As soon as a working version is released it will be re-added [1] https://gitlab.xfce.org/panel-plugins/xfce4-notes-plugin/-/merge_requests/2 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-equake-plugin: remove for nowAndreas Müller2021-01-062-15/+0
| | | | | | | | | | | * It is broken since xfce 4.16 * A ticket was opened [1] but no visible activities yet * As soon as a working version is released it will be re-added [1] https://sourceforge.net/p/equake/tickets/3/ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-embed-plugin: remove for nowAndreas Müller2021-01-062-13/+0
| | | | | | | | | | | * It stopped building for xfce 4.16 * There have been activities on GTK3 port [1] but... * As soon as a working version is released it will be re-added [1] https://gitlab.xfce.org/panel-plugins/xfce4-embed-plugin/-/issues/2 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>