summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-03 19:21:31 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-03 19:21:31 +0000
commit54577f68ceb2a0f696b7cf137756151d6faf8ceb (patch)
tree103906e3562d32638946a71674ab46fd5815ae30 /x11-apps
parentb1e1e45ccf9046389419a754151ee4ef914cb3c3 (diff)
downloadbaldeagleos-repo-54577f68ceb2a0f696b7cf137756151d6faf8ceb.tar.gz
baldeagleos-repo-54577f68ceb2a0f696b7cf137756151d6faf8ceb.tar.xz
baldeagleos-repo-54577f68ceb2a0f696b7cf137756151d6faf8ceb.zip
Adding metadata
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xkbcomp/Manifest1
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.5.0.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
index b4c0b572213b..bd2956963956 100644
--- a/x11-apps/xkbcomp/Manifest
+++ b/x11-apps/xkbcomp/Manifest
@@ -1 +1,2 @@
DIST xkbcomp-1.4.7.tar.xz 239324 BLAKE2B 1acbd4809b0a2d2f64dd7ac2d2b4c898cabf74e23cc1352c58acb6490cfe3ccdeba47fadbf190d16d582463a9adb0e166a27e8a270e9b3a289cc9ee94eeb557d SHA512 6f468dce9d2499ab1022f4288d46f66af149dac0a161fb5b9dc0c262bc70c2c3d254db2c6fb5df1e2793c822e2d55c6da5fd037ce523a555b7c3de23e35c49ef
+DIST xkbcomp-1.5.0.tar.xz 247996 BLAKE2B 7ee2512ea79b9f1f2e9ae2ecad5a8a3fd7deda5482aa4e608bfc1785534c426449994d07c36edbe6347c271c914f13d46d98fd7371deb89598e474317d304f0c SHA512 d8ef4906261251e2600b3650660fbe88ed99a44694f1e59b433e0811f1ab5234c4f2f0b3647fa5372fb0f46b56eac60c0219a762bf1af0ab06226b63e4a6b081
diff --git a/x11-apps/xkbcomp/xkbcomp-1.5.0.ebuild b/x11-apps/xkbcomp/xkbcomp-1.5.0.ebuild
new file mode 100644
index 000000000000..d83069c97f86
--- /dev/null
+++ b/x11-apps/xkbcomp/xkbcomp-1.5.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xorg-meson
+
+DESCRIPTION="XKB keyboard description compiler"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="
+ >=x11-libs/libX11-1.6.9
+ x11-libs/libxkbfile"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+BDEPEND="app-alternatives/yacc"
+
+src_configure() {
+ local XORG_CONFIGURE_OPTIONS=(
+ -Dxkb-config-root="${ESYSROOT}/usr/lib/x11/xkb"
+ )
+
+ xorg-meson_src_configure
+}