2020-02-23 01:13:57 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2014-09-17 10:49:43 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2016-09-14 12:49:45 +03:00
|
|
|
EAPI="6"
|
2014-09-17 10:49:43 +04:00
|
|
|
|
2016-09-14 12:49:45 +03:00
|
|
|
DESCRIPTION="LXDE GUI interface to RandR extention"
|
2018-04-09 09:35:30 +03:00
|
|
|
HOMEPAGE="https://wiki.lxde.org/en/LXRandR"
|
2014-09-17 10:49:43 +04:00
|
|
|
SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
2018-08-31 09:25:27 +03:00
|
|
|
KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~x86-linux"
|
2014-09-17 10:49:43 +04:00
|
|
|
SLOT="0"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND="x11-libs/gtk+:2
|
2016-09-14 12:49:45 +03:00
|
|
|
x11-libs/libXrandr
|
|
|
|
x11-apps/xrandr"
|
2014-09-17 10:49:43 +04:00
|
|
|
DEPEND="${RDEPEND}
|
2018-05-22 08:46:22 +03:00
|
|
|
>=dev-util/intltool-0.40.0
|
2014-09-17 10:49:43 +04:00
|
|
|
sys-devel/gettext
|
2018-05-22 08:46:22 +03:00
|
|
|
virtual/pkgconfig
|
|
|
|
x11-base/xorg-proto"
|
2014-09-17 10:49:43 +04:00
|
|
|
|
2020-02-23 01:13:57 +03:00
|
|
|
src_install() {
|
2014-09-17 10:49:43 +04:00
|
|
|
emake DESTDIR="${D}" install
|
2016-09-14 12:49:45 +03:00
|
|
|
dodoc AUTHORS
|
2014-09-17 10:49:43 +04:00
|
|
|
}
|