You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
605 B
26 lines
605 B
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="8"
|
|
|
|
inherit autotools xdg
|
|
|
|
DESCRIPTION="Display a multi-line message large, fullscreen, black on white"
|
|
HOMEPAGE="http://www.joachim-breitner.de/projects#screen-message
|
|
https://github.com/nomeata/screen-message"
|
|
SRC_URI="https://github.com/nomeata/screen-message/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
|
|
|
|
LICENSE="GPL-2+"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
DEPEND="x11-libs/gtk+:3
|
|
x11-libs/cairo
|
|
>=x11-libs/pango-1.16"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
src_prepare() {
|
|
eapply_user
|
|
eautoreconf
|
|
}
|