Port details |
- libportal GIO-styled async APIs for Flatpak
- 0.9.0 deskutils =3 0.9.0Version of this port present on the latest quarterly branch.
- Maintainer: arrowd@FreeBSD.org
- Port Added: 2021-06-13 14:36:29
- Last Update: 2024-12-22 09:08:37
- Commit Hash: 3737dbe
- People watching this port, also watch:: libssh, p5-MIME-Tools, noto-tc, linux-c7-atk
- License: LGPL3
- WWW:
- https://github.com/flatpak/libportal
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libportal>0:deskutils/libportal
- To install the port:
- cd /usr/ports/deskutils/libportal/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/libportal
- pkg install libportal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libportal
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734854732
SHA256 (flatpak-libportal-0.9.0_GH0.tar.gz) = 0fdf42ca371eeb1213ed25ab0c5681cd51750eb9a3e04adcd6a8dc2af4f4d440
SIZE (flatpak-libportal-0.9.0_GH0.tar.gz) = 141329
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- deskutils/libportal-gtk3
- deskutils/libportal-gtk4
- deskutils/libportal-qt5
- deskutils/libportal-qt6
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gtkdoc-scan : textproc/gtk-doc
- g-ir-scanner : devel/gobject-introspection
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- valac : lang/vala
- Library dependencies:
-
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- deskutils/elementary-calendar
- deskutils/gnome-photos
- deskutils/libportal-gtk3
- deskutils/libportal-gtk4
- deskutils/libportal-qt5
- deskutils/libportal-qt6
- deskutils/xdg-desktop-portal
Configuration Options:
- ===> The following configuration options are available for libportal-0.9.0:
VAPI=on: Build VALA API files
===> Use 'make config' to modify these settings
- Options name:
- deskutils_libportal
- USES:
- gnome meson pkgconfig vala:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.0 22 Dec 2024 09:08:37 |
Gleb Popov (arrowd) |
deskutils/libportal: Update to 0.9.0
Reported by: portscout!
Sponsored by: Future Crew, LLC |
0.8.1 28 Sep 2024 16:47:41 |
Gleb Popov (arrowd) |
deskutils/libportal-qt6: Add port |
0.8.1 28 Sep 2024 16:47:41 |
Gleb Popov (arrowd) |
deskutils/libportal{,-gtk3,-gtk4,-qt5}: Update to 0.8.1 |
0.7.1 19 Sep 2023 10:12:02 |
Gleb Popov (arrowd) |
deskutils/libportal{,-gtk3,-gtk4,-qt5}: Update to 0.7.1
Reported by: portscout! |
0.6_2 19 Feb 2023 11:11:44 |
Hiroki Tagato (tagattie) |
deskutils/libportal: split into slave ports corresponding to GUI backend
The port has been splitted into 1 master and 3 slave ports for those
who want only a subset of the supported backends and don't want
excessive dependency, namely:
- deskutils/libportal: common non-GUI part (master port)
- deskutils/libportal-gtk3: gtk3 backend
- deskutils/libportal-gtk4: gtk4 backend
- deskutils/libportal-qt5: qt5 backend
While here, correct license and make dependency adjustments of
consumer ports.
PR: 269546
Reviewed by: arrowd
Approved by: arrowd (maintainer) |
0.6_1 31 Dec 2022 19:12:15 |
Tobias C. Berner (tcberner) Author: VVD |
lang/vala: unify vala bindings option name to VAPI
- having a single option name for the bindings improves usability
PR: 268491 |
0.6 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6 26 Aug 2022 17:02:25 |
Tobias C. Berner (tcberner) |
framework: switch tree to using vala.mk
PR: 249940 |
0.6 10 Aug 2022 16:06:40 |
Gleb Popov (arrowd) |
deskutils/libportal: Update to 0.6 |
0.5 26 Dec 2021 14:12:46 |
Gleb Popov (arrowd) |
deskutils/libportal: Update to 0.5
Reported by: portscout! |
0.4 13 Jun 2021 14:32:48 |
Gleb Popov (arrowd) |
deskutils/libportal: + An API library to Flatpak portals. |