mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
AppStream is a collaborative effort for making machine-readable software metadata easily available to programs that need it. It is part of the Freedesktop ecosystem and provides a convenient way to retrieve information about available software. AppStream consists of a specification to describe individual software component metadata in XML (so-called MetaInfo files), as well as a derived specification for a metadata-collection format to provide a list of these metadata entries in XML or YAML for easy consumption by software centers and other tools which need to know about available software in a repository. WWW: https://www.freedesktop.org/wiki/Distributions/AppStream/ PR: 258541 Original by: Olivier Duchateau <duchateau.olivier@gmail.com>
10 lines
289 B
Text
10 lines
289 B
Text
--- data/meson.build.orig 2022-02-22 16:53:59 UTC
|
|
+++ data/meson.build
|
|
@@ -68,6 +68,7 @@ test('as-validate_metainfo.cli',
|
|
)
|
|
|
|
install_data('appstream.conf',
|
|
+ rename: ['appstream.conf.sample'],
|
|
install_dir: get_option('sysconfdir'))
|
|
|
|
if get_option('compose')
|