summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-11-07 13:33:20 -0500
committerMatt Turner <mattst88@gentoo.org>2024-11-07 13:37:38 -0500
commit32dc3572f3b8df19083d0bc25b310a7465705d1c (patch)
treeebc370165fc83bbb3b026d8c2df607bf57bfe781 /x11-apps/xbacklight
parentapp-portage/gentle: add 1.0.1 (diff)
downloadgentoo-32dc3572f3b8df19083d0bc25b310a7465705d1c.tar.gz
gentoo-32dc3572f3b8df19083d0bc25b310a7465705d1c.tar.bz2
gentoo-32dc3572f3b8df19083d0bc25b310a7465705d1c.zip
x11-apps/xbacklight: Version bump to 1.2.4
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.4.ebuild13
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/xbacklight/Manifest b/x11-apps/xbacklight/Manifest
index b8725886ad28..1ae045c34466 100644
--- a/x11-apps/xbacklight/Manifest
+++ b/x11-apps/xbacklight/Manifest
@@ -1 +1,2 @@
DIST xbacklight-1.2.3.tar.bz2 124611 BLAKE2B 19355773b2b2bc491cb3682d9d02fed462d30ed21742dfb9f7398ec39e85bde4fdd1b60bc8b4ac2a2d32410016186c1f1e5d45904fb19358bcc16eee69242dbf SHA512 717c87ce24634892fc4ac54fc59dcc0a5bc8f206aaf1d13410f95f7e4fe6e3dbc7ff8d951bcd8ea8c5e955357a00fea6ceadd4559e60b1a632e40f71290e12c7
+DIST xbacklight-1.2.4.tar.xz 121276 BLAKE2B d0a05f0e5c09c9a1114b044123c8cb9ca97d07c87d7941df1db29ad400e38d39ad3e78e528bc4b3f7ee69b24c74e436b618ea5abbae4517dbbbce0577ea30f9a SHA512 6aa39d8f4430b2b9da92afff462aebbd0f3fdef50bf6a4fc3e5c08e45ae18156dc2017b8a46cd3185b2e4b1b836d2bd7379821a6591afa3d6db395247c8193e3
diff --git a/x11-apps/xbacklight/xbacklight-1.2.4.ebuild b/x11-apps/xbacklight/xbacklight-1.2.4.ebuild
new file mode 100644
index 000000000000..63940b430aec
--- /dev/null
+++ b/x11-apps/xbacklight/xbacklight-1.2.4.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="x11-libs/libxcb
+ >=x11-libs/xcb-util-0.3.8"
+DEPEND="${RDEPEND}"