DESKLET_NAME="rssgrab" MY_PN=${PN/desklet-/} MY_P=${MY_PN}-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="gdesklet to view the contents of an RSS/RDF feed" SRC_URI="http://gdesklets.gnomedesktop.org/files/${MY_P}.tar.gz" HOMEPAGE="http://gdesklets.gnomedesktop.org/" LICENSE="as-is" SLOT="0" IUSE="" KEYWORDS="~x86 ~sparc ~ppc ~amd64" DEPEND=">=x11-plugins/desklet-displayconstraints-0.1.0 >=gnome-extra/gdesklets-core-0.26" DOCS="INSTALL README" src_install() { SYS_PATH="/usr/share/gdesklets" INSTALL_BIN="Install_${DESKLET_NAME}_Sensor.bin" #INSTALL_BIN2="Install_DisplayConstraints_Sensor.bin" # provided by dependancy dodir ${SYS_PATH}/{Sensors,Displays} # first we install the Sensor python ${INSTALL_BIN} --nomsg ${D}${SYS_PATH}/Sensors # and then the .displays insinto ${SYS_PATH}/Displays/${DESKLET_NAME} doins *.display # and finally the graphics cp -R gfx/ ${D}${SYS_PATH}/Displays/${DESKLET_NAME} dodoc ${DOCS} # the desklets unpack preserves permissions of the archive chown -R root:root ${D}${SYS_PATH}/Sensors/${DESKLET_NAME} }