Сравнение splash-themes-calculate-17-r3 с splash-themes-calculate-18-r3
| /var/lib/layman/calculate/media-gfx/splash-themes-calculate/splash-themes-calculate-18-r3.ebuild 2020-02-10 17:56:12.000000000 +0300 | ||
|---|---|---|
| 15 | 15 |
REQUIRED_USE="|| ( verbose silent silent-shutdown )" |
| 16 | 16 | |
| 17 | 17 |
SRC_URI="silent? ( |
| 18 |
ftp://ftp.calculate-linux.org/calculate/themes/calculate/splash-silent-17.jpg -> ${PN}-silent-17.jpg
|
|
| 19 |
http://mirror.yandex.ru/calculate/themes/calculate/splash-silent-17.jpg -> ${PN}-silent-17.jpg )
|
|
| 18 |
ftp://ftp.calculate-linux.org/calculate/themes/calculate/splash-silent-18.jpg -> ${PN}-silent-18.jpg
|
|
| 19 |
http://mirror.yandex.ru/calculate/themes/calculate/splash-silent-18.jpg -> ${PN}-silent-18.jpg )
|
|
| 20 | 20 |
verbose? ( |
| 21 |
ftp://ftp.calculate-linux.org/calculate/themes/calculate/splash-verbose-17-r1.jpg -> ${PN}-verbose-17-r1.jpg
|
|
| 22 |
http://mirror.yandex.ru/calculate/themes/calculate/splash-verbose-17-r1.jpg -> ${PN}-verbose-17-r1.jpg )
|
|
| 21 |
ftp://ftp.calculate-linux.org/calculate/themes/calculate/splash-verbose-18.jpg -> ${PN}-verbose-18.jpg
|
|
| 22 |
http://mirror.yandex.ru/calculate/themes/calculate/splash-verbose-18.jpg -> ${PN}-verbose-18.jpg )
|
|
| 23 | 23 |
silent-shutdown? ( |
| 24 |
ftp://ftp.calculate-linux.org/calculate/themes/calculate/splash-shutdown-17.jpg -> ${PN}-shutdown-17.jpg
|
|
| 25 |
http://mirror.yandex.ru/calculate/themes/calculate/splash-shutdown-17.jpg -> ${PN}-shutdown-17.jpg )"
|
|
| 24 |
ftp://ftp.calculate-linux.org/calculate/themes/calculate/splash-shutdown-18-r1.jpg -> ${PN}-shutdown-18-r1.jpg
|
|
| 25 |
http://mirror.yandex.ru/calculate/themes/calculate/splash-shutdown-18-r1.jpg -> ${PN}-shutdown-18-r1.jpg )"
|
|
| 26 | 26 | |
| 27 | 27 |
DEPEND="media-gfx/splashutils |
| 28 | 28 |
media-fonts/droid |
| ... | ... | |
| 33 | 33 |
|| ( media-gfx/imagemagick |
| 34 | 34 |
media-gfx/graphicsmagick )" |
| 35 | 35 | |
| 36 | ||
| 37 | 36 |
S="${WORKDIR}"
|
| 38 | 37 | |
| 39 | 38 |
src_install() {
|
| ... | ... | |
| 44 | 43 |
fi |
| 45 | 44 |
if use silent-shutdown |
| 46 | 45 |
then |
| 47 |
newins "${DISTDIR}"/${PN}-shutdown-${PV}.jpg splash-shutdown.jpg
|
|
| 46 |
newins "${DISTDIR}"/${PN}-shutdown-18-r1.jpg splash-shutdown.jpg
|
|
| 48 | 47 |
fi |
| 49 | 48 |
if use verbose |
| 50 | 49 |
then |
| 51 |
newins "${DISTDIR}"/${PN}-verbose-${PV}-r1.jpg splash-verbose.jpg
|
|
| 50 |
newins "${DISTDIR}"/${PN}-verbose-${PV}.jpg splash-verbose.jpg
|
|
| 52 | 51 |
fi |
| 53 | 52 |
} |
| 54 | 53 | |