summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-09-27 00:10:58 -0400
committerMatt Turner <mattst88@gentoo.org>2022-09-27 00:13:59 -0400
commit8a2bf89499f61a167a9660b0ae6fb06962f4436d (patch)
treeddb74be8f603bea5c2d9b9e2bae963b045f1fdd8 /x11-apps/fslsfonts
parentapp-misc/wayland-utils: Version bump to 1.1.0 (diff)
downloadgentoo-8a2bf89499f61a167a9660b0ae6fb06962f4436d.tar.gz
gentoo-8a2bf89499f61a167a9660b0ae6fb06962f4436d.tar.bz2
gentoo-8a2bf89499f61a167a9660b0ae6fb06962f4436d.zip
x11-apps/fslsfonts: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/fslsfonts')
-rw-r--r--x11-apps/fslsfonts/Manifest1
-rw-r--r--x11-apps/fslsfonts/fslsfonts-1.0.6.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/fslsfonts/Manifest b/x11-apps/fslsfonts/Manifest
index 9346666bbc4b..550dfee77785 100644
--- a/x11-apps/fslsfonts/Manifest
+++ b/x11-apps/fslsfonts/Manifest
@@ -1 +1,2 @@
DIST fslsfonts-1.0.5.tar.bz2 125650 BLAKE2B df08689dc452d07e895a93d5e755b3820b21c1df997b5269835ac04ac81beb09d98ebdcf7030d3e6c7ae288b3e7388b136a8b7b58f95ce3958e12923bab50620 SHA512 3a30598ace981c7396bfe44f0d8f76d40fca3f77158dceb3914a524594a12187dcad0b0f225fa81f251f0b7896bf046cec4ba610b4676da9be311eec5d8c6cc2
+DIST fslsfonts-1.0.6.tar.xz 123484 BLAKE2B af894405cad7351574c546bd3055dad9483b091eb2d9296e69167c1939d235cb8e539abf96b5c36c05a988b88e3cb70a20191bbdb7d9eec95534bd7b2fb68d6a SHA512 1181a8e6cc820410d1deac98b3e5097506e4168c6515307b6b9aaf705cb57193a009cb331a51d46ce68e9548712f122b5c942d5a1bc1e01bdd191b7b1beab09e
diff --git a/x11-apps/fslsfonts/fslsfonts-1.0.6.ebuild b/x11-apps/fslsfonts/fslsfonts-1.0.6.ebuild
new file mode 100644
index 000000000000..8dac4aed20db
--- /dev/null
+++ b/x11-apps/fslsfonts/fslsfonts-1.0.6.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 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 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libFS"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"