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.
gentoo-overlay/x11-misc/idesk-extras/idesk-extras-1.37-r2.ebuild

28 lines
615 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Graphical configuration for iDesk plus icons"
HOMEPAGE="https://web.archive.org/web/20070828214007/http://www.jmurray.id.au/idesk-extras.html"
SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="app-shells/bash
x11-misc/idesk
x11-misc/xdialog"
PATCHES=( "${FILESDIR}"/${P}-stdout.patch )
HTML_DOCS=( ${PN}.html )
src_install() {
dobin idesktool
insinto /usr/share/idesk
doins -r icons
einstalldocs
}