summaryrefslogtreecommitdiff
path: root/x11-libs/xcb-util
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /x11-libs/xcb-util
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'x11-libs/xcb-util')
-rw-r--r--x11-libs/xcb-util/Manifest1
-rw-r--r--x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/x11-libs/xcb-util/Manifest b/x11-libs/xcb-util/Manifest
index d14982e50b17..7f200599225a 100644
--- a/x11-libs/xcb-util/Manifest
+++ b/x11-libs/xcb-util/Manifest
@@ -1,3 +1,4 @@
DIST xcb-util-0.4.0.tar.bz2 297412 BLAKE2B 55970cddd8d4bfb313f5d6e4ea82a169a90311c1c0bb5ebf796ac1ceb1d1e1baea4268dc37bd8adf557514a752eec9f957ad3e3e0747384f2cf6e1985f26247f SHA512 e60aaa6f582eacd05896c5fd7c8417938318a1288146f3a5b339f77eed24e211c6099963f8813daa621c94173d2934228936b491c0ed79b09a8a67d835867d0e
EBUILD xcb-util-0.4.0-r1.ebuild 1193 BLAKE2B 963f6060498a3f40ab19fcfd27247528ca60317c822daff96c854a879d21cd64e6db9f71d6e8a8a0c6f86ef3913b804b156a18b707b53fb1f84f22bef39ebf7d SHA512 1ef915863bd04a4ddde1b5f1c28e59256612b8db727c972a9c25f4733ee7587e50c3740043a8caf1bb89babc66a41d194949ff2f63c68738636e46ac000041d4
+EBUILD xcb-util-0.4.0-r2.ebuild 849 BLAKE2B ab3661e1424a02bd0cfa93b1814b6ab5f173398971156761a101e1a44f6c251a2d1552df718c88a2910d9326bdd2837d6ea7ba4269a6c0dc8f9c698a79330e7a SHA512 a89e5f0d734fb2a72171e761343971ed4fee850b96a4149e6d393bdf0d8582428513c23521933279d18817d2adbf647bd086b8a449c3f7bac55ba7f3636f2453
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild b/x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild
new file mode 100644
index 000000000000..8a42590c5db8
--- /dev/null
+++ b/x11-libs/xcb-util/xcb-util-0.4.0-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_MULTILIB=yes
+inherit xorg-3
+
+DESCRIPTION="X C-language Bindings sample implementations"
+HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb-util"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+
+RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+PDEPEND="
+ >=x11-libs/xcb-util-cursor-0.1.1:=[${MULTILIB_USEDEP}]
+ >=x11-libs/xcb-util-image-${PV}:=[${MULTILIB_USEDEP}]
+ >=x11-libs/xcb-util-keysyms-${PV}:=[${MULTILIB_USEDEP}]
+ >=x11-libs/xcb-util-renderutil-0.3.9:=[${MULTILIB_USEDEP}]
+ >=x11-libs/xcb-util-wm-${PV}:=[${MULTILIB_USEDEP}]
+"