appstream: 1.0.2 -> 1.0.3

This commit is contained in:
Tim Biermann 2024-06-02 11:45:35 +02:00
parent 8a6f48fc9c
commit f2ebc7aea2
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 15 additions and 13 deletions

View File

@ -93,14 +93,14 @@ 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/libAppStreamQt.so -> libAppStreamQt.so.3
-rwxr-xr-x root/root usr/lib/libAppStreamQt.so.1.0.2
lrwxrwxrwx root/root usr/lib/libAppStreamQt.so.3 -> libAppStreamQt.so.1.0.2
-rwxr-xr-x root/root usr/lib/libAppStreamQt.so.1.0.3
lrwxrwxrwx root/root usr/lib/libAppStreamQt.so.3 -> libAppStreamQt.so.1.0.3
lrwxrwxrwx root/root usr/lib/libappstream-compose.so -> libappstream-compose.so.0
lrwxrwxrwx root/root usr/lib/libappstream-compose.so.0 -> libappstream-compose.so.1.0.2
-rwxr-xr-x root/root usr/lib/libappstream-compose.so.1.0.2
lrwxrwxrwx root/root usr/lib/libappstream-compose.so.0 -> libappstream-compose.so.1.0.3
-rwxr-xr-x root/root usr/lib/libappstream-compose.so.1.0.3
lrwxrwxrwx root/root usr/lib/libappstream.so -> libappstream.so.5
-rwxr-xr-x root/root usr/lib/libappstream.so.1.0.2
lrwxrwxrwx root/root usr/lib/libappstream.so.5 -> libappstream.so.1.0.2
-rwxr-xr-x root/root usr/lib/libappstream.so.1.0.3
lrwxrwxrwx root/root usr/lib/libappstream.so.5 -> libappstream.so.1.0.3
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
@ -131,6 +131,8 @@ drwxr-xr-x root/root usr/share/doc/appstream/html/images/
-rw-r--r-- root/root usr/share/doc/appstream/html/images/screxample_xterm-bad.png
-rw-r--r-- root/root usr/share/doc/appstream/html/index.html
-rw-r--r-- root/root usr/share/doc/appstream/html/ix01.html
-rw-r--r-- root/root usr/share/doc/appstream/html/re01.html
-rw-r--r-- root/root usr/share/doc/appstream/html/re02.html
-rw-r--r-- root/root usr/share/doc/appstream/html/sect-AppStream-IconCache.html
-rw-r--r-- root/root usr/share/doc/appstream/html/sect-AppStream-Misc-URIHandler.html
-rw-r--r-- root/root usr/share/doc/appstream/html/sect-AppStream-YAML.html

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/kde-plasma-6.pub
RWTGxEYrvi0p3jvBkr0wx15bJuDA2vHcnxiU9MLrUFjX147ihugWYhXPkm7YvQCHotDT8MQx/cUGA+U4W8X8PMv8bswD4DEPjQs=
SHA256 (Pkgfile) = a97b594334e61c6c092328ff509bb26daac3a0cd8a0fbab53c8b841a067701ad
SHA256 (.footprint) = 227d138dc2c147ec1a4182fe1fb124c0e7e361158a2daef52b1f2a7bd2086d22
SHA256 (AppStream-1.0.2.tar.xz) = 1a5148ca97dcbf5eb6e9c380278bb0d20938569292ea8652df1b3cac8bd2736b
RWTGxEYrvi0p3nE2dZLxsYFxHtGpAAR1/OwIGlqSKpa72MjnOEGnTN/ZbbdzOuHB7V3PkMkFrRmBKBv2AbL8Dp4INC8JmPO4vww=
SHA256 (Pkgfile) = 7e4b59e5204e0c386d1d63263b981f047bd2de4efb5987c3e680ca0e5cf52cff
SHA256 (.footprint) = be9bd033c99cd4a78285d13ba045005b74a69917f72d3b1eb3a575f4d5c8c072
SHA256 (AppStream-1.0.3.tar.xz) = 5ab6f6cf644e7875a9508593962e56bb430f4e59ae0bf03be6be7029deb6baa4

View File

@ -4,9 +4,9 @@
# Depends on: docbook-xsl librsvg libxmlb libyaml qt6-base
name=appstream
version=1.0.2
version=1.0.3
release=1
source=(https://www.freedesktop.org/software/appstream/releases/AppStream-1.0.2.tar.xz)
source=(https://www.freedesktop.org/software/appstream/releases/AppStream-$version.tar.xz)
build() {
meson build AppStream-$version \
@ -21,7 +21,7 @@ build() {
meson compile -C build
meson install --destdir $PKG -C build
rm -r $PKG/usr/share/locale
rm -r $PKG/usr/share/locale
}
# vim: set ts=4 et: