diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-09 18:16:39 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-09 18:29:25 -0800 |
commit | c5d15d39cf2ca16aae09cc6acfd0fc3921ed507a (patch) | |
tree | b62fd544807e283aff64276db5dd46c024b1a5db /x11-apps/xfontsel | |
parent | x11-apps/xeyes: Version bump to 1.1.2 (diff) | |
download | gentoo-c5d15d39cf2ca16aae09cc6acfd0fc3921ed507a.tar.gz gentoo-c5d15d39cf2ca16aae09cc6acfd0fc3921ed507a.tar.bz2 gentoo-c5d15d39cf2ca16aae09cc6acfd0fc3921ed507a.zip |
x11-apps/xfontsel: Version bump to 1.0.6
Diffstat (limited to 'x11-apps/xfontsel')
-rw-r--r-- | x11-apps/xfontsel/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xfontsel/xfontsel-1.0.6.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest index 28c5c9ead207..223eb8655857 100644 --- a/x11-apps/xfontsel/Manifest +++ b/x11-apps/xfontsel/Manifest @@ -1 +1,2 @@ DIST xfontsel-1.0.5.tar.bz2 139801 BLAKE2B dc3c9f8b893434923f414a9bb2a8608cba1eafc7ad915cbd6231763892608cebcba8147a02250719ed4fb5881389467ab375a7777f904248047d369533949713 SHA512 df7a49286b94f64c610ab990d66376dedc12e3e8fa1d803641f466c3f6ebfdd06e81e4c7be39f8e6234928305f397d877579c39cf24c319dd5deead56f2578a4 +DIST xfontsel-1.0.6.tar.bz2 146469 BLAKE2B 9773430e51e63d23086403f91fd78f6ed2e7f3abf144fda5bba171d05145026d233474e9d055b31bd498a861994c4f59af52a8101fc1e10b891ea879cb2f0bb9 SHA512 2f6bc51549a302404cdaf9a5a825add383953fcbb2a0c7076691cefd4dd7e4a3c772c047be74101c8486f75d03ce0bd3e65ede14e91732cf2a932810441c9099 diff --git a/x11-apps/xfontsel/xfontsel-1.0.6.ebuild b/x11-apps/xfontsel/xfontsel-1.0.6.ebuild new file mode 100644 index 000000000000..90a64ebd926b --- /dev/null +++ b/x11-apps/xfontsel/xfontsel-1.0.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="point and click selection of X11 font names" + +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~x64-macos" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXmu + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND}" |