summaryrefslogtreecommitdiff
path: root/x11-libs/libXres
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-05 03:04:53 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-05 03:04:53 +0000
commit94393d04ccce851b0084c650c99a2eca52f9d3bb (patch)
tree1da77141f18141b486ecd360d46c5988962c7653 /x11-libs/libXres
parentc4d92ab721dfc646b4a58429d965e9446294ce26 (diff)
gentoo auto-resync : 05:12:2022 - 03:04:53
Diffstat (limited to 'x11-libs/libXres')
-rw-r--r--x11-libs/libXres/Manifest2
-rw-r--r--x11-libs/libXres/libXres-1.2.2.ebuild16
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-libs/libXres/Manifest b/x11-libs/libXres/Manifest
index b7085bcd2c10..b5b8304ab9cc 100644
--- a/x11-libs/libXres/Manifest
+++ b/x11-libs/libXres/Manifest
@@ -1,3 +1,5 @@
DIST libXres-1.2.1.tar.bz2 311025 BLAKE2B f1ecc2397547cd6bcd37dc94968bacc378ab67d004fc31f02890b26bf169057bda61f6a08559ec23eb70bee5910f200e9d1016add3ca816fc4dd49115e718256 SHA512 c17d28406e17e305dc4976f095e88059735f5bd8c600adf2e556523c9e0dd7fa01dcbf7a9d28a642e77e49a5b30f54bb9b2fc34bfbedce467ee2a020bba5cdf1
+DIST libXres-1.2.2.tar.xz 261400 BLAKE2B 569d4e4b8bf43254139a7c1428ba9dbce592930b05588ca90266e42721fe7cdfb997d05f983dce97afda460c39b9b232128f760f2c69aa87d800f948562a03fc SHA512 897f2d426ea6f41169a5a52c356d1a1cb2ffb9144ae41b9fedd06455c3d81042930fe55be269ce4b8545ee65fcfe168101192a599053d810e8810f627c94f810
EBUILD libXres-1.2.1.ebuild 430 BLAKE2B 3e80451b5d0eb47d0c4b4432169c96063dd7e8a4d61169c1e6afea701220367f38d744fd9e1af2fb0902f8de597673d94403d4ab82fbd7e45c1895820df0c6ff SHA512 f320c5cf0b7bf3dd13a69b4d246ee176b3c9393a430f29969d0a3487edc63ad79f0f1857273582d2e6c4b1dc632f9bcd1b76f15ffafa28fd81a4b6b9f565fef1
+EBUILD libXres-1.2.2.ebuild 461 BLAKE2B 1f002c675bcf5c6ea5120100ff180bcfec01d59949d582bb8c367afada4ba46a063e6ec24b969abe1b4d50cdd9e474bf95de297647ce0138c0f452190e2daf5d SHA512 d125df213554b471fbebf78e06b803da614bae05ce080174fc61608e4b5c411ea6c6ac6f9d11395b32d57e2436410c0d5d7c2f1e614d8a50ae04609611c1b295
MISC metadata.xml 338 BLAKE2B 8feab0e80e774feb4ee7a995224044633f0b686abe7a51f758d322d5107ee35847a8db2b568656ad50c8a720ce55d62d36f21165fa9d5067add7128e6eb07c0d SHA512 c6da27d02dd04dd7b98ec500496bf12c49a72865a34e8bfe236cb40f4243df5cc6b7c5052d780c213090e9fc413245419bd1fffb2c78865584ec1a2db2e7021a
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"