UmVirt LFS Package info

DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

AppStream

AppStream is a cross-distribution effort for enhancing the way we interact with the software repositories provided by (Linux) distributions by standardizing software component metadata.

Package info

Template:
Codename: AppStream
Source file: AppStream-1.0.4.tar.xz
Source file size: 2719900
Source file MD5-checkum: a9f9b45b9a3b2125148821b42b218d77
Source directory: AppStream-1.0.4
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/a/AppStream-1.0.4.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/a/AppStream-1.0.4.tar.xz.md5sum
Dependances: itstool, libxml2, glib, curl, gobject-introspection, python3-gi-docgen, yaml, libxmlb.
Dependance of: tigervnc-server, dconf-editor.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build
cd build
meson setup --prefix=/usr       \
            --buildtype=release \
            -Dapidocs=false     \
            -Dstemming=false    .. 

Build script:
cd build
ninja

Install script:
cd build
ninja install

mv -v /usr/share/doc/appstream{,-1.0.4}

install -vdm755 /usr/share/metainfo &&
cat > /usr/share/metainfo/org.linuxfromscratch.lfs.xml << EOF
<?xml version="1.0" encoding="UTF-8"?>
<component type="operating-system">
  <id>org.linuxfromscratch.lfs</id>
  <name>Linux From Scratch</name>
  <summary>A customized Linux system built entirely from source</summary>
  <description>
    <p>
      Linux From Scratch (LFS) is a project that provides you with
      step-by-step instructions for building your own customized Linux
      system entirely from source.
    </p>
  </description>
  <url type="homepage">https://www.linuxfromscratch.org/lfs/</url>
  <metadata_license>MIT</metadata_license>
  <developer id='linuxfromscratch.org'>
    <name>The Linux From Scratch Editors</name>
  </developer>

  <releases>
    <release version="12.3" type="release" date="2025-03-05">
      <description>
        <p>The development snapshot of the next LFS version.</p>
      </description>
    </release>

    <release version="12.2" type="stable" date="2024-09-01">
      <description>
        <p>Now contains Binutils 2.43.1, GCC-14.2.0, Glibc-2.40,
        and Linux kernel 6.10.</p>
      </description>
    </release>
  </releases>
</component>
EOF