summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-03 18:07:38 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-03 18:49:08 -0500
commitd0eb6a0c629841ee8ce985ad17022db1d4cbf6df (patch)
treeb1e56ea315426917a23ec866dd71467042408327 /x11-apps/xgamma/xgamma-1.0.7.ebuild
parentx11-apps/xfd: Version bump to 1.1.4 (diff)
downloadgentoo-d0eb6a0c629841ee8ce985ad17022db1d4cbf6df.tar.gz
gentoo-d0eb6a0c629841ee8ce985ad17022db1d4cbf6df.tar.bz2
gentoo-d0eb6a0c629841ee8ce985ad17022db1d4cbf6df.zip
x11-apps/xgamma: Version bump to 1.0.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xgamma/xgamma-1.0.7.ebuild')
-rw-r--r--x11-apps/xgamma/xgamma-1.0.7.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/xgamma/xgamma-1.0.7.ebuild b/x11-apps/xgamma/xgamma-1.0.7.ebuild
new file mode 100644
index 000000000000..cd55e41627d9
--- /dev/null
+++ b/x11-apps/xgamma/xgamma-1.0.7.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="Alter a monitor's gamma correction through the X server"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libXxf86vm
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"