public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xfd/
@ 2019-03-10 20:43 Matt Turner
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner @ 2019-03-10 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     af8de8474636685a19a8d3ac3ff4212c54b222cf
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 20:41:03 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 20:43:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8de847

x11-apps/xfd: Version bump to 1.1.3

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/xfd/Manifest         |  1 +
 x11-apps/xfd/xfd-1.1.3.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/x11-apps/xfd/Manifest b/x11-apps/xfd/Manifest
index a72453c9178..b787f6ccd6b 100644
--- a/x11-apps/xfd/Manifest
+++ b/x11-apps/xfd/Manifest
@@ -1 +1,2 @@
 DIST xfd-1.1.2.tar.bz2 137632 BLAKE2B dc84377efc97a3ed84447560c05d180f22631dc0e88342d5ea306a954df1557bba17ce2492a0e498e145006b68d62408b4212597a07d9ea71711057aa33e198b SHA512 3a158f697dd40c5b650b3d80ad1692d668d9d9bcf586a437fd3dcebf9e8fffb773855df290260995464d5f36cb22e768d1d71de8e61d7cca80eaa4d25c029745
+DIST xfd-1.1.3.tar.bz2 141312 BLAKE2B 742b6a1fff10593252dc27aa352ac500d9a17952e0415de80ea265322cfff7ef2c4c2435005a82c12f1b50003920322cfa27dab3af30b60575d4ae7a1b20f787 SHA512 68e2d4ce5e24215353b6f3231191d69639c4dd90a703e03ccf152bbfe4012da071c387ba289f918fb0336a3be9ee49dc05cbec7273fa85f5e476ead7e10795f0

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 00000000000..1cc884518a9
--- /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"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xfd/
@ 2019-04-27 17:51 Matt Turner
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner @ 2019-04-27 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e5d9e560693884982c88d81be9aad857c1b6b108
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 17:50:44 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 17:51:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d9e560

x11-apps/xfd: Add missing depend on libxkbfile

New dependency in 1.1.3.

Closes: https://bugs.gentoo.org/684462
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/xfd/xfd-1.1.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-apps/xfd/xfd-1.1.3.ebuild b/x11-apps/xfd/xfd-1.1.3.ebuild
index 71c4c4b7264..cf18c0d780e 100644
--- a/x11-apps/xfd/xfd-1.1.3.ebuild
+++ b/x11-apps/xfd/xfd-1.1.3.ebuild
@@ -15,6 +15,7 @@ DEPEND="media-libs/freetype:2
 	x11-libs/libXt
 	x11-libs/libXmu
 	x11-libs/libXrender
-	x11-libs/libXaw"
+	x11-libs/libXaw
+	x11-libs/libxkbfile"
 RDEPEND="${DEPEND}"
 BDEPEND="sys-devel/gettext"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xfd/
@ 2022-12-03 23:49 Matt Turner
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner @ 2022-12-03 23:49 UTC (permalink / raw
  To: gentoo-commits

commit:     5c6c9e0d0968ee41e8ed183548eab9301f203602
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 23:32:40 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 23:49:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6c9e0d

x11-apps/xfd: Version bump to 1.1.4

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/xfd/Manifest         |  1 +
 x11-apps/xfd/xfd-1.1.4.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

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"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-apps/xfd/
@ 2022-12-27  5:58 Georgy Yakovlev
  0 siblings, 0 replies; 4+ messages in thread
From: Georgy Yakovlev @ 2022-12-27  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     1f9012fa12a107802096a250a3ad63965113f3a7
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 05:54:43 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 05:54:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9012fa

x11-apps/xfd: keyword 1.1.4 for ~arm64

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 x11-apps/xfd/xfd-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xfd/xfd-1.1.4.ebuild b/x11-apps/xfd/xfd-1.1.4.ebuild
index 7036c3e0b875..a604b0ce5168 100644
--- a/x11-apps/xfd/xfd-1.1.4.ebuild
+++ b/x11-apps/xfd/xfd-1.1.4.ebuild
@@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz"
 inherit xorg-3
 
 DESCRIPTION="X.Org xfd application"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
 	media-libs/fontconfig


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-27  5:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-27 17:51 [gentoo-commits] repo/gentoo:master commit in: x11-apps/xfd/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2022-12-27  5:58 Georgy Yakovlev
2022-12-03 23:49 Matt Turner
2019-03-10 20:43 Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox