commit: 420a913389ee7bd42b07b3c8041ad52c2e1e774d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 11 04:31:45 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jul 11 04:57:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420a9133
x11-apps/xfontsel: Version bump to 1.1.0
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xfontsel/Manifest | 1 +
x11-apps/xfontsel/xfontsel-1.1.0.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest
index f7dfea48a36b..0fd155a26825 100644
--- a/x11-apps/xfontsel/Manifest
+++ b/x11-apps/xfontsel/Manifest
@@ -1 +1,2 @@
DIST xfontsel-1.0.6.tar.bz2 146469 BLAKE2B
9773430e51e63d23086403f91fd78f6ed2e7f3abf144fda5bba171d05145026d233474e9d055b31bd498a861994c4f59af52a8101fc1e10b891ea879cb2f0bb9
SHA512
2f6bc51549a302404cdaf9a5a825add383953fcbb2a0c7076691cefd4dd7e4a3c772c047be74101c8486f75d03ce0bd3e65ede14e91732cf2a932810441c9099
+DIST xfontsel-1.1.0.tar.xz 139560 BLAKE2B
e4cb8f25b64e1feb68cdf7ae7982c8e8e6086fb6ad31019b115986220cd9f347edbe738d8d43d0650fd783ef96d2e93a247e462611b0fb33a3aa0a6dc2d2529e
SHA512
be67d223668431c9b5dd2ef74032d2f087be5f8f0ccc427bc7ee43e7ce42214edddb07d8c3d6d6de93ea35314392d384f1ab1ae5c48b2cfbce418610e3945a52
diff --git a/x11-apps/xfontsel/xfontsel-1.1.0.ebuild
b/x11-apps/xfontsel/xfontsel-1.1.0.ebuild
new file mode 100644
index 000000000000..af4791bf525b
--- /dev/null
+++ b/x11-apps/xfontsel/xfontsel-1.1.0.ebuild
@@ -0,0 +1,19 @@
+# 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="point and click selection of X11 font names"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc
~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+ x11-libs/libXaw
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"