summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-08-09 10:52:50 -0700
committerMatt Turner <mattst88@gentoo.org>2021-08-09 10:53:29 -0700
commitae62d374d46fa034e518609e33d36b2f2e1c29d5 (patch)
treed8a378986868f0b8bfb71d1c638f0cf173054167 /x11-apps/xrdb
parentsci-geosciences/gpxsee: bump to 9.4 (diff)
downloadgentoo-ae62d374d46fa034e518609e33d36b2f2e1c29d5.tar.gz
gentoo-ae62d374d46fa034e518609e33d36b2f2e1c29d5.tar.bz2
gentoo-ae62d374d46fa034e518609e33d36b2f2e1c29d5.zip
x11-apps/xrdb: Version bump to 1.2.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xrdb')
-rw-r--r--x11-apps/xrdb/Manifest1
-rw-r--r--x11-apps/xrdb/xrdb-1.2.1.ebuild13
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-apps/xrdb/Manifest b/x11-apps/xrdb/Manifest
index dbe622407d19..103cb419d100 100644
--- a/x11-apps/xrdb/Manifest
+++ b/x11-apps/xrdb/Manifest
@@ -1 +1,2 @@
DIST xrdb-1.2.0.tar.bz2 142194 BLAKE2B 2fee77b287f43125413bbbc288b1d89986a93775797c02dde564e678bec3c429bca487d752d82f8da924a95e177a46e3b4de507b7fdca56b95789e1d7ea3dae3 SHA512 14e1cdfb2152fb28f1f4641b177ab236648d7e967a95b952bf4cfce8d3e1ef085e85385354e3381aaf644462e8888a1847f755ab4016ecb4cb4a715b001dd2ef
+DIST xrdb-1.2.1.tar.bz2 143216 BLAKE2B eaec55ec825b324cc2a8a617554e5f41d40b8bfb081a66d54168ed1e3f31df11d554f734e77fe49618039ec895c10229f1ab23bef41cf5f2c39a6246946ec5f0 SHA512 d88135cdfea8536523dfb986249ee42761d5363c936352f12f55b4d0c849f21236f7d74d39869c5ec5b549019d6ed89d9096cde4b3c2b4816c2778a8e370b5c9
diff --git a/x11-apps/xrdb/xrdb-1.2.1.ebuild b/x11-apps/xrdb/xrdb-1.2.1.ebuild
new file mode 100644
index 000000000000..c55625d56c74
--- /dev/null
+++ b/x11-apps/xrdb/xrdb-1.2.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="X server resource database utility"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="x11-libs/libXmu
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"