View | Details | Raw Unified | Return to bug 278474
Collapse All | Expand All

(-)b/deskutils/xdg-desktop-portal/Makefile (-5 / +4 lines)
Lines 1-12 Link Here
1
PORTNAME=	xdg-desktop-portal
1
PORTNAME=	xdg-desktop-portal
2
PORTVERSION=	1.18.3
2
PORTVERSION=	1.18.4
3
CATEGORIES=	deskutils
3
CATEGORIES=	deskutils
4
4
5
MAINTAINER=	arrowd@FreeBSD.org
5
MAINTAINER=	arrowd@FreeBSD.org
6
COMMENT=	Portal frontend service for Flatpak
6
COMMENT=	Portal frontend service for Flatpak
7
WWW=		https://github.com/flatpak/xdg-desktop-portal
7
WWW=		https://github.com/flatpak/xdg-desktop-portal/
8
8
9
LICENSE=	LGPL21
9
LICENSE=	LGPL21
10
LICENSE_FILE=	${WRKSRC}/COPYING
10
11
11
LIB_DEPENDS=	libfuse3.so:sysutils/fusefs-libs3 \
12
LIB_DEPENDS=	libfuse3.so:sysutils/fusefs-libs3 \
12
		libgeoclue-2.so:net/geoclue \
13
		libgeoclue-2.so:net/geoclue \
Lines 15-25 LIB_DEPENDS= libfuse3.so:sysutils/fusefs-libs3 \ Link Here
15
		libportal.so:deskutils/libportal
16
		libportal.so:deskutils/libportal
16
17
17
USES=		gettext-tools gmake gnome meson pkgconfig
18
USES=		gettext-tools gmake gnome meson pkgconfig
18
19
USE_GNOME=	gdkpixbuf2 glib20
20
21
USE_GITHUB=	yes
19
USE_GITHUB=	yes
22
GH_ACCOUNT=	flatpak
20
GH_ACCOUNT=	flatpak
21
USE_GNOME=	gdkpixbuf2 glib20
23
22
24
MESON_ARGS=	-Ddocbook-docs=disabled -Dman-pages=disabled -Dpytest=disabled \
23
MESON_ARGS=	-Ddocbook-docs=disabled -Dman-pages=disabled -Dpytest=disabled \
25
		-Dflatpak-interfaces=disabled -Dsandboxed-image-validation=false \
24
		-Dflatpak-interfaces=disabled -Dsandboxed-image-validation=false \
(-)b/deskutils/xdg-desktop-portal/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1712328552
1
TIMESTAMP = 1713582987
2
SHA256 (flatpak-xdg-desktop-portal-1.18.3_GH0.tar.gz) = 43239438ea6a38ad3b425ecc112414954f0364307e37c0b587044fa7d81e6543
2
SHA256 (flatpak-xdg-desktop-portal-1.18.4_GH0.tar.gz) = 028d5aec19a7f6fdbe76d6c7cf982cbc4e4ee290493ded3a16b67dfff5cad589
3
SIZE (flatpak-xdg-desktop-portal-1.18.3_GH0.tar.gz) = 823514
3
SIZE (flatpak-xdg-desktop-portal-1.18.4_GH0.tar.gz) = 823665
(-)b/deskutils/xdg-desktop-portal/pkg-descr (-3 / +2 lines)
Lines 4-8 rest of the system. Link Here
4
4
5
xdg-desktop-portal works by exposing a series of D-Bus interfaces known as
5
xdg-desktop-portal works by exposing a series of D-Bus interfaces known as
6
portals under a well-known name (org.freedesktop.portal.Desktop) and object
6
portals under a well-known name (org.freedesktop.portal.Desktop) and object
7
path (/org/freedesktop/portal/desktop). The portal interfaces include APIs for
7
path (/org/freedesktop/portal/desktop). The portal interfaces include APIs
8
file access, opening URIs, printing and others.
8
for file access, opening URIs, printing and others.
9
- 

Return to bug 278474