$XDG_DATA_HOME (~/config/non-packaged/data) should always be there,
so avoid errors while tryiing to mkdir() it again while trying to
create the "calcurse" subdir.
* unicorn: recipe clean up.
Also, minor patch to the Python bindings code.
Co-authored-by: Schrijvers Luc <begasus@gmail.com>
Co-authored-by: Oscar Lesta <oscar.lesta@gmail.com>
* unicorn: Use same lib path patch as upstream
* unicorn: no need to provide _x86 python package
* unicorn: mark x86 as tested
---------
Co-authored-by: Schrijvers Luc <begasus@gmail.com>
* texlive: bump version to 2023
Building this requires ICU 70 or newer and building libxml2 (an indirect dependeny) against ICU 70
to get rid of icu66_devel in the build environment. These changes are done in separate commits.
ConTeXt is not included in TeXLive 2023. If it is needed, it should probably be built as a
separate package (the `mtxrun` call was commented out from texlive_update.sh before, so it
probably didn't work before anyway). See https://tug.org/texlive/bugs.html for some details.
* texlive_core: build against ghostscript 10
* mpv: update to 0.35.1, minor fixups.
- Added an .hvif file. Converted from "etc/mpv-gradient.svg".
- Added application resources (signature, icon, etc).
- Build/install man pages.
Prompted by #8626. Still not working with Tracker's "Open with",
as our mpv needs further patching to handle that usage.
Thus, the "resource file_types message" in the ".rdef.in" file has been
left commented out for now (to avoid misleading users into thinking it
will work).
* mpv: move binary to $commandBinDir
So we have /bin/mpv instead of /bin/mpv-x86 symlinking to /bin/x86/mpv
Also: remove an unneeded "metainfo" data folder.
This is needed for texlive_core 2023.
Also add a conflict for the devel package with icu66_devel. Others, like icu67 should be added as
well, when they are made available.