Gentoo Archives: gentoo-commits

From: Ryan Fox <flewkey@××××.party>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/foot/
Date: Tue, 30 Nov 2021 22:13:31
Message-Id: 1638310286.af60ecc6910596728251cb01f1c644ed18f687db.flewkey@gentoo
1 commit: af60ecc6910596728251cb01f1c644ed18f687db
2 Author: Ryan Fox <flewkey <AT> 2a03 <DOT> party>
3 AuthorDate: Tue Nov 30 22:11:26 2021 +0000
4 Commit: Ryan Fox <flewkey <AT> 2a03 <DOT> party>
5 CommitDate: Tue Nov 30 22:11:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af60ecc6
7
8 gui-apps/foot: Bump to 1.10.1
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Ryan Fox <flewkey <AT> 2a03.party>
12
13 gui-apps/foot/Manifest | 1 +
14 gui-apps/foot/{foot-9999.ebuild => foot-1.10.1.ebuild} | 5 +++--
15 gui-apps/foot/foot-9999.ebuild | 5 +++--
16 gui-apps/foot/metadata.xml | 1 +
17 4 files changed, 8 insertions(+), 4 deletions(-)
18
19 diff --git a/gui-apps/foot/Manifest b/gui-apps/foot/Manifest
20 index b0a5ee6ae..bc3063886 100644
21 --- a/gui-apps/foot/Manifest
22 +++ b/gui-apps/foot/Manifest
23 @@ -1,4 +1,5 @@
24 DIST foot-1.10.0.tar.gz 442267 BLAKE2B 3038b25a51c1084f5b80bb12a393b53f9c8036654a665d3ca06ca2b918a2152d27db523b5fa10f3c509a32dca9f95492d42cada6b76131cd23f84ec7b88dae0c SHA512 8578eaee5d6889cc2d76c09cb58b1848bd35064c82d18af46237cc3fe4b5d0b7f4236ee51ef6c91105910e85fb8739919b6f8b10016ae1bd5c642c85634be1e8
25 +DIST foot-1.10.1.tar.gz 443696 BLAKE2B 320d7d574a186cbbac4e5e3cde04164adee6a98e30b370045ea6576747a5ef3d721c20fa08c421a677be232e6a867941e6120ba561c9f1e893e332412ccbc0ab SHA512 26355a7a0bcf2f5ec0e7fb844fccda48bc04b31adae76a84c2513b9ba45e2fd22e9cdf64fa4d322952a56ec6d5ed38bbd39d86fade5f29d960a81737f9a984fc
26 DIST foot-1.7.1.tar.gz 390533 BLAKE2B 5eac8041ac5f46b71d8037550bcdd14899071e63fc4a9c6eabe2c44d336e3339e7dbf8b487ff79aa09a6f73378d1faca140fedbf864fdf641a0706c0b9c7912a SHA512 fa6961b24ef7929378c796a77547f509bc2ff319b3b546be8fad31dd02f2686771d2d4a0c72792746e004052fc032f180eb716cb45e2ebbf549859f1b7de7420
27 DIST foot-1.7.2.tar.gz 392748 BLAKE2B effd72665c553fbf3687fdb17776b264a775311503d974d12b5de4f4b7d1b835755824781a345f29f4866a33f449c61990830452bdca101952ff8c490e37b5f2 SHA512 2acb46daca5840b3a9fb0fc7055f9234618d7d6884ce74fee382f3904136a85f5c17f7119449fd7943dba2ccce2dde9a62d13a1b363ee234765b6ab65d95e19b
28 DIST foot-1.8.0.tar.gz 415924 BLAKE2B ec97a6b76f568770fd9011e2245aee9b96c8fc51fb11f022ce7cc8a40bae81d45172e5e435aeab4575a8123825481fe3537376ac700f7036ea4e7079a0844eac SHA512 eb0e0c1b29490f60b241259819bb2e7ab4b847e1d5a1fe70a31e893d8588e82f04f184d88a91e77222aba6fb9473f10e20461278535b6de4c2f3345440354583
29
30 diff --git a/gui-apps/foot/foot-9999.ebuild b/gui-apps/foot/foot-1.10.1.ebuild
31 similarity index 94%
32 copy from gui-apps/foot/foot-9999.ebuild
33 copy to gui-apps/foot/foot-1.10.1.ebuild
34 index e455c6e12..4c91677f7 100644
35 --- a/gui-apps/foot/foot-9999.ebuild
36 +++ b/gui-apps/foot/foot-1.10.1.ebuild
37 @@ -1,7 +1,7 @@
38 # Copyright 1999-2021 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 -EAPI=7
42 +EAPI=8
43
44 inherit meson xdg
45
46 @@ -18,7 +18,7 @@ DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
47 HOMEPAGE="https://codeberg.org/dnkl/foot"
48 LICENSE="MIT"
49 SLOT="0"
50 -IUSE="ime +grapheme-clustering"
51 +IUSE="ime +themes +grapheme-clustering"
52
53 DEPEND="
54 dev-libs/libutf8proc
55 @@ -46,6 +46,7 @@ BDEPEND="
56 src_configure() {
57 local emesonargs=(
58 $(meson_use ime)
59 + $(meson_use themes)
60 $(meson_feature grapheme-clustering)
61 "-Dterminfo=disabled"
62 "-Dwerror=false"
63
64 diff --git a/gui-apps/foot/foot-9999.ebuild b/gui-apps/foot/foot-9999.ebuild
65 index e455c6e12..4c91677f7 100644
66 --- a/gui-apps/foot/foot-9999.ebuild
67 +++ b/gui-apps/foot/foot-9999.ebuild
68 @@ -1,7 +1,7 @@
69 # Copyright 1999-2021 Gentoo Authors
70 # Distributed under the terms of the GNU General Public License v2
71
72 -EAPI=7
73 +EAPI=8
74
75 inherit meson xdg
76
77 @@ -18,7 +18,7 @@ DESCRIPTION="A fast, lightweight and minimalistic Wayland terminal emulator"
78 HOMEPAGE="https://codeberg.org/dnkl/foot"
79 LICENSE="MIT"
80 SLOT="0"
81 -IUSE="ime +grapheme-clustering"
82 +IUSE="ime +themes +grapheme-clustering"
83
84 DEPEND="
85 dev-libs/libutf8proc
86 @@ -46,6 +46,7 @@ BDEPEND="
87 src_configure() {
88 local emesonargs=(
89 $(meson_use ime)
90 + $(meson_use themes)
91 $(meson_feature grapheme-clustering)
92 "-Dterminfo=disabled"
93 "-Dwerror=false"
94
95 diff --git a/gui-apps/foot/metadata.xml b/gui-apps/foot/metadata.xml
96 index cb9b06845..1c4b6ed68 100644
97 --- a/gui-apps/foot/metadata.xml
98 +++ b/gui-apps/foot/metadata.xml
99 @@ -7,6 +7,7 @@
100 </maintainer>
101 <use>
102 <flag name="ime">Enable IME support</flag>
103 + <flag name="themes">Install example theme files</flag>
104 <flag name="grapheme-clustering">Enable grapheme clustering support</flag>
105 </use>
106 </pkgmetadata>