mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
x11/xdg-desktop-portal-wlr: add new port
xdg-desktop-portal backend for wlroots https://github.com/emersion/xdg-desktop-portal-wlr
This commit is contained in:
parent
99aea2aa6f
commit
a10738d5d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558828
@ -414,6 +414,7 @@
|
||||
SUBDIR += xconsole
|
||||
SUBDIR += xcursorgen
|
||||
SUBDIR += xcut
|
||||
SUBDIR += xdg-desktop-portal-wlr
|
||||
SUBDIR += xditview
|
||||
SUBDIR += xdm
|
||||
SUBDIR += xdo
|
||||
|
32
x11/xdg-desktop-portal-wlr/Makefile
Normal file
32
x11/xdg-desktop-portal-wlr/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xdg-desktop-portal-wlr
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.1.0
|
||||
CATEGORIES= x11
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= 7e9f693e5d2a.patch:-p1 # https://github.com/emersion/xdg-desktop-portal-wlr/pull/73
|
||||
PATCHFILES+= 485af2c45ab0.patch:-p1 # https://github.com/emersion/xdg-desktop-portal-wlr/pull/73
|
||||
PATCHFILES+= 08ad7e4182e6.patch:-p1 # https://github.com/emersion/xdg-desktop-portal-wlr/pull/73
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= xdg-desktop-portal backend for wlroots
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols
|
||||
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
|
||||
libpipewire-0.3.so:multimedia/pipewire \
|
||||
libbasu.so:sysutils/basu
|
||||
|
||||
USES= compiler:c11 meson pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= emersion
|
||||
MESON_ARGS= -Dsd-bus-provider=basu
|
||||
PLIST_FILES= libexec/${PORTNAME} \
|
||||
share/dbus-1/services/org.freedesktop.impl.portal.desktop.wlr.service \
|
||||
share/xdg-desktop-portal/portals/wlr.portal
|
||||
|
||||
.include <bsd.port.mk>
|
9
x11/xdg-desktop-portal-wlr/distinfo
Normal file
9
x11/xdg-desktop-portal-wlr/distinfo
Normal file
@ -0,0 +1,9 @@
|
||||
TIMESTAMP = 1588688317
|
||||
SHA256 (emersion-xdg-desktop-portal-wlr-v0.1.0_GH0.tar.gz) = 69d67c236f4bd498323af509d44ec4a1b826da337f7ee64bbfbdb98bfda8e541
|
||||
SIZE (emersion-xdg-desktop-portal-wlr-v0.1.0_GH0.tar.gz) = 20600
|
||||
SHA256 (7e9f693e5d2a.patch) = 9d867dcbe464cfe380c145f11221a6cec3936ec8a6462619952065d8f66f8d78
|
||||
SIZE (7e9f693e5d2a.patch) = 2640
|
||||
SHA256 (485af2c45ab0.patch) = 11342439626c34a33717c6ef8b8162021ef971c5d506a448f94ec2b22f5cb566
|
||||
SIZE (485af2c45ab0.patch) = 1877
|
||||
SHA256 (08ad7e4182e6.patch) = 2897a83b6e42cc7fc247266ffbd855dcee01ffd3d87395b753db338610e778d2
|
||||
SIZE (08ad7e4182e6.patch) = 959
|
3
x11/xdg-desktop-portal-wlr/pkg-descr
Normal file
3
x11/xdg-desktop-portal-wlr/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
xdg-desktop-portal backend for wlroots
|
||||
|
||||
WWW: https://github.com/emersion/xdg-desktop-portal-wlr
|
Loading…
Reference in New Issue
Block a user