diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-06-03 23:20:38 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-06-03 23:31:28 -0400 |
commit | 81b85e87a1fa2eea148575b7cc44716c4d84aff7 (patch) | |
tree | aac9ceec9fd79bd348f623948464ef42ea1a78ed /x11-apps/xrdb | |
parent | net-misc/spice-gtk: depend on polkit if USE=polkit (diff) | |
download | gentoo-81b85e87a1fa2eea148575b7cc44716c4d84aff7.tar.gz gentoo-81b85e87a1fa2eea148575b7cc44716c4d84aff7.tar.bz2 gentoo-81b85e87a1fa2eea148575b7cc44716c4d84aff7.zip |
x11-apps/xrdb: Version bump to 1.2.2
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xrdb')
-rw-r--r-- | x11-apps/xrdb/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xrdb/xrdb-1.2.2.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xrdb/Manifest b/x11-apps/xrdb/Manifest index 4b68e61ca6ca..23aecd3dd02c 100644 --- a/x11-apps/xrdb/Manifest +++ b/x11-apps/xrdb/Manifest @@ -1 +1,2 @@ DIST xrdb-1.2.1.tar.bz2 143216 BLAKE2B eaec55ec825b324cc2a8a617554e5f41d40b8bfb081a66d54168ed1e3f31df11d554f734e77fe49618039ec895c10229f1ab23bef41cf5f2c39a6246946ec5f0 SHA512 d88135cdfea8536523dfb986249ee42761d5363c936352f12f55b4d0c849f21236f7d74d39869c5ec5b549019d6ed89d9096cde4b3c2b4816c2778a8e370b5c9 +DIST xrdb-1.2.2.tar.xz 136768 BLAKE2B fbf396089a82db2a21866527f7d847f106164e1ce10795a2f96e34d5165311f4ed718eee10429792fc4fe273529af3350c41d765cb067c6310707bcc976bfdbe SHA512 c8a6fc94e270e9cb5602e055150553de103d545298285157ecd8924f163a10ebeb9acfff56d1fafbf48d339809c76340213792478cdf3270012d3cd05486001c diff --git a/x11-apps/xrdb/xrdb-1.2.2.ebuild b/x11-apps/xrdb/xrdb-1.2.2.ebuild new file mode 100644 index 000000000000..e5d638921ff6 --- /dev/null +++ b/x11-apps/xrdb/xrdb-1.2.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X server resource database utility" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" + +RDEPEND=" + x11-libs/libXmu + x11-libs/libX11 +" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |