logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: e5023545a5c8fd46134a1e574a2f737bf198a16d
parent: 06e1771aa52210593fec0d357a455b3931e29746
Author: Mykyta Holubakha <hilobakho@gmail.com>
Date:   Wed,  6 May 2020 00:15:28 +0300

gui-apps/wayvnc: add missing dep

Diffstat:

Adev-libs/aml/aml-9999.ebuild14++++++++++++++
Adev-libs/aml/metadata.xml8++++++++
Mgui-apps/wayvnc/wayvnc-9999.ebuild1+
3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/dev-libs/aml/aml-9999.ebuild b/dev-libs/aml/aml-9999.ebuild @@ -0,0 +1,14 @@ +# Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson git-r3 + +DESCRIPTION="Another Main Loop" +HOMEPAGE="https://github.com/any1/aml" +EGIT_REPO_URI="https://github.com/any1/aml.git" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-libs/aml/metadata.xml b/dev-libs/aml/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>contact@hacktivis.me</email> + <name>Haelwenn (lanodan) Monnier</name> + </maintainer> +</pkgmetadata> diff --git a/gui-apps/wayvnc/wayvnc-9999.ebuild b/gui-apps/wayvnc/wayvnc-9999.ebuild @@ -14,6 +14,7 @@ KEYWORDS="~amd64" DEPEND=" media-libs/mesa:= + dev-libs/aml:= dev-libs/libuv:= x11-libs/libxkbcommon:= net-misc/neatvnc:=