# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESKLET_NAME="psi-dell" MY_P=${DESKLET_NAME}-${PV} S=${WORKDIR}/${DESKLET_NAME} DESCRIPTION="Desklet to take info from the Dell Laptops BIOS (temperature and fans rpm) using psi themes." SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.gz" HOMEPAGE="http://gdesklets.gnomedesktop.org/" LICENSE="as-is" SLOT="0" IUSE="" KEYWORDS="~x86 ~ppc ~amd64 ~alpha" DEPEND=">=gnome-extra/gdesklets-core-0.26 =app-laptop/i8kutils =x11-plugins/desklet-psidisplays" src_install() { SYS_PATH="/usr/share/gdesklets" dodir ${SYS_PATH}/Displays insinto ${SYS_PATH}/Displays/${DESKLET_NAME} doins ${WORKDIR}/${DESKLET_NAME}/*.display cp -R ${WORKDIR}/${DESKLET_NAME}/gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME}/gfx/ }