diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-07-14 13:44:02 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-07-14 13:49:47 -0700 |
commit | 9b05b3d253cffff236e08ecb0a8f3ead20fa5228 (patch) | |
tree | 84433239864ed7277d99ab86b75c910690b1e2f2 /x11-apps/xbacklight/xbacklight-1.2.3.ebuild | |
parent | x11-apps/setxkbmap: Version bump to 1.3.2 (diff) | |
download | gentoo-9b05b3d253cffff236e08ecb0a8f3ead20fa5228.tar.gz gentoo-9b05b3d253cffff236e08ecb0a8f3ead20fa5228.tar.bz2 gentoo-9b05b3d253cffff236e08ecb0a8f3ead20fa5228.zip |
x11-apps/xbacklight: Version bump to 1.2.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xbacklight/xbacklight-1.2.3.ebuild')
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.2.3.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/xbacklight/xbacklight-1.2.3.ebuild b/x11-apps/xbacklight/xbacklight-1.2.3.ebuild new file mode 100644 index 000000000000..9808d1c4e6be --- /dev/null +++ b/x11-apps/xbacklight/xbacklight-1.2.3.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libxcb + >=x11-libs/xcb-util-0.3.8" +DEPEND="${RDEPEND}" |