Исправление темы plymouth для nouveau

atratsevskiy
Mike Khiretskiy 10 years ago
parent fb348e471a
commit bf764f9c8d

@ -1 +1,2 @@
DIST plymouth-calculate-14-r5.tar.bz2 24642061 SHA256 2b2cb63f42fe62529cfc616f717e59da195faeb21be4a370f4d6a8e146e32503 SHA512 2f4fded1ebb9a4f13ab1a31e62e95abfaa98a7d3ac1307c5b79c627aa12484dad73bd861ba4de2907d67eadeef159f2b34d24b1063bf75f82fd7b8633b92b403 WHIRLPOOL 21f8ddea2f00bc32c75e92d53ae85b2c0dd7472c0bedfc38a8645aec179f3c6f9f28c5d7f6088b89ab5527d91224c22ee4763084f0ebf4839314f231770d2efe
DIST plymouth-calculate-14-r6.tar.bz2 24641918 SHA256 f1fe9cc8d276e81e99161d6cdee38832c2c8f7477c3702123f06433b6dd369bb SHA512 b163294022799875ebca133564db1cc7906ea7cfd2726513de4d6e5f9335b3e97608b84fdb8a0d46290aa4c79830e549c377f812eb647213351b1c92131ca675 WHIRLPOOL fc9fdc97e2d880211ff18f4ad55a1896558ffc7259a075987d4614fc0922f4ed447371eb10ee38cb16f76abed4034657b1e95b24dda6000f8e1989724a5a071f

@ -0,0 +1,29 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
DESCRIPTION="Plymouth themes for Calculate Linux"
HOMEPAGE="http://www.calculate-linux.org/packages/media-gfx/plymouth-themes-calculate"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/themes/plymouth/plymouth-calculate-14-r6.tar.bz2
http://mirror.yandex.ru/calculate/themes/plymouth/plymouth-calculate-14-r6.tar.bz2"
RDEPEND="sys-boot/plymouth
sys-boot/plymouth-openrc-plugin
"
DEPEND="${RDEPEND}"
src_install() {
dodir /usr/share/plymouth/themes/calculate
insinto /usr/share/plymouth/themes/calculate
doins *
doins .plymouth_shutdown*
}
Loading…
Cancel
Save