diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-05-26 06:35:38 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-06-01 16:27:08 +0000 |
commit | 7d488bffed7a01c765660e1f7186a27f3ebb6115 (patch) | |
tree | 8127e6b640ecad42dbdfd0d7c039069becd34a85 /x11/xdg-desktop-portal-wlr/Makefile | |
parent | 2a8be2b7a2ecc95a148bbf0467e2edff86434b6e (diff) | |
download | ports-7d488bffed7a01c765660e1f7186a27f3ebb6115.tar.gz ports-7d488bffed7a01c765660e1f7186a27f3ebb6115.zip |
Diffstat (limited to 'x11/xdg-desktop-portal-wlr/Makefile')
-rw-r--r-- | x11/xdg-desktop-portal-wlr/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11/xdg-desktop-portal-wlr/Makefile b/x11/xdg-desktop-portal-wlr/Makefile index 50b531eff54e..034de13b2991 100644 --- a/x11/xdg-desktop-portal-wlr/Makefile +++ b/x11/xdg-desktop-portal-wlr/Makefile @@ -1,12 +1,8 @@ PORTNAME= xdg-desktop-portal-wlr DISTVERSIONPREFIX= v -DISTVERSION= 0.3.0 -PORTREVISION= 1 +DISTVERSION= 0.4.0 CATEGORIES= x11 -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= ebb50839a560.patch:-p1 # https://github.com/emersion/xdg-desktop-portal-wlr/pull/114 - MAINTAINER= jbeich@FreeBSD.org COMMENT= xdg-desktop-portal backend for wlroots @@ -15,12 +11,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols LIB_DEPENDS= libbasu.so:devel/basu \ - libiniparser.so:devel/iniparser \ + libinih.so:devel/inih \ libepoll-shim.so:devel/libepoll-shim \ libwayland-client.so:graphics/wayland \ libpipewire-0.3.so:multimedia/pipewire -USES= compiler:c11 localbase:ldflags meson pkgconfig +USES= compiler:c11 meson pkgconfig USE_GITHUB= yes GH_ACCOUNT= emersion MESON_ARGS= -Dsd-bus-provider=basu |