diff options
author | 2022-12-03 18:32:40 -0500 | |
---|---|---|
committer | 2022-12-03 18:49:08 -0500 | |
commit | 5c6c9e0d0968ee41e8ed183548eab9301f203602 (patch) | |
tree | 4b1016f83558c919f8051fba1ca67ea6258a0abf /x11-apps/xfd | |
parent | x11-apps/xdm: Version bump to 1.1.14 (diff) | |
download | gentoo-5c6c9e0d0968ee41e8ed183548eab9301f203602.tar.gz gentoo-5c6c9e0d0968ee41e8ed183548eab9301f203602.tar.bz2 gentoo-5c6c9e0d0968ee41e8ed183548eab9301f203602.zip |
x11-apps/xfd: Version bump to 1.1.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xfd')
-rw-r--r-- | x11-apps/xfd/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xfd/xfd-1.1.4.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/x11-apps/xfd/Manifest b/x11-apps/xfd/Manifest index ffc0c17285f3..c481af092411 100644 --- a/x11-apps/xfd/Manifest +++ b/x11-apps/xfd/Manifest @@ -1 +1,2 @@ DIST xfd-1.1.3.tar.bz2 141312 BLAKE2B 742b6a1fff10593252dc27aa352ac500d9a17952e0415de80ea265322cfff7ef2c4c2435005a82c12f1b50003920322cfa27dab3af30b60575d4ae7a1b20f787 SHA512 68e2d4ce5e24215353b6f3231191d69639c4dd90a703e03ccf152bbfe4012da071c387ba289f918fb0336a3be9ee49dc05cbec7273fa85f5e476ead7e10795f0 +DIST xfd-1.1.4.tar.xz 134648 BLAKE2B d87d7c7f290147c2584b797dc807e11613efc506de08e56b2c756130d0b156f5f7a375515df80867b97834cf3c5f6d372541d507e164adb83f0f594397a5cd05 SHA512 fa1f8a7b5d89be20fb2b1e3e0e8f4d7f9463e91fd385d21e1403a398c2e263112043b568417c420c5ee33bec60e06658498dd55df6d7ac19da3af0844f932209 diff --git a/x11-apps/xfd/xfd-1.1.4.ebuild b/x11-apps/xfd/xfd-1.1.4.ebuild new file mode 100644 index 000000000000..7036c3e0b875 --- /dev/null +++ b/x11-apps/xfd/xfd-1.1.4.ebuild @@ -0,0 +1,23 @@ +# 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="X.Org xfd application" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + media-libs/fontconfig + x11-libs/libX11 + x11-libs/libXft + x11-libs/libXt + x11-libs/libXmu + x11-libs/libXrender + x11-libs/libXaw + x11-libs/libxkbfile" +DEPEND="${RDEPEND} + x11-base/xorg-proto" +BDEPEND="sys-devel/gettext" |