From owner-svn-ports-all@freebsd.org Mon Dec 21 14:16:06 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 54EF24BBE8D; Mon, 21 Dec 2020 14:16:06 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D01jK5387z3PQQ; Mon, 21 Dec 2020 14:16:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D50DC22E29; Mon, 21 Dec 2020 14:16:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BLEG3AK082399; Mon, 21 Dec 2020 14:16:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BLEG2dk082395; Mon, 21 Dec 2020 14:16:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012211416.0BLEG2dk082395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 21 Dec 2020 14:16:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558828 - in head/x11: . xdg-desktop-portal-wlr X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/x11: . xdg-desktop-portal-wlr X-SVN-Commit-Revision: 558828 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2020 14:16:06 -0000 Author: jbeich Date: Mon Dec 21 14:16:02 2020 New Revision: 558828 URL: https://svnweb.freebsd.org/changeset/ports/558828 Log: x11/xdg-desktop-portal-wlr: add new port xdg-desktop-portal backend for wlroots https://github.com/emersion/xdg-desktop-portal-wlr Added: head/x11/xdg-desktop-portal-wlr/ head/x11/xdg-desktop-portal-wlr/Makefile (contents, props changed) head/x11/xdg-desktop-portal-wlr/distinfo (contents, props changed) head/x11/xdg-desktop-portal-wlr/pkg-descr (contents, props changed) Modified: head/x11/Makefile (contents, props changed) Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Mon Dec 21 14:15:56 2020 (r558827) +++ head/x11/Makefile Mon Dec 21 14:16:02 2020 (r558828) @@ -414,6 +414,7 @@ SUBDIR += xconsole SUBDIR += xcursorgen SUBDIR += xcut + SUBDIR += xdg-desktop-portal-wlr SUBDIR += xditview SUBDIR += xdm SUBDIR += xdo Added: head/x11/xdg-desktop-portal-wlr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xdg-desktop-portal-wlr/Makefile Mon Dec 21 14:16:02 2020 (r558828) @@ -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 Added: head/x11/xdg-desktop-portal-wlr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xdg-desktop-portal-wlr/distinfo Mon Dec 21 14:16:02 2020 (r558828) @@ -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 Added: head/x11/xdg-desktop-portal-wlr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xdg-desktop-portal-wlr/pkg-descr Mon Dec 21 14:16:02 2020 (r558828) @@ -0,0 +1,3 @@ +xdg-desktop-portal backend for wlroots + +WWW: https://github.com/emersion/xdg-desktop-portal-wlr