diff --git a/devel/appstream-compose/Makefile b/devel/appstream-compose/Makefile index a50f0a658651..39740b15c9f5 100644 --- a/devel/appstream-compose/Makefile +++ b/devel/appstream-compose/Makefile @@ -1,24 +1,24 @@ PORTREVISION= 0 PKGNAMESUFFIX= Compose -COMMENT?= AppStream Compose application and library +COMMENT= AppStream Compose application and library LIB_DEPENDS= libappstream.so:devel/appstream \ libfyaml.so:textproc/libfyaml RUN_DEPENDS= optipng:graphics/optipng \ ffprobe:multimedia/ffmpeg USE_GNOME= cairo gdkpixbuf librsvg2 pango MESON_ARGS= -Dcompose=true MASTERDIR= ${.CURDIR}/../../devel/appstream PLIST= ${.CURDIR}/pkg-plist post-install: # remove files belonging to the master port ${XARGS} -L 1 -I % ${RM} -rf ${STAGEDIR}${PREFIX}/% < ${MASTERDIR}/pkg-plist ${FIND} ${STAGEDIR}${PREFIX} -empty -delete ${RM} -rf ${STAGEDIR}${PREFIX}/etc ${STAGEDIR}${PREFIX}/share/man .include "${MASTERDIR}/Makefile" diff --git a/devel/appstream-compose/pkg-plist b/devel/appstream-compose/pkg-plist index 620ad761c2f3..2362b5d990fe 100644 --- a/devel/appstream-compose/pkg-plist +++ b/devel/appstream-compose/pkg-plist @@ -1,19 +1,19 @@ include/appstream-compose/appstream-compose.h include/appstream-compose/asc-compose.h include/appstream-compose/asc-directory-unit.h include/appstream-compose/asc-enums-types.h include/appstream-compose/asc-globals.h include/appstream-compose/asc-hint.h include/appstream-compose/asc-icon-policy.h include/appstream-compose/asc-image.h include/appstream-compose/asc-result.h include/appstream-compose/asc-unit.h include/appstream-compose/asc-utils.h lib/girepository-1.0/AppStreamCompose-1.0.typelib lib/libappstream-compose.so lib/libappstream-compose.so.0 -lib/libappstream-compose.so.1.1.1 +lib/libappstream-compose.so.1.1.2 libdata/pkgconfig/appstream-compose.pc libexec/appstreamcli-compose share/gir-1.0/AppStreamCompose-1.0.gir share/metainfo/org.freedesktop.appstream.compose.metainfo.xml diff --git a/devel/appstream-qt/Makefile b/devel/appstream-qt/Makefile index 18da524bd4fa..e7582dfe7a9e 100644 --- a/devel/appstream-qt/Makefile +++ b/devel/appstream-qt/Makefile @@ -1,22 +1,22 @@ PORTREVISION= 0 PKGNAMESUFFIX= Qt6 -COMMENT?= Qt bindings to AppStream +COMMENT= Qt bindings to AppStream LIB_DEPENDS= libappstream.so:devel/appstream USES= qt:6 USE_QT= base MESON_ARGS= -Dqt=true MASTERDIR= ${.CURDIR}/../appstream PLIST= ${.CURDIR}/pkg-plist post-install: # remove files belonging to the master port ${XARGS} -L 1 -I % ${RM} -rf ${STAGEDIR}${PREFIX}/% < ${MASTERDIR}/pkg-plist ${FIND} ${STAGEDIR}${PREFIX} -empty -delete ${RM} -rf ${STAGEDIR}${PREFIX}/etc ${STAGEDIR}${PREFIX}/share/man .include "${MASTERDIR}/Makefile" diff --git a/devel/appstream-qt/pkg-plist b/devel/appstream-qt/pkg-plist index 3f0036bb089a..31889070fb77 100644 --- a/devel/appstream-qt/pkg-plist +++ b/devel/appstream-qt/pkg-plist @@ -1,31 +1,31 @@ include/AppStreamQt/appstreamqt_export.h include/AppStreamQt/branding.h include/AppStreamQt/bundle.h include/AppStreamQt/category.h include/AppStreamQt/component-box.h include/AppStreamQt/component.h include/AppStreamQt/contentrating.h include/AppStreamQt/developer.h include/AppStreamQt/icon.h include/AppStreamQt/image.h include/AppStreamQt/launchable.h include/AppStreamQt/metadata.h include/AppStreamQt/pool.h include/AppStreamQt/provided.h include/AppStreamQt/relation-check-result.h include/AppStreamQt/relation.h include/AppStreamQt/release-list.h include/AppStreamQt/release.h include/AppStreamQt/screenshot.h include/AppStreamQt/spdx.h include/AppStreamQt/suggested.h include/AppStreamQt/systeminfo.h include/AppStreamQt/translation.h include/AppStreamQt/utils.h include/AppStreamQt/version.h include/AppStreamQt/video.h lib/cmake/AppStreamQt/AppStreamQtConfig.cmake lib/cmake/AppStreamQt/AppStreamQtConfigVersion.cmake lib/libAppStreamQt.so -lib/libAppStreamQt.so.1.1.1 +lib/libAppStreamQt.so.1.1.2 lib/libAppStreamQt.so.3 diff --git a/devel/appstream/Makefile b/devel/appstream/Makefile index 4ac2e0895b80..8253ebfb404e 100644 --- a/devel/appstream/Makefile +++ b/devel/appstream/Makefile @@ -1,48 +1,49 @@ # Some knobs are defined with ?= and += to allow them # being overriden by devel/appstream-qt slave port PORTNAME?= AppStream -DISTVERSION= 1.1.1 +DISTVERSION= 1.1.2 CATEGORIES= devel MASTER_SITES= https://www.freedesktop.org/software/${PORTNAME:tl}/releases/ MAINTAINER= desktop@FreeBSD.org COMMENT?= Machine-readable software metadata for desktop environments WWW= https://www.freedesktop.org/wiki/Distributions/AppStream/ LICENSE= GPLv2+ LGPL21+ LICENSE_COMB= multi -BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \ +BUILD_DEPENDS= bash-completion>0:shells/bash-completion \ + docbook-xsl>=0:textproc/docbook-xsl \ gperf>0:devel/gperf \ itstool:textproc/itstool \ lmdb>0:databases/lmdb LIB_DEPENDS?= libcurl.so:ftp/curl \ libstemmer.so:textproc/snowballstemmer \ libxmlb.so:textproc/libxmlb \ libfyaml.so:textproc/libfyaml \ libzstd.so:archivers/zstd USES+= gettext gnome localbase:ldflags meson pkgconfig \ python:build tar:xz vala:build USE_GNOME+= glib20 libxml2 introspection:build libxslt:build USE_LDCONFIG= yes MESON_ARGS+= -Dstemming=true \ -Dvapi=true \ -Dapidocs=false \ -Dinstall-docs=false \ -Dsystemd=false post-patch: ${REINPLACE_CMD} \ -e 's|APPLICATIONS_DIR = "/usr/share/applications"|APPLICATIONS_DIR = "${LOCALBASE}/share/applications"|' \ -e 's|METAINFO_DIR = "/usr/share/metainfo"|METAINFO_DIR = "${LOCALBASE}/share/metainfo"|' \ -e 's|"/usr/share",|"${LOCALBASE}/share",|' \ ${WRKSRC}/src/as-pool.c ${REINPLACE_CMD} \ -e 's|"/usr/share";|"${LOCALBASE}/share";|' \ ${WRKSRC}/src/as-utils.c .include diff --git a/devel/appstream/distinfo b/devel/appstream/distinfo index 485da549bfab..18b8470de2d1 100644 --- a/devel/appstream/distinfo +++ b/devel/appstream/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760204650 -SHA256 (AppStream-1.1.1.tar.xz) = 3b9d325074ede328eed4746d0c4fbfc3b8f6f4fdbc9c173ed70e40569a79b117 -SIZE (AppStream-1.1.1.tar.xz) = 2768624 +TIMESTAMP = 1769783416 +SHA256 (AppStream-1.1.2.tar.xz) = 46b4257100e25a6468ceed7b3ab82441f47b119da3398d30aea6d7b91174b586 +SIZE (AppStream-1.1.2.tar.xz) = 2754860 diff --git a/devel/appstream/pkg-plist b/devel/appstream/pkg-plist index 0fa328c20ee6..27e29c1b4126 100644 --- a/devel/appstream/pkg-plist +++ b/devel/appstream/pkg-plist @@ -1,105 +1,107 @@ bin/appstreamcli include/appstream/appstream.h include/appstream/as-agreement-section.h include/appstream/as-agreement.h include/appstream/as-artifact.h include/appstream/as-branding.h include/appstream/as-bundle.h include/appstream/as-category-gi.h include/appstream/as-category.h include/appstream/as-checksum.h include/appstream/as-component-box.h include/appstream/as-component.h include/appstream/as-content-rating.h include/appstream/as-context.h include/appstream/as-developer.h include/appstream/as-enum-types.h include/appstream/as-icon.h include/appstream/as-image.h include/appstream/as-issue.h include/appstream/as-launchable.h include/appstream/as-macros.h include/appstream/as-metadata.h include/appstream/as-pool.h include/appstream/as-provided.h include/appstream/as-reference.h include/appstream/as-relation-check-result.h include/appstream/as-relation.h include/appstream/as-release-list.h include/appstream/as-release.h include/appstream/as-review.h include/appstream/as-screenshot.h include/appstream/as-spdx.h include/appstream/as-suggested.h include/appstream/as-system-info.h include/appstream/as-translation.h include/appstream/as-utils.h include/appstream/as-validator-issue.h include/appstream/as-validator.h include/appstream/as-vercmp.h include/appstream/as-version.h include/appstream/as-video.h lib/girepository-1.0/AppStream-1.0.typelib lib/libappstream.so -lib/libappstream.so.1.1.1 +lib/libappstream.so.1.1.2 lib/libappstream.so.5 libdata/pkgconfig/appstream.pc share/appstream/appstream.conf +share/bash-completion/completions/appstreamcli share/gettext/its/metainfo.its share/gettext/its/metainfo.loc share/gir-1.0/AppStream-1.0.gir share/installed-tests/appstream/metainfo-validate.test share/locale/ain/LC_MESSAGES/appstream.mo share/locale/ar/LC_MESSAGES/appstream.mo share/locale/bg/LC_MESSAGES/appstream.mo share/locale/bn/LC_MESSAGES/appstream.mo share/locale/bn_BD/LC_MESSAGES/appstream.mo share/locale/ca/LC_MESSAGES/appstream.mo share/locale/ckb/LC_MESSAGES/appstream.mo share/locale/cs/LC_MESSAGES/appstream.mo share/locale/da/LC_MESSAGES/appstream.mo share/locale/de/LC_MESSAGES/appstream.mo share/locale/en_GB/LC_MESSAGES/appstream.mo share/locale/eo/LC_MESSAGES/appstream.mo share/locale/es/LC_MESSAGES/appstream.mo share/locale/et/LC_MESSAGES/appstream.mo share/locale/eu/LC_MESSAGES/appstream.mo share/locale/fi/LC_MESSAGES/appstream.mo share/locale/fr/LC_MESSAGES/appstream.mo share/locale/gd/LC_MESSAGES/appstream.mo share/locale/gl/LC_MESSAGES/appstream.mo share/locale/he/LC_MESSAGES/appstream.mo share/locale/hi/LC_MESSAGES/appstream.mo share/locale/hr/LC_MESSAGES/appstream.mo share/locale/hu/LC_MESSAGES/appstream.mo share/locale/ia/LC_MESSAGES/appstream.mo share/locale/id/LC_MESSAGES/appstream.mo share/locale/it/LC_MESSAGES/appstream.mo share/locale/ja/LC_MESSAGES/appstream.mo share/locale/ka/LC_MESSAGES/appstream.mo share/locale/ko/LC_MESSAGES/appstream.mo +share/locale/kw/LC_MESSAGES/appstream.mo share/locale/lt/LC_MESSAGES/appstream.mo share/locale/nb/LC_MESSAGES/appstream.mo share/locale/nl/LC_MESSAGES/appstream.mo share/locale/oc/LC_MESSAGES/appstream.mo share/locale/pl/LC_MESSAGES/appstream.mo share/locale/pt/LC_MESSAGES/appstream.mo share/locale/pt_BR/LC_MESSAGES/appstream.mo share/locale/ro/LC_MESSAGES/appstream.mo share/locale/rom/LC_MESSAGES/appstream.mo share/locale/ru/LC_MESSAGES/appstream.mo share/locale/sk/LC_MESSAGES/appstream.mo share/locale/sl/LC_MESSAGES/appstream.mo share/locale/sr/LC_MESSAGES/appstream.mo share/locale/sr@latin/LC_MESSAGES/appstream.mo share/locale/sv/LC_MESSAGES/appstream.mo share/locale/ta/LC_MESSAGES/appstream.mo share/locale/th/LC_MESSAGES/appstream.mo share/locale/tr/LC_MESSAGES/appstream.mo share/locale/uk/LC_MESSAGES/appstream.mo share/locale/zh_CN/LC_MESSAGES/appstream.mo share/locale/zh_TW/LC_MESSAGES/appstream.mo share/man/man1/appstreamcli.1.gz share/metainfo/org.freedesktop.appstream.cli.metainfo.xml share/vala/vapi/appstream.deps share/vala/vapi/appstream.vapi