x11-misc/flatpak-xdg-utils - 1.0.6 (gentoo-zh)

Search

Package Information

Description:
Utilities for containerized apps to launch programs outside the container
Homepage:
https://github.com/flatpak/flatpak-xdg-utils
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
1.0.6 8 ~amd64 ~arm64 ~loong 0
View Raw Ebuild
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="Utilities for containerized apps to launch programs outside the container"
HOMEPAGE="https://github.com/flatpak/flatpak-xdg-utils"
SRC_URI="https://github.com/flatpak/flatpak-xdg-utils/releases/download/${PV}/flatpak-xdg-utils-${PV}.tar.xz"

LICENSE="LGPL-2.1"
SLOT="0"
RDEPEND="dev-libs/glib:2"
DEPEND="${RDEPEND}"
BDEPEND="${RDEPEND}"
KEYWORDS="~amd64 ~arm64 ~loong"

src_configure() {
	meson_src_configure --bindir=/usr/lib/"${PN}"
}

src_install() {
	meson_src_install
	dosym -r /usr/lib/"${PN}"/flatpak-spawn /usr/bin/flatpak-spawn
}

Dependencies

DEPEND

dev-libs/glib:2

RDEPEND

dev-libs/glib:2

BDEPEND

dev-libs/glib:2

Manifest for 1.0.6

Type File Size Source URLs
DIST flatpak-xdg-utils-1.0.6.tar.xz 34984 bytes https://github.com/flatpak/flatpak-xdg-utils/releases/download/1.0.6/flatpak-xdg-utils-1.0.6.tar.xz