diff options
Diffstat (limited to 'x11-libs/xcb-util-keysyms')
-rw-r--r-- | x11-libs/xcb-util-keysyms/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r2.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-libs/xcb-util-keysyms/Manifest b/x11-libs/xcb-util-keysyms/Manifest index c0d899b7c38f..2c875cb09b2a 100644 --- a/x11-libs/xcb-util-keysyms/Manifest +++ b/x11-libs/xcb-util-keysyms/Manifest @@ -1,3 +1,4 @@ DIST xcb-util-keysyms-0.4.0.tar.bz2 289880 BLAKE2B 5f55706fc74ed5c096ca0e8a8411ba392a023ab7f3c8185088c31570e5873345e16d72b693596b0983011350ecdb7cb30ae5fca118f4758710ee2fc2441883ca SHA512 b14b3100c3ae2379f9df799c0780a1ee39267101e58e4c1c6f390f039348ca2b370bb1df203b9bc68a170d664188d9c73e3553a7ba24d98abea3ed353e8dc0c4 EBUILD xcb-util-keysyms-0.4.0-r1.ebuild 919 BLAKE2B 2397ac2d3cd413f73a4c03064a3cea2a135cd096a9756c1d25c0a5f4e1bc363ac1dd1992b097cffeb620078477f9b7c3577f404579b601cbb0b80b26d8b00059 SHA512 11adeedddac342108bd08c6bbcc3589e0729cc47daa9e1865eac69b42e6fc926766c786fcd861665cc58dfe80741dca19d96b270dcd14bfc669dd68d12ddd8a4 +EBUILD xcb-util-keysyms-0.4.0-r2.ebuild 551 BLAKE2B 68a8c86bdccaf7c64d9d0ada7fdc21d18ba288ec1914d2b84efc4936fa9ad47df8d5219ae21e132c6f28811bed683ccd00582cdf3ec8280b7c5f0f92cc2dc981 SHA512 2fff3def1261d708b10b042934a160c7c8f6e722d3cc3ae4e86098d87cb4d88d14d2a0024c85efac75837281846ca120068a0df8f9624ff088cf78ad970b16d9 MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r2.ebuild b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r2.ebuild new file mode 100644 index 000000000000..937b98cd265d --- /dev/null +++ b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r2.ebuild @@ -0,0 +1,16 @@ +# 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-keysyms" + +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:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |