gui-apps/wdisplays: add wdisplays

Package-Manager: Portage-2.3.76, Repoman-2.3.16
This commit is contained in:
Anton Schubert 2019-12-24 11:35:15 +01:00
parent 2a3ada6d29
commit e09de9c7a6
3 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,32 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson git-r3
DESCRIPTION="GUI display configurator for wlroots compositors"
HOMEPAGE="https://github.com/cyclopsian/wdisplays"
SRC_URI=""
EGIT_REPO_URI="https://github.com/cyclopsian/wdisplays.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
dev-util/ninja
media-libs/libepoxy
dev-libs/wayland
x11-libs/gtk+:3
"
RDEPEND="
${DEPEND}
>=gui-libs/wlroots-0.7.0
"
BDEPEND=""
src_configure() {
meson_src_configure
}