appstream: 0.15.4 -> 0.15.5

This commit is contained in:
Tim Biermann 2022-09-03 01:33:45 +02:00
parent 5def69c34e
commit 296d159d40
3 changed files with 14 additions and 13 deletions

View File

@ -53,20 +53,20 @@ drwxr-xr-x root/root usr/include/appstream/
-rw-r--r-- root/root usr/include/appstream/as-version.h
-rw-r--r-- root/root usr/include/appstream/as-video.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/appstream/
-rwxr-xr-x root/root usr/lib/appstream/appstreamcli-compose
drwxr-xr-x root/root usr/lib/girepository-1.0/
-rw-r--r-- root/root usr/lib/girepository-1.0/AppStream-1.0.typelib
-rw-r--r-- root/root usr/lib/girepository-1.0/AppStreamCompose-1.0.typelib
lrwxrwxrwx root/root usr/lib/libappstream-compose.so -> libappstream-compose.so.0
lrwxrwxrwx root/root usr/lib/libappstream-compose.so.0 -> libappstream-compose.so.0.15.4
-rwxr-xr-x root/root usr/lib/libappstream-compose.so.0.15.4
lrwxrwxrwx root/root usr/lib/libappstream-compose.so.0 -> libappstream-compose.so.0.15.5
-rwxr-xr-x root/root usr/lib/libappstream-compose.so.0.15.5
lrwxrwxrwx root/root usr/lib/libappstream.so -> libappstream.so.4
-rwxr-xr-x root/root usr/lib/libappstream.so.0.15.4
lrwxrwxrwx root/root usr/lib/libappstream.so.4 -> libappstream.so.0.15.4
-rwxr-xr-x root/root usr/lib/libappstream.so.0.15.5
lrwxrwxrwx root/root usr/lib/libappstream.so.4 -> libappstream.so.0.15.5
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/appstream-compose.pc
-rw-r--r-- root/root usr/lib/pkgconfig/appstream.pc
drwxr-xr-x root/root usr/libexec/
-rwxr-xr-x root/root usr/libexec/appstreamcli-compose
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/gettext/
drwxr-xr-x root/root usr/share/gettext/its/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30jexaYKANTiz0N3lkH5tS5pCCL+18150XLrHyh324JuJPw9Y1hGw/4oRRVmg6RDk9gDJObHUgY3BcL22bY3rw0=
SHA256 (Pkgfile) = 26065b90e46f5d986867d62b5a0443ca67f6b1e342d39b3eb11b40f98c0aab96
SHA256 (.footprint) = 9edfb4e333504cac07812dddef704a5f8efd6b3bdaecf913d45fc0669ee1bde0
SHA256 (AppStream-0.15.4.tar.xz) = c4126b6ebc889afb2e3ab5dfd8303bd31a9cd2a3992391de4dc66cb0e12846dd
RWSagIOpLGJF35RaPLldDk4UVjKWESfBxOEfK6BEODvI54wI9DHAikjUEWhUbXVsTZhZMQzxvQMwkwMjzefdzfUOV9MvkD4eXwk=
SHA256 (Pkgfile) = 35fe9439b8a3955490a22daa0d9e576e01d75e4576e3897c1645c9ec461ee57b
SHA256 (.footprint) = 2bab2bef0f00465fc72d4de7e53bf4b7bdd47bf249e77ba8850041ec13c6d57a
SHA256 (AppStream-0.15.5.tar.xz) = cb15ed62cc2729683879a2dbf98c0a3267ea2b4d57bba6bc55e70a25500e04c2

View File

@ -1,11 +1,11 @@
# Description: a cross-distribution effort for enhancing the way we interact with the software repositories provided by (Linux) distributions by standardizing software component metadata
# URL: https://www.freedesktop.org/wiki/Distributions/AppStream/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: librsvg libsoup libxmlb libxslt libyaml vala docbook-xsl
# Depends on: docbook-xsl librsvg libsoup libxmlb libyaml vala
# Optional: qt5
name=appstream
version=0.15.4
version=0.15.5
release=1
source=(https://www.freedesktop.org/software/appstream/releases/AppStream-$version.tar.xz)
@ -14,9 +14,10 @@ build() {
meson setup AppStream-$version build $PKGMK_APPSTREAM \
--prefix=/usr \
--libexecdir=lib/$name \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_lto=false \
-D b_pie=true \
-D vapi=true \
-D compose=true \