summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-03 19:51:15 -0500
committerMatt Turner <mattst88@gentoo.org>2024-03-03 19:57:49 -0500
commit049b769c15021d44da13f9996ba7f992cd117020 (patch)
tree2ef19f613699355ff941296cd1835e6b32c56231
parentx11-apps/xev: Version bump to 1.2.6 (diff)
downloadgentoo-049b769c15021d44da13f9996ba7f992cd117020.tar.gz
gentoo-049b769c15021d44da13f9996ba7f992cd117020.tar.bz2
gentoo-049b769c15021d44da13f9996ba7f992cd117020.zip
x11-apps/xfontsel: Version bump to 1.1.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-apps/xfontsel/Manifest1
-rw-r--r--x11-apps/xfontsel/xfontsel-1.1.1.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest
index 08d35ba834c7..6cc86a2c624f 100644
--- a/x11-apps/xfontsel/Manifest
+++ b/x11-apps/xfontsel/Manifest
@@ -1 +1,2 @@
DIST xfontsel-1.1.0.tar.xz 139560 BLAKE2B e4cb8f25b64e1feb68cdf7ae7982c8e8e6086fb6ad31019b115986220cd9f347edbe738d8d43d0650fd783ef96d2e93a247e462611b0fb33a3aa0a6dc2d2529e SHA512 be67d223668431c9b5dd2ef74032d2f087be5f8f0ccc427bc7ee43e7ce42214edddb07d8c3d6d6de93ea35314392d384f1ab1ae5c48b2cfbce418610e3945a52
+DIST xfontsel-1.1.1.tar.xz 142336 BLAKE2B 89d06f85cdd6b1a363711b6b59937d3f7ba6dad4ffd1c1fb2fa2604aa52e7d883726dc72d8d9d96060d7fedcd2c4ca20f30621d28d0174b1b66151705d899864 SHA512 fdb1f20dc86e2e74da77ef5e62d9465ea24d1af965f1ff3a6334ffefb239130fcf28f7cde9b4e7d7e6c9cf12fcb637784e7af209cffcee3dbe304025d33abcdd
diff --git a/x11-apps/xfontsel/xfontsel-1.1.1.ebuild b/x11-apps/xfontsel/xfontsel-1.1.1.ebuild
new file mode 100644
index 000000000000..8f2dd8fac952
--- /dev/null
+++ b/x11-apps/xfontsel/xfontsel-1.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 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 ~arm64 ~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"
+BDEPEND="sys-devel/gettext"