ischluff-overlay/gui-apps/wdisplays/wdisplays-9999.ebuild
2020-09-23 19:36:10 +02:00

36 lines
617 B
Bash

# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson xdg 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=""
IUSE=""
DEPEND="
dev-util/ninja
media-libs/libepoxy
dev-libs/wayland
x11-libs/gtk+:3
"
RDEPEND="
${DEPEND}
>=gui-libs/wlroots-0.7.0
"
BDEPEND=""
PATCHES=(
"${FILESDIR}/${PN}-1.0-fix-global-version.patch"
)
src_configure() {
meson_src_configure
}