|
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 \ |