idesk-extras-1.37-r2.ebuild 615 B

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