diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-03 19:19:44 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-03 19:33:58 -0700 |
commit | f92dce2a8ef3b4064bd916fbb2b6507a9e500138 (patch) | |
tree | d1053c477dd65a00a0ca7854975cbdbb2ff32db9 /x11-apps | |
parent | x11-apps/iceauth: Version bump to 1.0.9 (diff) | |
download | gentoo-f92dce2a8ef3b4064bd916fbb2b6507a9e500138.tar.gz gentoo-f92dce2a8ef3b4064bd916fbb2b6507a9e500138.tar.bz2 gentoo-f92dce2a8ef3b4064bd916fbb2b6507a9e500138.zip |
x11-apps/appres: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/appres/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/appres/appres-1.0.6.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/appres/Manifest b/x11-apps/appres/Manifest index e90a3671c717..cc798c7bc507 100644 --- a/x11-apps/appres/Manifest +++ b/x11-apps/appres/Manifest @@ -1 +1,2 @@ DIST appres-1.0.5.tar.bz2 124531 BLAKE2B 0d3e497afb3ab7d3565451c0da6594b4e608fa20e1a225162c4347d672db6a94823b5961c112b414e55c86a6b53a684709ddd109991f0545b6897bf276824da8 SHA512 70825563cd80f0f433c48ab2fdae888072939c1b22fb22340b70b9444c97916275ed92c9e5bf9a06bb76c32a5371b89ff7c0211a9a47a227c88311078c2c4137 +DIST appres-1.0.6.tar.xz 118972 BLAKE2B 13e72b26ea51c937e988929626810421f705b7142b3379488b50989114748f5fb2a0d515978dc92c0d0634afdd2fbda1ee4e8f09a1637fc0e70320492d5a61fc SHA512 6d14f6a2ad5c83a4d42d4c51ec9a9f32652dfe7624881f1f41c0b1f4946904e7e5ca81a2fd9f4f4824488ce1bd2a4047f92320626bf33b0f1afc5e6b89d3e2b9 diff --git a/x11-apps/appres/appres-1.0.6.ebuild b/x11-apps/appres/appres-1.0.6.ebuild new file mode 100644 index 000000000000..839262e5a512 --- /dev/null +++ b/x11-apps/appres/appres-1.0.6.ebuild @@ -0,0 +1,17 @@ +# 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="list X application resource database" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXt" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |