fix: noconfirm auto-selects first AUR match

This commit is contained in:
2026-05-08 11:01:02 +01:00
parent d39cdc3fd9
commit 153cca6132
8056 changed files with 1983098 additions and 779 deletions
@@ -0,0 +1 @@
this is a man page of bar.2, its contents are irrelevant
@@ -0,0 +1,6 @@
This is a man page of baz.1 it was generated @TODAY@.
You should not put generation timestamps in real world projects
because they break reproducible builds. This manpage is written
by professionals or under the supervision of professionals. Do
not try this at home.
@@ -0,0 +1 @@
this is a man page of foo.1 its contents are irrelevant
@@ -0,0 +1 @@
this is a man page of foo.1 its contents are irrelevant
@@ -0,0 +1,14 @@
project('man install')
m1 = install_man('foo.1')
m2 = install_man('bar.2')
m3 = install_man('foo.fr.1', locale: 'fr')
install_man('vanishing/vanishing.2')
subdir('vanishing')
cdata = configuration_data()
cdata.set('TODAY', '$this_day')
b1 = configure_file(input : 'baz.1.in',
output : 'baz.1',
configuration : cdata)
install_man(b1)
@@ -0,0 +1,10 @@
{
"installed": [
{ "type": "file", "file": "usr/share/man/man1/foo.1" },
{ "type": "file", "file": "usr/share/man/fr/man1/foo.1" },
{ "type": "file", "file": "usr/share/man/man2/bar.2" },
{ "type": "file", "file": "usr/share/man/man1/vanishing.1" },
{ "type": "file", "file": "usr/share/man/man2/vanishing.2" },
{ "type": "file", "file": "usr/share/man/man1/baz.1" }
]
}
@@ -0,0 +1 @@
install_man('vanishing.1')
@@ -0,0 +1 @@
This is a man page of the vanishing subdirectory.
@@ -0,0 +1 @@
This is a second man page of the vanishing subdirectory.