summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-07 12:33:40 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-07 12:33:40 -0400
commit0c4698b7e8a05358f0cf6cda427adc2a43b7c9b5 (patch)
treed510843161f9db9d1d53c53e4453b2d6f153b5e5 /x11-apps/fstobdf
parentnet-libs/webkit-gtk: new slot for webkit2gtk-5.0 (diff)
downloadgentoo-0c4698b7e8a05358f0cf6cda427adc2a43b7c9b5.tar.gz
gentoo-0c4698b7e8a05358f0cf6cda427adc2a43b7c9b5.tar.bz2
gentoo-0c4698b7e8a05358f0cf6cda427adc2a43b7c9b5.zip
x11-apps/fstobdf: Version bump to 1.0.7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/fstobdf')
-rw-r--r--x11-apps/fstobdf/Manifest1
-rw-r--r--x11-apps/fstobdf/fstobdf-1.0.7.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/fstobdf/Manifest b/x11-apps/fstobdf/Manifest
index 422ec60d51a2..aabb1c998132 100644
--- a/x11-apps/fstobdf/Manifest
+++ b/x11-apps/fstobdf/Manifest
@@ -1 +1,2 @@
DIST fstobdf-1.0.6.tar.bz2 127170 BLAKE2B 89ed63541386d9f46ef839fb78be1cbfae4b51d824781325e33566a027a5a44671cdae84ec6ed81eb23b6a89f6868726b35781f2626a407753129ffd4c0af86f SHA512 ec5b8f62019ba51725bb47241d4fc244412f354e7c12094ed884109a88e3db9d25d41a6142fd002e6c49877b4c7f2c5dde549682dcc05f7ce102621d2c71671f
+DIST fstobdf-1.0.7.tar.xz 122432 BLAKE2B a7d736a16fb8e7992c46ca2d74ac1897c0e2171d18f56837812f903db7035da5b8aa811ef7be8845717ee5c558bc88434e5f74a848d2d31c91bba5fb507e4ce7 SHA512 b303cc2060e8ccaa139e855a7d377d28877158efa1087eeeebf9f30f7c9962764eceab5c4044b4b508890413cf38546da9b26756dd27a142b806dcd6fdb6ba59
diff --git a/x11-apps/fstobdf/fstobdf-1.0.7.ebuild b/x11-apps/fstobdf/fstobdf-1.0.7.ebuild
new file mode 100644
index 000000000000..53effb46a05a
--- /dev/null
+++ b/x11-apps/fstobdf/fstobdf-1.0.7.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="generate BDF font from X font server"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libFS"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"