AppStream Abstraction Library
http://people.freedesktop.org/~hughsient/appstream-glib/
This library provides GObjects and helper methods to make it easy to read and write AppStream metadata.
It also provides a simple DOM implementation that makes it easy to edit nodes and
convert to and from the standardized XML representation.
What this library allows you to do:
* Read and write compressed AppStream XML files
* Add and search for applications in an application store
* Get screenshot image data and release announcements
* Easily retrieve the best application data for the current locale
* Efficiently interface with more heavy-weight parsers like expat
- Links to GNOME:Factory / appstream-glib
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout GNOME:Next/appstream-glib && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000121 121 Bytes | |
_service | 0000000535 535 Bytes | |
_servicedata | 0000000235 235 Bytes | |
appstream-glib-0.6.4.tar.xz | 0002213744 2.11 MB | |
appstream-glib.changes | 0000046289 45.2 KB | |
appstream-glib.spec | 0000009219 9 KB | |
openSUSE-appstream-process | 0000001969 1.92 KB |
Revision 128 (latest revision is 201)
Dominique Leuenberger (dimstar)
committed
(revision 128)
- Update to version 0.6.4: + trivial: - post release version bump. - Allow detailed profiling when using as_store_from_file(). - Make as_profile_clear() threadsafe. - Make as_profile_dump() threadsafe. - Fix building AppStream metadata when using local files. - Fix two potential deadlocks in the AsProfile code. - Add some sanity checks to the unique-id hash tests. - Fix a couple of warnings with -Wundef. + Add support for AppImage bundles. + Fix building metadata on repos with mixed architecture content. + Add as_store_add_apps(). + Add as_profile_prune() for limiting the profiling output. + Add as_profile_set_autoprune() for automatically limiting the profiling output. + Fix the CSM rating age calculation. + Add as_content_rating_get_value(). + Fix setting the origin for Flatpak user repos. + Never inhierit Name and Comment when using appstream-compose. + Don't show a critical warning on invalid yaml file. + Fix a small memory leak when parsing yaml files. + Add functions to build and validate an AppStream ID. + Add flag to only load uncompressed files into a store. + Allow filtering applications based on merge type. + Release version 0.6.4.
Comments 0