summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-07-10 21:31:45 -0700
committerMatt Turner <mattst88@gentoo.org>2022-07-10 21:57:53 -0700
commit420a913389ee7bd42b07b3c8041ad52c2e1e774d (patch)
tree19af686e741faef538de389fbc01c95a6fc8a354 /x11-apps/xfontsel
parentx11-apps/xconsole: Version bump to 1.0.8 (diff)
downloadgentoo-420a913389ee7bd42b07b3c8041ad52c2e1e774d.tar.gz
gentoo-420a913389ee7bd42b07b3c8041ad52c2e1e774d.tar.bz2
gentoo-420a913389ee7bd42b07b3c8041ad52c2e1e774d.zip
x11-apps/xfontsel: Version bump to 1.1.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xfontsel')
-rw-r--r--x11-apps/xfontsel/Manifest1
-rw-r--r--x11-apps/xfontsel/xfontsel-1.1.0.ebuild19
2 files changed, 20 insertions, 0 deletions
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"