summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
authorCrucible <crucible@localhost>2026-09-22 18:47:35 -0500
committerCrucible <crucible@localhost>2026-09-22 18:47:35 -0500
commitcde96c5ea0c81397fd3214d455a374f76179a7aa (patch)
tree12c86d59eb88887c244b1145411db084ae5a6c1f /x11-apps
parent47516b9667518dacb1efd6d257f7b3e6a481ec93 (diff)
downloadbaldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.tar.gz
baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.tar.xz
baldeagleos-repo-cde96c5ea0c81397fd3214d455a374f76179a7aa.zip
Publish baldeagleos-repo candidate 0000000325-20260922-184323
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xfd/Manifest1
-rw-r--r--x11-apps/xfd/xfd-1.1.6.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-apps/xfd/Manifest b/x11-apps/xfd/Manifest
index ce6b5008d145..dc80d44e1f5b 100644
--- a/x11-apps/xfd/Manifest
+++ b/x11-apps/xfd/Manifest
@@ -1 +1,2 @@
DIST xfd-1.1.5.tar.xz 140548 BLAKE2B ebb6de261219e75ad5305ab201ac7a7ce2ee1615b62ed04b280ba21c89bcbb63f77ec4ca2d2705d52ee0c6edda39d2631e42eda906fcf5c70a7e77cb64424169 SHA512 6a8838e90c4751ae357832da7856d65d2cc65f3626655e24d22b25e7623f1a47d41dea0d093c0f250ceee2651214a746b3e7bd7f152c5b1718ce28aa5f217fa4
+DIST xfd-1.1.6.tar.xz 142520 BLAKE2B 1982bbe851c4aa1f0b0bf90c7e5f715e02f5276959a5dbec5cc874fa0c511846c6ede969e9f3e80abbe9831319999d06d93ada1c81a7639e1a91c4bc51bc2dd4 SHA512 3e91252975e56c45fc4ffa9e0dd13a17221753d8219bdc8d96b86fb901eb9304555cb8e4c54d8a2cb2b709d4dae462313a403a126ebf0e75d813377fe13c0772
diff --git a/x11-apps/xfd/xfd-1.1.6.ebuild b/x11-apps/xfd/xfd-1.1.6.ebuild
new file mode 100644
index 000000000000..ee6776747c46
--- /dev/null
+++ b/x11-apps/xfd/xfd-1.1.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xorg-meson
+
+DESCRIPTION="X.Org xfd application"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ media-libs/fontconfig
+ x11-libs/libX11
+ x11-libs/libXft
+ x11-libs/libXt
+ x11-libs/libXmu
+ x11-libs/libXrender
+ x11-libs/libXaw
+ x11-libs/libxkbfile"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+BDEPEND="sys-devel/gettext"