summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-07-14 13:44:02 -0700
committerMatt Turner <mattst88@gentoo.org>2019-07-14 13:49:47 -0700
commit9b05b3d253cffff236e08ecb0a8f3ead20fa5228 (patch)
tree84433239864ed7277d99ab86b75c910690b1e2f2 /x11-apps/xbacklight
parentx11-apps/setxkbmap: Version bump to 1.3.2 (diff)
downloadgentoo-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')
-rw-r--r--x11-apps/xbacklight/Manifest1
-rw-r--r--x11-apps/xbacklight/xbacklight-1.2.3.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xbacklight/Manifest b/x11-apps/xbacklight/Manifest
index 32a92304cb6a..25b6fbc53c7c 100644
--- a/x11-apps/xbacklight/Manifest
+++ b/x11-apps/xbacklight/Manifest
@@ -1,2 +1,3 @@
DIST xbacklight-1.2.1.tar.bz2 117607 BLAKE2B 286be7b9f6d0e50ba20bae86aaaa211a7d611df055e3298e8676b52c36168db67e153c13e242089db52b1c7ed2c6872dfe8dd63a7f97b81644269832276bf636 SHA512 9a0afebea2fe155ab7d1ad00ef27566daeb7dc4fd47523511f1b8e8ac30977f938a08783bc0c7443fe92ebff1c17c68c78d44db08b32768d7831128130e0637d
DIST xbacklight-1.2.2.tar.bz2 124058 BLAKE2B 4ad7b0eaab29bada40ba6b79a538d5dbf6c584226c51004e1488733b5b33a7c3905d21cb5f275010f301241da3eb644b0e66e20a07fe271152905568008c5af7 SHA512 4dca70ef8e3494b19ea126c46395807cddc007b2b09a133810daeb77ae27fa36ac4eec7813828248fc195abe27f59700cfa58ee65ef3a020a51f73e5107678ec
+DIST xbacklight-1.2.3.tar.bz2 124611 BLAKE2B 19355773b2b2bc491cb3682d9d02fed462d30ed21742dfb9f7398ec39e85bde4fdd1b60bc8b4ac2a2d32410016186c1f1e5d45904fb19358bcc16eee69242dbf SHA512 717c87ce24634892fc4ac54fc59dcc0a5bc8f206aaf1d13410f95f7e4fe6e3dbc7ff8d951bcd8ea8c5e955357a00fea6ceadd4559e60b1a632e40f71290e12c7
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}"