GithubHelp home page GithubHelp logo

zerocurve / appstream Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ximion/appstream

0.0 1.0 0.0 14.38 MB

Tools and libraries to work with AppStream metadata

Home Page: http://www.freedesktop.org/wiki/Distributions/AppStream/

License: GNU General Public License v2.0

CMake 0.18% C++ 9.04% C 88.56% Shell 0.26% Python 0.58% Meson 1.34% Dockerfile 0.04% Vala 0.02%

appstream's Introduction

AppStream

AppStream is a cross-distro effort for providing metadata for software in the (Linux) ecosystem. It provides a convenient way to get information about not installed software, and is one of the building blocks for software centers. It consists of specifications for things like upstream metainfo files, an unified software metadata pool for distributors, screenshot services and various other useful bits needed to create user-friendly software-centers or other tools requiring rich metadata for software and other content.

This repository contains:

  • the AppStream specification
  • the appstreamcli utility to access metadata, manipulate caches, show diagnostic information, etc. (see man appstreamcli)
  • a GLib/GObject based library for reading and writing AppStream metadata in XML and YAML, accessing the system data pool, and for various other useful methods.
  • a Qt5 based library for accessing AppStream.

AppStream Architecture

Useful Links

AppStream Documentation - The AppStream specification and help
Releases - All releases of AppStream
AppStream on Freedesktop - The original Freedesktop.org page

For help and development discussion, check out the AppStream mailinglist.

If you are looking for a way to generate distribution AppStream metadata for a package repository, you may want to take a look at appstream-generator.

Developers

Build Status Translation status

Dependencies

Required

  • Meson (>= 0.42)
  • glib2 (>= 2.54)
  • GObject-Introspection
  • libxml2
  • libyaml
  • LMDB

Optional

  • Vala Compiler (vapigen) (for Vala VAPI file)
  • Snowball (for stemming support)

Documentation / Specification

  • Publican

Qt (for libappstream-qt)

  • Qt5 Core

Build instructions

To compile AppStream, make sure that you have all required libraries (development files!) installed. Then continue (the build system will complain about missing dependencies).

Use Meson to configure AppStream and build it with ninja:

mkdir build
cd build
meson <flags> ..
ninja
ninja test

Possible AppStream-specific flags are:
-Dqt=true -- Build the Qt interface library (default: false)
-Dvapi=true -- Build Vala API to use the library with the Vala programming language (default: false)
-Ddocs=true -- Build specification and other documentation, requires Publican (default: false)
-Dinstall-docs=true -- Install documentation (default: true)
-Dmaintainer=true -- Enable strict compiler options - use this if you write a patch for AppStream (default: false)
-Dstemming=true -- Enable support for stemming in fulltext searches (default: true)
-Dapt-support=true -- Enable integration with the APT package manager on Debian (default: false)

Installation

To install the compiled binaries and required data, execute ninja install with superuser permission.

Translators

You can help translating AppStream via Weblate. Check out the AppStream Weblate Page.

appstream's People

Contributors

aleixpol avatar artoria2e5 avatar atriwidada avatar awandepan avatar cheve11e avatar comradekingu avatar davidmhewitt avatar f2404 avatar fitojb avatar haaninjo avatar hsitter avatar lucasmoura avatar milocasagrande avatar mvollmer avatar p-bo avatar piotrdrag avatar rbuj avatar rffontenelle avatar ricotz avatar ryonakano avatar sandykurniawan19 avatar scootergrisen avatar svuorela avatar vistaus avatar weblate avatar welaq avatar wsxy162 avatar ximion avatar yurchor avatar zerng07 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.