diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-12-25 14:40:51 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-12-26 09:55:57 -0800 |
| commit | 171116984e3f3f4f2e104fd8258aeab7fc1fd10d (patch) | |
| tree | 91ca6c4f4616fc0c88858ad121124fefcefe07bd /meta-oe/recipes-extended/flatpak | |
| parent | b9f1dd0e9460356195a73af229168ec6fa850349 (diff) | |
| download | meta-openembedded-171116984e3f3f4f2e104fd8258aeab7fc1fd10d.tar.gz | |
flatpak-xdg-utils: add recipe
Helper tools for sandboxed applications
Provides support for thumbnailing, email and xdg-open
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/flatpak')
| -rw-r--r-- | meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.5.bb b/meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.5.bb new file mode 100644 index 0000000000..423c6faf7e --- /dev/null +++ b/meta-oe/recipes-extended/flatpak/flatpak-xdg-utils_1.0.5.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "This repository contains a number of commandline utilities for use inside Flatpak sandboxes." | ||
| 2 | HOMEPAGE = "http://flatpak.org" | ||
| 3 | LICENSE = "LGPL-2.1-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 5 | |||
| 6 | SRC_URI = "git://github.com/flatpak/flatpak-xdg-utils.git;protocol=https;branch=main" | ||
| 7 | |||
| 8 | SRCREV = "5ba39872f81bf8d98d58c5f8acb86604645be468" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | inherit meson pkgconfig | ||
| 13 | |||
| 14 | DEPENDS = "glib-2.0" | ||
