mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
deskutils/libportal{,-gtk3,-gtk4,-qt5}: Update to 0.7.1
Reported by: portscout!
This commit is contained in:
parent
0fd062365a
commit
1865dac4d9
5 changed files with 7 additions and 20 deletions
|
@ -1,5 +1,4 @@
|
|||
PKGNAMESUFFIX= -${BACKEND}
|
||||
PORTREVISION= 1
|
||||
COMMENT= GIO-styled async APIs for Flatpak (${BACKEND} backend)
|
||||
|
||||
BACKEND= gtk3
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
PKGNAMESUFFIX= -${BACKEND}
|
||||
PORTREVISION= 1
|
||||
COMMENT= GIO-styled async APIs for Flatpak (${BACKEND} backend)
|
||||
|
||||
BACKEND= gtk4
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= libportal
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.7.1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= arrowd@FreeBSD.org
|
||||
|
@ -26,12 +25,14 @@ OPTIONS_DEFAULT= VAPI
|
|||
VAPI_MESON_TRUE= vapi
|
||||
VAPI_USES= vala:build
|
||||
|
||||
MESON_ARGS= -Ddocs=false -Dbackends=${BACKEND}
|
||||
MESON_ARGS= -Ddocs=false \
|
||||
-Dbackend-gtk3=disabled -Dbackend-gtk4=disabled -Dbackend-qt5=disabled
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
.if defined(BACKEND)
|
||||
LIB_DEPENDS= libportal.so:deskutils/libportal
|
||||
PLIST= ${PKGDIR}/pkg-plist.${BACKEND}
|
||||
MESON_ARGS+= -Dbackend-${BACKEND}=enabled
|
||||
|
||||
post-install:
|
||||
@cd ${STAGEDIR}${PREFIX} && \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1660123021
|
||||
SHA256 (flatpak-libportal-0.6_GH0.tar.gz) = 8ad326c4f53b7433645dc86d994fef0292bee8adda0fe67db9288ace19250a9c
|
||||
SIZE (flatpak-libportal-0.6_GH0.tar.gz) = 83636
|
||||
TIMESTAMP = 1695064068
|
||||
SHA256 (flatpak-libportal-0.7.1_GH0.tar.gz) = 6ac8e0e2aa04f56d0320adff03e5f20a0c5d7d1a33d4b19e22707bfbece0b874
|
||||
SIZE (flatpak-libportal-0.7.1_GH0.tar.gz) = 96544
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
--- libportal/portal.c.orig 2022-03-21 19:20:46 UTC
|
||||
+++ libportal/portal.c
|
||||
@@ -27,7 +27,9 @@
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
+#ifndef __FreeBSD__
|
||||
#include <sys/vfs.h>
|
||||
+#endif
|
||||
#include <stdio.h>
|
||||
|
||||
/**
|
Loading…
Add table
Reference in a new issue