diff options
Diffstat (limited to 'sys-boot/plymouth/plymouth-22.02.122-r3.ebuild')
-rw-r--r-- | sys-boot/plymouth/plymouth-22.02.122-r3.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/sys-boot/plymouth/plymouth-22.02.122-r3.ebuild b/sys-boot/plymouth/plymouth-22.02.122-r3.ebuild index 846c04837e3e..a8277c90c575 100644 --- a/sys-boot/plymouth/plymouth-22.02.122-r3.ebuild +++ b/sys-boot/plymouth/plymouth-22.02.122-r3.ebuild @@ -1,24 +1,22 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic +inherit autotools flag-o-matic readme.gentoo-r1 systemd + +DESCRIPTION="Graphical boot animation (splash) and logger" +HOMEPAGE="https://gitlab.freedesktop.org/plymouth/plymouth" SRC_URI="https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/gentoo-logo.png" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.freedesktop.org/plymouth/plymouth" else - SRC_URI="${SRC_URI} https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz" + SRC_URI+=" https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz" KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86" fi -inherit autotools readme.gentoo-r1 systemd - -DESCRIPTION="Graphical boot animation (splash) and logger" -HOMEPAGE="https://gitlab.freedesktop.org/plymouth/plymouth" - LICENSE="GPL-2" SLOT="0" IUSE="debug +drm +gtk +pango selinux +split-usr static-libs +udev" |