Diff gfxboot-themes-calculate-17 with a gfxboot-themes-calculate-17-r1

/var/lib/layman/calculate/media-gfx/gfxboot-themes-calculate/gfxboot-themes-calculate-17-r1.ebuild 2017-03-15 10:44:18.000000000 +0300
15 15
SRC_URI="ftp://ftp.calculate-linux.org/calculate/themes/gfxboot/gfxboot-themes-calculate-${PV}.tar.bz2
16 16
	http://mirror.yandex.ru/calculate/themes/gfxboot/gfxboot-themes-calculate-${PV}.tar.bz2"
17 17

  
18
RDEPEND="media-gfx/gfxboot"
18
DEPEND="media-gfx/gfxboot
19
	!<sys-apps/calculate-utils-3.5.2.6"
19 20

  
20
DEPEND="${RDEPEND}"
21
RDEPEND="${DEPEND}"
21 22

  
22 23
src_compile() {
23 24
	emake -j1
......
26 27
src_install() {
27 28
	dodir /usr/share/themes/gfxboot-themes-calculate
28 29
	insinto /usr/share/themes/gfxboot-themes-calculate
29
	doins -r $(find install/* | grep -v -e install/log -e bootlogo.tar.gz)
30
	doins -r $(find install/* | grep -v -e back.jpg -e install/log -e bootlogo.tar.gz)
31
	insinto /usr/share/themes/Calculate
32
	newins back.jpg gfxboot.jpg
30 33
}
Thank you!