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
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')
-rw-r--r--x11-apps/xgamma/Manifest1
-rw-r--r--x11-apps/xgamma/xgamma-1.0.7.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xgamma/Manifest b/x11-apps/xgamma/Manifest
index 77c3d0822d16..681cb37d8967 100644
--- a/x11-apps/xgamma/Manifest
+++ b/x11-apps/xgamma/Manifest
@@ -1 +1,2 @@
DIST xgamma-1.0.6.tar.bz2 123105 BLAKE2B fbf5496e7c91f1e96d591721bfe7a1771659e7ef408be689e205e898191e0fd6beeff9466f4eff628054aefa640e83d7a8d69de028a6a6e5716a1eee50ef0abd SHA512 2d41798e15ac8c6f6731a2da29589207d936eaee1223ce6f3ca948e67d63c5c8b955d11c7db092dcd8c66a6209bd15c1de3dc1446dad4b4277134f010c6fc47a
+DIST xgamma-1.0.7.tar.xz 119992 BLAKE2B 8d8fb0161a57f910238b801f30cd2a1fdad5dacead82f5f607e0eff6d88705e378ae81289528869767cb2b12f3c40b85d9e0f34e18ad03caf74b40bd1b86f4e6 SHA512 9eeee9b537dcae9e4d153774eb632a6a5e8dd32bebadc9bbd897a773e5b56f76848f32a1699b8c921d3094760c42b5083365d853b89ab31fd85c7a0d46feeceb
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"