# Copyright 1999-2008 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/ inherit eutils qt4 DESCRIPTION="A KDE wallpaper generator rendering pictures in a nice and smooth high resolution composition." SRC_URI="http://www.kde-apps.org/CONTENT/content-files/71320-fotowall-0.21.tar.bz2" HOMEPAGE="http://www.kde-apps.org/content/show.php?content=71320" SLOT="0" LICENSE="GPL" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=" ( $(qt4_min_version 4.3.0) ) " RDEPEND="${DEPEND}" S=${WORKDIR}/fotowall src_compile() { eqmake4 emake || die } src_install() { dodir /usr/bin exeinto /usr/bin doexe fotowall make_desktop_entry fotowall fotowall fotowall }