Files
guru/gui-apps/wdisplays/wdisplays-9999.ebuild
Matthias Coppens daa38a51f4 gui-apps/wdisplays: Change upstream developer and version bump to 1.1
The GitHub user account cyclopsian does no longer exist. As pointed out
in the referenced bug, there seem to be 2 main forks: one by luispabon
and one by artizirk. luispabon stated that they might not want to
maintain wdisplays, the artizirk fork has seen some commits and a bug
fix release.

Closes: https://bugs.gentoo.org/788163
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
2021-05-15 16:18:23 +02:00

36 lines
692 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson xdg
DESCRIPTION="GUI display configurator for wlroots compositors"
HOMEPAGE="https://github.com/artizirk/wdisplays"
if [[ "${PV}" == 9999 ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/artizirk/wdisplays.git"
else
SRC_URI="https://github.com/artizirk/wdisplays/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
RESTRICT="mirror test"
RDEPEND="
dev-libs/glib
media-libs/libepoxy
x11-libs/gtk+:3[wayland]
x11-libs/cairo
x11-libs/pango
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-libs/wayland-protocols
"
LICENSE="GPL-3+"
SLOT="0"