forked from ports/contrib
appstream: 0.16.0 -> 0.16.1
This commit is contained in:
parent
d722105e90
commit
c14ab540f8
@ -62,11 +62,11 @@ 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.16.0
|
||||
-rwxr-xr-x root/root usr/lib/libappstream-compose.so.0.16.0
|
||||
lrwxrwxrwx root/root usr/lib/libappstream-compose.so.0 -> libappstream-compose.so.0.16.1
|
||||
-rwxr-xr-x root/root usr/lib/libappstream-compose.so.0.16.1
|
||||
lrwxrwxrwx root/root usr/lib/libappstream.so -> libappstream.so.4
|
||||
-rwxr-xr-x root/root usr/lib/libappstream.so.0.16.0
|
||||
lrwxrwxrwx root/root usr/lib/libappstream.so.4 -> libappstream.so.0.16.0
|
||||
-rwxr-xr-x root/root usr/lib/libappstream.so.0.16.1
|
||||
lrwxrwxrwx root/root usr/lib/libappstream.so.4 -> libappstream.so.0.16.1
|
||||
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
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF35h+ntewwMgnzk4xgkug50O1o4dXDJKsaiBWp42gRqFcb0VHPKt2IsFhEhgjJhzrsYBwIGuAieumSWi8WGq5Agk=
|
||||
SHA256 (Pkgfile) = 215f9b865c72aa15e4f8e32ae287f3d9f7f4d339af9f2c2e086f8a860592b975
|
||||
SHA256 (.footprint) = 7edc2f93f1ec74ae1b00e56db573c8f05dfd8c57f379e08daedce7f9842bcd71
|
||||
SHA256 (AppStream-0.16.0.tar.xz) = 6430cce80ddfcda5a35270edf80f71e78f437ca5104183f765af9f3ed048e170
|
||||
RWSagIOpLGJF366AR13XoRty47/T/P20LMsqt9m0hhL3JpL51k+j9jdoSoJ3aoAVUwjS5ApcdPHHX6H5Fgxeq10mDzj80Axu4AM=
|
||||
SHA256 (Pkgfile) = 1203d3db1b1b6f96554acb3e4db07c3a0558026248835e9a6d585496f1f66761
|
||||
SHA256 (.footprint) = b88b083fa3431ad336739ae52c5c2ee860cf83e3ac8b85a99377b8220c6fc8ad
|
||||
SHA256 (AppStream-0.16.1.tar.xz) = 77e274e163db1f0a1bec8f4134b1d0f31e9c0a8c54cd37f724a7d30a71cf41d2
|
||||
|
@ -1,17 +1,20 @@
|
||||
# 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: docbook-xsl librsvg libsoup libxmlb libyaml vala
|
||||
# Optional: qt5
|
||||
# Depends on: librsvg libsoup libxmlb libyaml vala
|
||||
# Optional: docbook-xsl qt5
|
||||
|
||||
name=appstream
|
||||
version=0.16.0
|
||||
version=0.16.1
|
||||
release=1
|
||||
source=(https://www.freedesktop.org/software/appstream/releases/AppStream-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
prt-get isinst qt5 && PKGMK_APPSTREAM+=' -D qt=true'
|
||||
|
||||
# don't depend on docbook-xsl for manpages
|
||||
prt-get isinst docbook-xsl || sed -i "/subdir('docs\/')/d" AppStream-$version/meson.build
|
||||
|
||||
meson setup AppStream-$version build $PKGMK_APPSTREAM \
|
||||
--prefix=/usr \
|
||||
--libexecdir=lib/$name \
|
||||
@ -21,9 +24,9 @@ build() {
|
||||
-D b_pie=true \
|
||||
-D vapi=true \
|
||||
-D compose=true \
|
||||
-D systemd=false \
|
||||
-D docs=false \
|
||||
-D apidocs=false \
|
||||
-D systemd=false \
|
||||
-D install-docs=false
|
||||
|
||||
meson compile -C build
|
||||
|
Loading…
x
Reference in New Issue
Block a user