summaryrefslogtreecommitdiff
path: root/x11-apps/xfontsel
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-11 07:29:23 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-11 07:29:23 +0100
commitfbe1e64cf651fcf73e25d2d3115003bf59e231cd (patch)
tree5077c9b46dc8e389d2fc7dc7c77c819425e6203b /x11-apps/xfontsel
parentb46b9834b3fbf80b22ccc12e95f660512cd0fa75 (diff)
gentoo auto-resync : 11:07:2022 - 07:29:23
Diffstat (limited to 'x11-apps/xfontsel')
-rw-r--r--x11-apps/xfontsel/Manifest2
-rw-r--r--x11-apps/xfontsel/xfontsel-1.1.0.ebuild19
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest
index c74b32697321..6dc10305390a 100644
--- a/x11-apps/xfontsel/Manifest
+++ b/x11-apps/xfontsel/Manifest
@@ -1,3 +1,5 @@
DIST xfontsel-1.0.6.tar.bz2 146469 BLAKE2B 9773430e51e63d23086403f91fd78f6ed2e7f3abf144fda5bba171d05145026d233474e9d055b31bd498a861994c4f59af52a8101fc1e10b891ea879cb2f0bb9 SHA512 2f6bc51549a302404cdaf9a5a825add383953fcbb2a0c7076691cefd4dd7e4a3c772c047be74101c8486f75d03ce0bd3e65ede14e91732cf2a932810441c9099
+DIST xfontsel-1.1.0.tar.xz 139560 BLAKE2B e4cb8f25b64e1feb68cdf7ae7982c8e8e6086fb6ad31019b115986220cd9f347edbe738d8d43d0650fd783ef96d2e93a247e462611b0fb33a3aa0a6dc2d2529e SHA512 be67d223668431c9b5dd2ef74032d2f087be5f8f0ccc427bc7ee43e7ce42214edddb07d8c3d6d6de93ea35314392d384f1ab1ae5c48b2cfbce418610e3945a52
EBUILD xfontsel-1.0.6.ebuild 401 BLAKE2B ba8740496a607caa61135c5f6dab8ac592570c3a459eb62bd95e3193c000bcf8697720975e838926d9e00cc4ee3a45c6b6759424f931e7a654ee907bf69a3099 SHA512 1651e4ec5a34d950811a3bf9c9374b4b7be45324d6f6efd4d00eae96be44ef8a613fc69082a4d7c70152f38465dec48683e08f0e2fa01f1f1c04e1da16cbd919
+EBUILD xfontsel-1.1.0.ebuild 453 BLAKE2B f3b6e06d089cb0140c57e54fbd443fc7bf0b740f3e5fe28604219701005abaf7ad232274e0552136c334c5357085d32e87ed2c5a5d440766873ffef4f2fe0d31 SHA512 abc54849fc3bd9ce1a4924af91c01c0bd299f70ebee1cba4f0f94b86f154cf4844a202047fc4f864c2285a2b40787e3b36079f39e83c1512426c8fda0e2751eb
MISC metadata.xml 231 BLAKE2B 6373a9c04316f777f87754fbb7cbc856493138d32bdb05d1015946ebbb359c4b8adb9372554097833d5c9a20e00e32fa0a1c90995d9299dd2215a2cadcccbb73 SHA512 bf6ad5078a6775cd61d257939d41ec53d006124475da2949c55b4b3ac138ec85a88b9068c5920b1e781fadda963939b8f120f8864d82e10cf50e09cc8052a6dc
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"