summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-01 07:16:20 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-01 07:16:20 +0000
commit8446bb4fefb0fb8db8cae6e11d2e66d050a95d32 (patch)
tree1c4ef6558532728c8232385137ef64b556c7230c /x11-apps
parenta4e87863708e0c8dffd3750d50695de7274e9554 (diff)
downloadbaldeagleos-repo-8446bb4fefb0fb8db8cae6e11d2e66d050a95d32.tar.gz
baldeagleos-repo-8446bb4fefb0fb8db8cae6e11d2e66d050a95d32.tar.xz
baldeagleos-repo-8446bb4fefb0fb8db8cae6e11d2e66d050a95d32.zip
Adding metadata
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/fonttosfnt/Manifest1
-rw-r--r--x11-apps/fonttosfnt/fonttosfnt-1.2.5.ebuild15
-rw-r--r--x11-apps/rgb/Manifest1
-rw-r--r--x11-apps/rgb/rgb-1.1.1.ebuild13
-rw-r--r--x11-apps/xauth/Manifest1
-rw-r--r--x11-apps/xauth/xauth-1.1.5.ebuild21
6 files changed, 52 insertions, 0 deletions
diff --git a/x11-apps/fonttosfnt/Manifest b/x11-apps/fonttosfnt/Manifest
index e92a15ea7a72..ded4e4a31f6c 100644
--- a/x11-apps/fonttosfnt/Manifest
+++ b/x11-apps/fonttosfnt/Manifest
@@ -1 +1,2 @@
DIST fonttosfnt-1.2.4.tar.xz 143928 BLAKE2B 82469dd753da5e9e9c48b800f57f5442c6e828f1d45783d50985ea4da39adab1fd59c3b7642ba057e821997a5bc7e892c25c46c2903098340adac2e5c70719c2 SHA512 37654d66e8d63abc4801c76d48082cc99dc3cc7813376e634c287d97207d17592323cefefd305328a504e432c94e102260b92308088d5e0bf3931a471cb4b851
+DIST fonttosfnt-1.2.5.tar.xz 144844 BLAKE2B 3d08c65f06af94a38942d487e28fc36c2cd3234b5e91a5a136364027e76c14f724985804709128db8fe9270f14d48f4147a3c44630a6e12441bb50796d272f03 SHA512 3be2a625234175dfc8a637b13f2d273afc82126ccd624a38afcc7ef3e13814dac0e55c8ae0a0a713725cf52078f8b45f3e86d7b357b1a19a55def55f969d0640
diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.2.5.ebuild b/x11-apps/fonttosfnt/fonttosfnt-1.2.5.ebuild
new file mode 100644
index 000000000000..31db069d3f1a
--- /dev/null
+++ b/x11-apps/fonttosfnt/fonttosfnt-1.2.5.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xorg-3
+
+DESCRIPTION="X.Org fonttosfnt application"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="media-libs/freetype:2
+ x11-libs/libX11
+ x11-libs/libfontenc"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
diff --git a/x11-apps/rgb/Manifest b/x11-apps/rgb/Manifest
index 55477cb83db6..1708e6d1e37e 100644
--- a/x11-apps/rgb/Manifest
+++ b/x11-apps/rgb/Manifest
@@ -1 +1,2 @@
DIST rgb-1.1.0.tar.xz 132824 BLAKE2B 117ce69f384066285aef900a135918d58bb7fe27e5c0dc494bb82a9cfbe889f87f856da3a5a04223858e097405593b66aa1e9c9482d075f6a2c40aa9b1268022 SHA512 640888d64b2d328fff4a1652ba1299436e348bc3cbc90710d79c635acfa7f2fce0018adb818123b41ca008197ff1cbf87aab60501de36c163bed2d80d8556008
+DIST rgb-1.1.1.tar.xz 137932 BLAKE2B c6db927a1c088066b0bf170e546d8bed59541de85f06c10c243acb768d7dd07306e10515c2d7b4bab2c5c4fa6d6a54fc30f925dcc186ea1c289275f065681f9a SHA512 8dd40232e149105d680b5689875da8e7444942265b4f64c4f91a5018193d0eb92af4035e51c6457ea57262fe2cab39d85024f70f3f649e17af78644f00a1d0ae
diff --git a/x11-apps/rgb/rgb-1.1.1.ebuild b/x11-apps/rgb/rgb-1.1.1.ebuild
new file mode 100644
index 000000000000..e0e7389c35b3
--- /dev/null
+++ b/x11-apps/rgb/rgb-1.1.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xorg-3
+
+DESCRIPTION="uncompile an rgb color-name database"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+BDEPEND="x11-misc/util-macros"
diff --git a/x11-apps/xauth/Manifest b/x11-apps/xauth/Manifest
index 17de3fa2a447..76e50f32d21c 100644
--- a/x11-apps/xauth/Manifest
+++ b/x11-apps/xauth/Manifest
@@ -1 +1,2 @@
DIST xauth-1.1.4.tar.xz 163696 BLAKE2B 60f693118531058e5114a80e0e34eb8a429c3ce0d8ef168fea21924afa21139abb58b63e64c745c69df7f7e2a0540636f9d5ab32ed6d0019f9bc7cfa92724a7e SHA512 6f08b92acec08fe426da0bcf7f68b0c6d21777bed76c5c316717bf15df0654809a97b6c4d3d570d861c49b85857191a5c5be3b4b84049b2459688af2c7b0a74d
+DIST xauth-1.1.5.tar.xz 165480 BLAKE2B fff8682da13b8447f6c54fa4231873f5e0c8716db1f184cf2e61a1d6d4e034093b266f2a6fd08e875ac22ce7a5104792cbf4b6b0591d8b4facb825c1dc7a4d3e SHA512 df94b59de49ced2490351b7ab42d56d3ef92077891b8ba7a73c53b6babb1facd250d934b82f36ee1ddc355dffefb8f52914d30893c9d578711264f82e9bf3cb9
diff --git a/x11-apps/xauth/xauth-1.1.5.ebuild b/x11-apps/xauth/xauth-1.1.5.ebuild
new file mode 100644
index 000000000000..41124e7ba5b1
--- /dev/null
+++ b/x11-apps/xauth/xauth-1.1.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xorg-3
+
+DESCRIPTION="X authority file utility"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libXext
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+XORG_CONFIGURE_OPTIONS=(
+ --enable-ipv6
+)