lxrandr-0.3.1.ebuild 582 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="LXDE GUI interface to RandR extention"
  5. HOMEPAGE="http://lxde.org/"
  6. SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
  7. LICENSE="GPL-2"
  8. KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux"
  9. SLOT="0"
  10. IUSE=""
  11. RDEPEND="x11-libs/gtk+:2
  12. x11-libs/libXrandr
  13. x11-apps/xrandr"
  14. DEPEND="${RDEPEND}
  15. x11-proto/randrproto
  16. virtual/pkgconfig
  17. sys-devel/gettext
  18. >=dev-util/intltool-0.40.0"
  19. src_install () {
  20. emake DESTDIR="${D}" install
  21. dodoc AUTHORS
  22. }