You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/media-gfx/cldx-themes/cldx-themes-10.9-r9.ebuild

45 lines
1.6 KiB

# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit calculate
DESCRIPTION="The theme for Calculate Linux Desktop XFCE"
HOMEPAGE="http://www.calculate-linux.org/calcualte-cldx-themes"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="!media-gfx/calculate-cldx-themes
!media-gfx/calculate-cld-themes
!media-gfx/cld-themes
!media-gfx/cldg-themes
media-gfx/splashutils"
DEPEND="${RDEPEND}"
src_install() {
insinto /
dosym ../icons/Calculate/40x40/apps/1c.png /usr/share/pixmaps/1c.png
dosym ../icons/Calculate/40x40/apps/autocad.png /usr/share/pixmaps/autocad.png
dosym ../icons/Calculate/40x40/apps/corel.png /usr/share/pixmaps/corel.png
dosym ../icons/Calculate/40x40/apps/illustrator.png /usr/share/pixmaps/illustrator.png
dosym ../icons/Calculate/40x40/apps/photoshop.png /usr/share/pixmaps/photoshop.png
dosym ../icons/Calculate/40x40/apps/topplan.png /usr/share/pixmaps/topplan.png
dosym ../icons/Calculate/40x40/apps/windows.png /usr/share/pixmaps/windows.png
dosym ../icons/Calculate/40x40/apps/yellow.png /usr/share/pixmaps/yellow.png
doins -r .
}
pkg_postinst() {
local initrdfile=$(calculate_get_current_initrd)
local initrdinstallfile=$(calculate_get_current_initrd -install)
[[ -f ${ROOT}${initrdfile} ]] &&
calculate_update_splash ${ROOT}${initrdfile}
[[ -f ${ROOT}${initrdinstallfile} &&
"${ROOT}${initrdinstallfile}" != "${ROOT}${initrdfile}" ]] &&
calculate_update_splash ${ROOT}${initrdinstallfile}
}