summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-03-09 18:17:26 -0800
committerMatt Turner <mattst88@gentoo.org>2018-03-09 18:29:25 -0800
commit337bd6d9c6989832ec89c155112c3150e734d21a (patch)
tree6c01056dff5e7ef5959b50540c0c68a536a72033
parentx11-apps/xfontsel: Version bump to 1.0.6 (diff)
downloadgentoo-337bd6d9c6989832ec89c155112c3150e734d21a.tar.gz
gentoo-337bd6d9c6989832ec89c155112c3150e734d21a.tar.bz2
gentoo-337bd6d9c6989832ec89c155112c3150e734d21a.zip
x11-apps/xbacklight: Version bump to 1.2.2
-rw-r--r--x11-apps/xbacklight/Manifest1
-rw-r--r--x11-apps/xbacklight/xbacklight-1.2.2.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xbacklight/Manifest b/x11-apps/xbacklight/Manifest
index 73ba33677113..32a92304cb6a 100644
--- a/x11-apps/xbacklight/Manifest
+++ b/x11-apps/xbacklight/Manifest
@@ -1 +1,2 @@
DIST xbacklight-1.2.1.tar.bz2 117607 BLAKE2B 286be7b9f6d0e50ba20bae86aaaa211a7d611df055e3298e8676b52c36168db67e153c13e242089db52b1c7ed2c6872dfe8dd63a7f97b81644269832276bf636 SHA512 9a0afebea2fe155ab7d1ad00ef27566daeb7dc4fd47523511f1b8e8ac30977f938a08783bc0c7443fe92ebff1c17c68c78d44db08b32768d7831128130e0637d
+DIST xbacklight-1.2.2.tar.bz2 124058 BLAKE2B 4ad7b0eaab29bada40ba6b79a538d5dbf6c584226c51004e1488733b5b33a7c3905d21cb5f275010f301241da3eb644b0e66e20a07fe271152905568008c5af7 SHA512 4dca70ef8e3494b19ea126c46395807cddc007b2b09a133810daeb77ae27fa36ac4eec7813828248fc195abe27f59700cfa58ee65ef3a020a51f73e5107678ec
diff --git a/x11-apps/xbacklight/xbacklight-1.2.2.ebuild b/x11-apps/xbacklight/xbacklight-1.2.2.ebuild
new file mode 100644
index 000000000000..9cd8da3704a2
--- /dev/null
+++ b/x11-apps/xbacklight/xbacklight-1.2.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+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}"