add sys-libs/libportal
This commit is contained in:
parent
8d75228eaa
commit
765a5cf088
1 changed files with 29 additions and 0 deletions
29
sys-libs/libportal/libportal-0.3.ebuild
Normal file
29
sys-libs/libportal/libportal-0.3.ebuild
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit meson
|
||||||
|
|
||||||
|
SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
|
||||||
|
DESCRIPTION="Flatpak portal library"
|
||||||
|
HOMEPAGE="https://github.com/flatpak/libportal"
|
||||||
|
|
||||||
|
LICENSE="LGPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
IUSE="test"
|
||||||
|
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RDEPEND="dev-libs/glib:2"
|
||||||
|
|
||||||
|
DEPEND="${RDEPEND}
|
||||||
|
dev-util/gtk-doc"
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
local emesonargs=(
|
||||||
|
$(meson_use test build-portal-test)
|
||||||
|
)
|
||||||
|
|
||||||
|
meson_src_configure
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue