sys-boot/plymouth-calculate-plugin-22.02.122-r2: improvements
Signed-off-by: Alexander Kurakin <kuraga333@mail.ru>
This commit is contained in:
parent
afdf70dd58
commit
5884ca4c09
2 changed files with 11 additions and 18 deletions
|
@ -6,9 +6,12 @@
|
||||||
<name>Mir Calculate</name>
|
<name>Mir Calculate</name>
|
||||||
<description>Calculate Overlay</description>
|
<description>Calculate Overlay</description>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<longdescription>
|
<longdescription lang="en">
|
||||||
Tool to test and create graphical boot logos.
|
Tool to test and create graphical boot logos.
|
||||||
</longdescription>
|
</longdescription>
|
||||||
|
<longdescription lang="ru">
|
||||||
|
Инструмент для тестирования и создания графических логотипов загрузки.
|
||||||
|
</longdescription>
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="launchpad">gfxboot-theme-ubuntu</remote-id>
|
<remote-id type="launchpad">gfxboot-theme-ubuntu</remote-id>
|
||||||
</upstream>
|
</upstream>
|
||||||
|
|
|
@ -1,33 +1,23 @@
|
||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 2007-2024 Mir Calculate
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit flag-o-matic
|
inherit autotools flag-o-matic readme.gentoo-r1 systemd
|
||||||
|
|
||||||
MY_P=plymouth-${PV}
|
MY_P=plymouth-${PV}
|
||||||
MY_PN=plymouth
|
|
||||||
|
|
||||||
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/${MY_P}.tar.xz"
|
|
||||||
KEYWORDS="amd64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
inherit autotools readme.gentoo-r1 systemd
|
|
||||||
|
|
||||||
DESCRIPTION="Graphical boot animation (splash) and logger"
|
DESCRIPTION="Graphical boot animation (splash) and logger"
|
||||||
HOMEPAGE="https://www.freedesktop.org/wiki/Software/Plymouth/"
|
HOMEPAGE="https://www.freedesktop.org/wiki/Software/Plymouth/"
|
||||||
|
SRC_URI="${SRC_URI} https://www.freedesktop.org/software/plymouth/releases/${MY_P}.tar.xz"
|
||||||
S="${WORKDIR}/${MY_P}"
|
S="${WORKDIR}/${MY_P}"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64"
|
||||||
IUSE="debug +drm +gtk +pango +split-usr static-libs +udev"
|
IUSE="debug +drm +gtk +pango +split-usr static-libs +udev"
|
||||||
|
|
||||||
CDEPEND="
|
COMMON_DEPEND="
|
||||||
>=media-libs/libpng-1.2.16:=
|
>=media-libs/libpng-1.2.16:=
|
||||||
drm? ( x11-libs/libdrm )
|
drm? ( x11-libs/libdrm )
|
||||||
gtk? (
|
gtk? (
|
||||||
|
@ -37,14 +27,14 @@ CDEPEND="
|
||||||
)
|
)
|
||||||
pango? ( >=x11-libs/pango-1.21 )
|
pango? ( >=x11-libs/pango-1.21 )
|
||||||
"
|
"
|
||||||
DEPEND="${CDEPEND}
|
DEPEND="${COMMON_DEPEND}
|
||||||
elibc_musl? ( sys-libs/rpmatch-standalone )
|
elibc_musl? ( sys-libs/rpmatch-standalone )
|
||||||
app-text/docbook-xsl-stylesheets
|
app-text/docbook-xsl-stylesheets
|
||||||
dev-libs/libxslt
|
dev-libs/libxslt
|
||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
"
|
"
|
||||||
# Block due bug #383067
|
# Block due bug #383067
|
||||||
RDEPEND="${CDEPEND}
|
RDEPEND="${COMMON_DEPEND}
|
||||||
udev? ( virtual/udev )
|
udev? ( virtual/udev )
|
||||||
sys-kernel/dracut
|
sys-kernel/dracut
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Reference in a new issue