summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-08-30 23:59:18 -0400
committerMatt Turner <mattst88@gentoo.org>2022-08-31 10:48:28 -0400
commit64d1d39858bb1ea0b72be82a96c369b8f8162beb (patch)
tree683844ac3144c9b37526c9a8ec55a96c34288cc1 /x11-apps
parentx11-apps/oclock: Version bump to 1.0.5 (diff)
downloadgentoo-64d1d39858bb1ea0b72be82a96c369b8f8162beb.tar.gz
gentoo-64d1d39858bb1ea0b72be82a96c369b8f8162beb.tar.bz2
gentoo-64d1d39858bb1ea0b72be82a96c369b8f8162beb.zip
x11-apps/showfont: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/showfont/Manifest1
-rw-r--r--x11-apps/showfont/showfont-1.0.6.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/showfont/Manifest b/x11-apps/showfont/Manifest
index 824335175406..dcd6475b0913 100644
--- a/x11-apps/showfont/Manifest
+++ b/x11-apps/showfont/Manifest
@@ -1 +1,2 @@
DIST showfont-1.0.5.tar.bz2 125618 BLAKE2B dd3f97e3f2dff934f1cff4bfda0f8a06be3b8549b8572f3a163dbc638fa753eb14b65e8b11e19a56e687a306f3602f99b91fc458c22543d5622f870e518b77cd SHA512 d90d6d99ca573f2632435ccfd46de606994e3792deb58bab6261ff950481ec71eef032b828da0ee5333d6946c5f54594dfb2dadf930825971d3f4baa5c0ff6fd
+DIST showfont-1.0.6.tar.xz 121588 BLAKE2B 963040ca15db4e990aab19616a4b5cca5a9454ca9df57a7bf92f3adf44eed08e14182a98697f6a135b1ed509e6fa15826044af43541bbcbc9434fa25db0a363d SHA512 21a318519492f4ba46a8bcb3590097fc5f96fe01fdb557257ae56bae813671952a2aad6c0df8cd69659e06708571c398e6d97969224cf692e22c8a35c8e6c363
diff --git a/x11-apps/showfont/showfont-1.0.6.ebuild b/x11-apps/showfont/showfont-1.0.6.ebuild
new file mode 100644
index 000000000000..a1c1e9b34d0f
--- /dev/null
+++ b/x11-apps/showfont/showfont-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="font dumper for X font server"
+
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libFS"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"