diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-10-17 22:26:56 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-10-17 22:40:12 -0400 |
commit | 8a44d800ab0681e98004bd5f07973e048612997b (patch) | |
tree | d70fdb59777e7be1b172dd6306f38ee98c08cfa5 /x11-apps | |
parent | x11-apps/fonttosfnt: Version bump to 1.2.4 (diff) | |
download | gentoo-8a44d800ab0681e98004bd5f07973e048612997b.tar.gz gentoo-8a44d800ab0681e98004bd5f07973e048612997b.tar.bz2 gentoo-8a44d800ab0681e98004bd5f07973e048612997b.zip |
x11-apps/xcmsdb: Version bump to 1.0.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xcmsdb/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xcmsdb/xcmsdb-1.0.7.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xcmsdb/Manifest b/x11-apps/xcmsdb/Manifest index 365c9843ff7c..d97bf2348d95 100644 --- a/x11-apps/xcmsdb/Manifest +++ b/x11-apps/xcmsdb/Manifest @@ -1 +1,2 @@ DIST xcmsdb-1.0.6.tar.xz 136708 BLAKE2B 847a29251d781cf616a7b74abb9130da08d2dd56d42db61923c9e82848bff12ff7c5f8ba3c9635b2a572116bb19ce0637432ea9c6fdaf5b76d7f7ae8e176be64 SHA512 e47d9498ce496effbc44a66e70af91d9fe65c344a17916fd4990a4c84fa8879aa09b6695aeb6ef595f475c16a13c7c31d4c48449234564de7de38d7436764fae +DIST xcmsdb-1.0.7.tar.xz 142356 BLAKE2B d73e5b1cb2e3b3691c6028cc7d0e1655b6cff5383290b1daf7e4de95f00fa337968b25615ea0b26d8a5dfb4162113f518a00fac1dbf3bca24ee26db4bba39442 SHA512 87bd13930385c16689bfb6eefe47860f3741ccede9ddee4a860bb763937828808aca2c2fcc56637c06c3b9f1a5ee5ffd5cadc039d93ff7b2375a004867ef9f22 diff --git a/x11-apps/xcmsdb/xcmsdb-1.0.7.ebuild b/x11-apps/xcmsdb/xcmsdb-1.0.7.ebuild new file mode 100644 index 000000000000..f5386834e7d6 --- /dev/null +++ b/x11-apps/xcmsdb/xcmsdb-1.0.7.ebuild @@ -0,0 +1,14 @@ +# 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="Device Color Characterization utility for X Color Management System" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |