Skip to content

Fixed issue with build process in Arch (AUR)#42

Merged
ranfdev merged 1 commit intoranfdev:mainfrom
codiflow:patch-1
Feb 6, 2026
Merged

Fixed issue with build process in Arch (AUR)#42
ranfdev merged 1 commit intoranfdev:mainfrom
codiflow:patch-1

Conversation

@codiflow
Copy link
Copy Markdown
Contributor

Like described here the build process on Arch from the AUR fails with the following error message:

==================================== 3/3 =====================================
test:         notify:validate-appdata
start time:   17:59:40
duration:     0.02s
result:       exit status 1
command:      MALLOC_PERTURB_=136 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/bin/appstream-util validate --nonet /home/username/notify-git/src/build/data/resources/com.ranfdev.Notify.metainfo.xml
----------------------------------- stdout -----------------------------------
/home/username/notify-git/src/build/data/resources/com.ranfdev.Notify.metainfo.xml: FAILED:
• style-invalid         : <ul> cannot start a description [(null)]
• style-invalid         : Not enough <p> tags for a good description [0/1]
----------------------------------- stderr -----------------------------------
Validation of files failed
==============================================================================

As I don't know why there has to be a <p> instead of the <ul> after <description> I just added a "fake paragraph" with Lorem ipsum text. Helps to fix the build errors. Feel free to change the content if necessary.

@ranfdev
Copy link
Copy Markdown
Owner

ranfdev commented Feb 6, 2026

It's good, thanks!

@ranfdev ranfdev merged commit 94d6286 into ranfdev:main Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants