summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-04 18:50:19 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-04 18:50:19 -0500
commit3680c029e638499be5cefbdb2097116ea1ce0323 (patch)
tree84673e926637aeff9d97674b7d85bca754cbd125 /x11-libs
parentx11-drivers/xf86-video-r128: Version bump to 6.12.1 (diff)
downloadgentoo-3680c029e638499be5cefbdb2097116ea1ce0323.tar.gz
gentoo-3680c029e638499be5cefbdb2097116ea1ce0323.tar.bz2
gentoo-3680c029e638499be5cefbdb2097116ea1ce0323.zip
x11-libs/libXres: Version bump to 1.2.2
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libXres/Manifest1
-rw-r--r--x11-libs/libXres/libXres-1.2.2.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-libs/libXres/Manifest b/x11-libs/libXres/Manifest
index d0fbfe267f82..a38e90c2da49 100644
--- a/x11-libs/libXres/Manifest
+++ b/x11-libs/libXres/Manifest
@@ -1 +1,2 @@
DIST libXres-1.2.1.tar.bz2 311025 BLAKE2B f1ecc2397547cd6bcd37dc94968bacc378ab67d004fc31f02890b26bf169057bda61f6a08559ec23eb70bee5910f200e9d1016add3ca816fc4dd49115e718256 SHA512 c17d28406e17e305dc4976f095e88059735f5bd8c600adf2e556523c9e0dd7fa01dcbf7a9d28a642e77e49a5b30f54bb9b2fc34bfbedce467ee2a020bba5cdf1
+DIST libXres-1.2.2.tar.xz 261400 BLAKE2B 569d4e4b8bf43254139a7c1428ba9dbce592930b05588ca90266e42721fe7cdfb997d05f983dce97afda460c39b9b232128f760f2c69aa87d800f948562a03fc SHA512 897f2d426ea6f41169a5a52c356d1a1cb2ffb9144ae41b9fedd06455c3d81042930fe55be269ce4b8545ee65fcfe168101192a599053d810e8810f627c94f810
diff --git a/x11-libs/libXres/libXres-1.2.2.ebuild b/x11-libs/libXres/libXres-1.2.2.ebuild
new file mode 100644
index 000000000000..5d36d2a3be76
--- /dev/null
+++ b/x11-libs/libXres/libXres-1.2.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_DOC=doc
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org XRes library"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"