While adding post-install messaging I created a second pkg_postinst
instead of using the existing one, causing udev_reload to not be
executed anymore. This merges the two back into one.
Closes: https://bugs.gentoo.org/975963
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
Some tests error out, others hang indefinitely. Likely require
additional dependencies and setup - they are targeted at contributors,
not users.
Disabling them until I can find a way to run them successfully.
Closes: https://bugs.gentoo.org/975950
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
Thanks Agostino Sarubbo for finding this bug
fixes were generated using:
50826abbf4
To keep things easier for me and the tool, I didn't put zstd in
something like ${COMMON_DEPS} and put then in both ${RDEPEND} and in
${DEPEND}.
As I would either need to manually update it after every fix by the
fixing script, or update the scripting fix to support the logic to
realize what deps are common, which imho is a bit overkill for a bash
script that's already complicated
Closes: https://bugs.gentoo.org/975161
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
One test requires network access as it tries to download an image from
github. This change just skips the test in meson.build.
Closes: https://bugs.gentoo.org/975151
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
Adds xdg eclass to resolve the issue where icons were being installed
but the icon-cache was not being regenerated.
Closes: https://bugs.gentoo.org/975160
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
This version still relies on pkg-resources which is currently
deprecated. It also relies on pydbus which never received support for
python 3.14.
Both issues are fixed upstream already but the author has not cut a new
versioned release yet.
For now I've added the missing pkg-resources dependency along with
post-install messaging encouraging users to switch to the live ebuild
until a new verion is released.
Closes: https://bugs.gentoo.org/975149
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
previous versions was patching the source code to manually rip out the
code related to online tests
these versions use CARGO_SKIP_TESTS instead, making the process much
easier to maintain, test, bump, and, if need arises, easier to
re-enable/disable patches again
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
* Patch desktop file to match with installed icon
* Remove unwanted files and duplicates
* Install metainfo
* Use xdg eclass for post install hooks
Signed-off-by: dsaf <ghostyn678+git@gmail.com>