summaryrefslogtreecommitdiff
path: root/x11-apps/xfd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
commitb7b97785ebbb2f11d24d14dab8b81ed274f4ce6a (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /x11-apps/xfd
parent066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (diff)
gentoo resync : 19.03.2019
Diffstat (limited to 'x11-apps/xfd')
-rw-r--r--x11-apps/xfd/Manifest2
-rw-r--r--x11-apps/xfd/xfd-1.1.3.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-apps/xfd/Manifest b/x11-apps/xfd/Manifest
index 8bdfe5a83bde..646a7111e3d2 100644
--- a/x11-apps/xfd/Manifest
+++ b/x11-apps/xfd/Manifest
@@ -1,3 +1,5 @@
DIST xfd-1.1.2.tar.bz2 137632 BLAKE2B dc84377efc97a3ed84447560c05d180f22631dc0e88342d5ea306a954df1557bba17ce2492a0e498e145006b68d62408b4212597a07d9ea71711057aa33e198b SHA512 3a158f697dd40c5b650b3d80ad1692d668d9d9bcf586a437fd3dcebf9e8fffb773855df290260995464d5f36cb22e768d1d71de8e61d7cca80eaa4d25c029745
+DIST xfd-1.1.3.tar.bz2 141312 BLAKE2B 742b6a1fff10593252dc27aa352ac500d9a17952e0415de80ea265322cfff7ef2c4c2435005a82c12f1b50003920322cfa27dab3af30b60575d4ae7a1b20f787 SHA512 68e2d4ce5e24215353b6f3231191d69639c4dd90a703e03ccf152bbfe4012da071c387ba289f918fb0336a3be9ee49dc05cbec7273fa85f5e476ead7e10795f0
EBUILD xfd-1.1.2.ebuild 421 BLAKE2B db04c670b311ba6f2dbb573e0baafd06ae3bc194f10de10fb60a34289774b08cb2846b37fa07157c896ca4d390782ef5199b37c8e01a859f2b24578ea88a31e5 SHA512 6e6b30c95188d3cf25984cb7047b98430e7e37253cc47bc967f191ac8a21bb466b34f7cc5da4b8b86bcff1c7958d4e66b221c4c9b4c0e80b885c54601cb96916
+EBUILD xfd-1.1.3.ebuild 433 BLAKE2B 3bea9680aea249b5ee5044a6680935c1c695fbe39b8ebecd6552dea3e5c8fae49a6aad82c3b056164df13518ba3ea1ee3a7d9f87d2bc4be3fc5798fe59a08106 SHA512 4b9518991a5010617ef95abd2710d397b6d4fadad6921fe67f4ed18041892045977a0d22107af3824134da2ac46bd4f96d22b896f488f77ffc015816ff07b0ab
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xfd/xfd-1.1.3.ebuild b/x11-apps/xfd/xfd-1.1.3.ebuild
new file mode 100644
index 000000000000..1cc884518a97
--- /dev/null
+++ b/x11-apps/xfd/xfd-1.1.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="X.Org xfd application"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND="media-libs/freetype:2
+ media-libs/fontconfig
+ x11-libs/libXft
+ x11-libs/libXt
+ x11-libs/libXmu
+ x11-libs/libXrender
+ x11-libs/libXaw"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/gettext"