summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-12-04 17:54:04 -0500
committerMatt Turner <mattst88@gentoo.org>2024-12-04 18:00:15 -0500
commitd3e0b6d2ded30e2ab3b102aae64fd376a5be4340 (patch)
tree77494b035f445415b9ecd99c5cb0df98b4814634 /x11-apps
parentsys-devel/gettext: drop obsolete workaround (diff)
downloadgentoo-d3e0b6d2ded30e2ab3b102aae64fd376a5be4340.tar.gz
gentoo-d3e0b6d2ded30e2ab3b102aae64fd376a5be4340.tar.bz2
gentoo-d3e0b6d2ded30e2ab3b102aae64fd376a5be4340.zip
x11-apps/fslsfonts: Version bump to 1.0.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/fslsfonts/Manifest1
-rw-r--r--x11-apps/fslsfonts/fslsfonts-1.0.7.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/fslsfonts/Manifest b/x11-apps/fslsfonts/Manifest
index f043aef6b604..e5270bfda1ed 100644
--- a/x11-apps/fslsfonts/Manifest
+++ b/x11-apps/fslsfonts/Manifest
@@ -1 +1,2 @@
DIST fslsfonts-1.0.6.tar.xz 123484 BLAKE2B af894405cad7351574c546bd3055dad9483b091eb2d9296e69167c1939d235cb8e539abf96b5c36c05a988b88e3cb70a20191bbdb7d9eec95534bd7b2fb68d6a SHA512 1181a8e6cc820410d1deac98b3e5097506e4168c6515307b6b9aaf705cb57193a009cb331a51d46ce68e9548712f122b5c942d5a1bc1e01bdd191b7b1beab09e
+DIST fslsfonts-1.0.7.tar.xz 127436 BLAKE2B b06a3453f78c8915bc35303f2a817ef17c13522aea3fd9c27282324a5edf39ee163691cad954c81215b41b74ea031f613e6c7654146ccd078211b47b4d028c5b SHA512 e907e3fc1fdbfe72b7c1a502ab479ee2ff4d8577dc0c86152dee5ee48471e514d7c5749707ceb936027cbd93c68a79a0be30334aeb1f812549907c2726e38dd0
diff --git a/x11-apps/fslsfonts/fslsfonts-1.0.7.ebuild b/x11-apps/fslsfonts/fslsfonts-1.0.7.ebuild
new file mode 100644
index 000000000000..f0450c85bf97
--- /dev/null
+++ b/x11-apps/fslsfonts/fslsfonts-1.0.7.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="list fonts served by X font server"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libFS"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"