summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /x11-apps
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/Manifest.gzbin14882 -> 14886 bytes
-rw-r--r--x11-apps/xkbcomp/Manifest2
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild15
3 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz
index 820830ba17c0..37ef15311043 100644
--- a/x11-apps/Manifest.gz
+++ b/x11-apps/Manifest.gz
Binary files differ
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
index 337741e3c382..09de870eeccd 100644
--- a/x11-apps/xkbcomp/Manifest
+++ b/x11-apps/xkbcomp/Manifest
@@ -1,3 +1,5 @@
DIST xkbcomp-1.4.2.tar.bz2 248399 BLAKE2B dcc09823fdf8a62451a1daf8dc56adbd1713b56ac7343b9edb8b3aef8b527ab8443a056ae6b4f8c21051ce5aa4764c9b198c9a5cd0e929f52e9a3e191b950334 SHA512 b00d1eb08c19be86044418c8ea3bfc3c3973406c481878270138a70ed9dab348acb8e4d0af8678879598ffbd7df1c640a63d0abad3d7481758be99af8dd7734e
+DIST xkbcomp-1.4.3.tar.bz2 245658 BLAKE2B 306e30789bdbf6b5863252aa1f73c96f88c4086989eb5529dbde1e3f1f9e11200f67ad6446dfe912129acc1071074d2addf776a97d9d42a840eb62320ae47cf2 SHA512 827713c0413aecdcad2b61edb7b8c7c7a002e18505b9041f570e2f680907193cb5ff8a5b424695e21110b2d06c145cbf0e397e52347421ee946f06e2a51f135d
EBUILD xkbcomp-1.4.2.ebuild 421 BLAKE2B c237e715dbf1ddade26225d6a061335df28255226a5dc8ea52e78654e2a42c86883b57ee8578c81df51070b7be3a8c509c449634a1e3ea2a070e5784bfc547ee SHA512 d966455a2f7d1dff89667c23048095a8ca443056acaadfa26b6efbe5f2e86af1fd8b02852121f0d2a9c0e295f8811a0cf56a11548477e8b61dd709d3d3010154
+EBUILD xkbcomp-1.4.3.ebuild 442 BLAKE2B e6d99641aa9ce57a33bd17f480789e498123c5445d7f006dc0b483f3cb04d1be003ed1a0f3fffba8e09d4e3a82b0cd6747f6005e34ec620a29df99cc1280de07 SHA512 a8fced9b0d4739b07b878b48affd81442c2c923fde99cbbdfea9099ab6202b76a708d14ba0f2ea9fcab22f40019d334f7caf9dc798ce3a441fce79904428494d
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
new file mode 100644
index 000000000000..afd3bdd55689
--- /dev/null
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="XKB keyboard description compiler"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+DEPEND="
+ x11-libs/libX11
+ x11-libs/libxkbfile"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/bison"