From owner-dev-commits-ports-all@freebsd.org Sun Jun 13 14:33:25 2021 Return-Path: Delivered-To: dev-commits-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 5EEA965D967; Sun, 13 Jun 2021 14:33:25 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G2xs11zqPz3kQH; Sun, 13 Jun 2021 14:33:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C5F022CA1; Sun, 13 Jun 2021 14:33:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15DEXPEb073955; Sun, 13 Jun 2021 14:33:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15DEXP5d073954; Sun, 13 Jun 2021 14:33:25 GMT (envelope-from git) Date: Sun, 13 Jun 2021 14:33:25 GMT Message-Id: <202106131433.15DEXP5d073954@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Gleb Popov Subject: git: e06c7c5297c4 - main - deskutils/libportal: + An API library to Flatpak portals. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: arrowd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e06c7c5297c43b9b5cb85078a2bd284b88f22058 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2021 14:33:25 -0000 The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=e06c7c5297c43b9b5cb85078a2bd284b88f22058 commit e06c7c5297c43b9b5cb85078a2bd284b88f22058 Author: Gleb Popov AuthorDate: 2021-06-13 10:32:22 +0000 Commit: Gleb Popov CommitDate: 2021-06-13 14:32:48 +0000 deskutils/libportal: + An API library to Flatpak portals. --- deskutils/Makefile | 1 + deskutils/libportal/Makefile | 19 ++++++++++++++ deskutils/libportal/distinfo | 3 +++ deskutils/libportal/pkg-descr | 8 ++++++ deskutils/libportal/pkg-plist | 59 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 90 insertions(+) diff --git a/deskutils/Makefile b/deskutils/Makefile index 918ebc967e62..8d3229a7fe1e 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -145,6 +145,7 @@ SUBDIR += kuserfeedback SUBDIR += latte-dock SUBDIR += libkdepim + SUBDIR += libportal SUBDIR += ljclive SUBDIR += lookbook SUBDIR += lumina-archiver diff --git a/deskutils/libportal/Makefile b/deskutils/libportal/Makefile new file mode 100644 index 000000000000..9b51f1f76791 --- /dev/null +++ b/deskutils/libportal/Makefile @@ -0,0 +1,19 @@ +PORTNAME= libportal +PORTVERSION= 0.4 +CATEGORIES= deskutils + +MAINTAINER= arrowd@FreeBSD.org +COMMENT= GIO-styled async APIs for Flatpak + +LICENSE= GPLv2+ + +BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc + +USES= gnome meson pkgconfig + +USE_GNOME= glib20 introspection + +USE_GITHUB= yes +GH_ACCOUNT= flatpak + +.include diff --git a/deskutils/libportal/distinfo b/deskutils/libportal/distinfo new file mode 100644 index 000000000000..93cd026b8d5e --- /dev/null +++ b/deskutils/libportal/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1623579186 +SHA256 (flatpak-libportal-0.4_GH0.tar.gz) = 01c1c5035f9c15095c7d0d015a4825c2fe6b8e6b729cd078641fbc921c953b84 +SIZE (flatpak-libportal-0.4_GH0.tar.gz) = 67508 diff --git a/deskutils/libportal/pkg-descr b/deskutils/libportal/pkg-descr new file mode 100644 index 000000000000..fef465f3707a --- /dev/null +++ b/deskutils/libportal/pkg-descr @@ -0,0 +1,8 @@ +Flatpak is a technology for packaging and distributing standalone dekstop +applications. It uses interfaces called "portals" to communicate with the +rest of the system. + +libportal is a small library that provides an asynchronous API to the +most Flatpak portals. + +WWW: https://github.com/flatpak/libportal diff --git a/deskutils/libportal/pkg-plist b/deskutils/libportal/pkg-plist new file mode 100644 index 000000000000..9a69ae33f58e --- /dev/null +++ b/deskutils/libportal/pkg-plist @@ -0,0 +1,59 @@ +include/libportal/account.h +include/libportal/background.h +include/libportal/camera.h +include/libportal/email.h +include/libportal/filechooser.h +include/libportal/inhibit.h +include/libportal/location.h +include/libportal/notification.h +include/libportal/openuri.h +include/libportal/portal-enums.h +include/libportal/portal-gtk3.h +include/libportal/portal-gtk4.h +include/libportal/portal-helpers.h +include/libportal/portal-qt5.h +include/libportal/portal.h +include/libportal/print.h +include/libportal/remote.h +include/libportal/screenshot.h +include/libportal/spawn.h +include/libportal/trash.h +include/libportal/updates.h +include/libportal/wallpaper.h +lib/libportal.so +lib/libportal.so.0 +lib/libportal.so.0.0.1 +libdata/pkgconfig/libportal.pc +share/gtk-doc/html/libportal/XdpPortal.html +share/gtk-doc/html/libportal/XdpSession.html +share/gtk-doc/html/libportal/aux.html +share/gtk-doc/html/libportal/home.png +share/gtk-doc/html/libportal/index.html +share/gtk-doc/html/libportal/left-insensitive.png +share/gtk-doc/html/libportal/left.png +share/gtk-doc/html/libportal/libportal-Accounts.html +share/gtk-doc/html/libportal/libportal-Background.html +share/gtk-doc/html/libportal/libportal-Camera.html +share/gtk-doc/html/libportal/libportal-Email.html +share/gtk-doc/html/libportal/libportal-File.html +share/gtk-doc/html/libportal/libportal-Location.html +share/gtk-doc/html/libportal/libportal-Notification.html +share/gtk-doc/html/libportal/libportal-Open.html +share/gtk-doc/html/libportal/libportal-Print.html +share/gtk-doc/html/libportal/libportal-Remote-desktop.html +share/gtk-doc/html/libportal/libportal-Screencast.html +share/gtk-doc/html/libportal/libportal-Screenshot.html +share/gtk-doc/html/libportal/libportal-Session.html +share/gtk-doc/html/libportal/libportal-Spawn.html +share/gtk-doc/html/libportal/libportal-Trash.html +share/gtk-doc/html/libportal/libportal-Updates.html +share/gtk-doc/html/libportal/libportal-Wallpaper.html +share/gtk-doc/html/libportal/libportal-XdpParent.html +share/gtk-doc/html/libportal/libportal.devhelp2 +share/gtk-doc/html/libportal/libportal.html +share/gtk-doc/html/libportal/right-insensitive.png +share/gtk-doc/html/libportal/right.png +share/gtk-doc/html/libportal/style.css +share/gtk-doc/html/libportal/up-insensitive.png +share/gtk-doc/html/libportal/up.png +