From 67d8780b57e7bcb7d59e047d10188391a6d166cf Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:43:01 +0100 Subject: sys-boot/plymouth : adjust deps --- sys-boot/plymouth/plymouth-0.9.4-r11.ebuild | 101 ++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 sys-boot/plymouth/plymouth-0.9.4-r11.ebuild (limited to 'sys-boot/plymouth/plymouth-0.9.4-r11.ebuild') diff --git a/sys-boot/plymouth/plymouth-0.9.4-r11.ebuild b/sys-boot/plymouth/plymouth-0.9.4-r11.ebuild new file mode 100644 index 00000000..5f27d81a --- /dev/null +++ b/sys-boot/plymouth/plymouth-0.9.4-r11.ebuild @@ -0,0 +1,101 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://anongit.freedesktop.org/git/plymouth" +else + SRC_URI="https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz" + KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" +fi + +inherit autotools readme.gentoo-r1 toolchain-funcs + +DESCRIPTION="Graphical boot animation (splash) and logger" +HOMEPAGE="https://cgit.freedesktop.org/plymouth/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="debug gdm +gtk +libkms +pango +split-usr static-libs +udev" + +CDEPEND=" + >=media-libs/libpng-1.2.16:= + gtk? ( + dev-libs/glib:2 + >=x11-libs/gtk+-3.14:3 + x11-libs/cairo + ) + libkms? ( x11-libs/libdrm ) + pango? ( >=x11-libs/pango-1.21 ) +" +DEPEND="${CDEPEND} + elibc_musl? ( sys-libs/rpmatch-standalone ) + app-text/docbook-xsl-stylesheets + dev-libs/libxslt + virtual/pkgconfig +" +# Block due bug #383067 +RDEPEND="${CDEPEND} + udev? ( virtual/udev ) + !