Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-theme/
Date: Sat, 26 Feb 2022 23:35:44
Message-Id: 1645918486.c8ea5fa65a7cbdb9f59ed77547d95392bbb29e9d.chewi@gentoo
1 commit: c8ea5fa65a7cbdb9f59ed77547d95392bbb29e9d
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 23:34:46 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 23:34:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ea5fa6
7
8 x11-themes/arc-theme: Version bump to 20220223
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 x11-themes/arc-theme/Manifest | 1 +
13 x11-themes/arc-theme/arc-theme-20220223.ebuild | 78 ++++++++++++++++++++++++++
14 2 files changed, 79 insertions(+)
15
16 diff --git a/x11-themes/arc-theme/Manifest b/x11-themes/arc-theme/Manifest
17 index 44994f18f5af..3fe23c70d9a0 100644
18 --- a/x11-themes/arc-theme/Manifest
19 +++ b/x11-themes/arc-theme/Manifest
20 @@ -3,3 +3,4 @@ DIST arc-theme-20210412.tar.xz 257248 BLAKE2B c525c3632670d8aa6b640baa8b3dddca6c
21 DIST arc-theme-20211018-pngs.tar.xz 160836 BLAKE2B 4c2882ce03724c7abd8d4db31da82355d28b792a16648e010eca033f77d3ad6da8f7026e2562249caa993f2e8549191b6ec8d4473fbcab084ae3d91c468956c5 SHA512 6ac7bf27ebc258d0e2c2102ed286ba196d6f9c8343e1885d77d8f29cda0f8c247926003bd8c40165e08b9b3987f8a2f82800d509b78dd598d2e7ff8bea964831
22 DIST arc-theme-20211018.tar.xz 271084 BLAKE2B dc8808a5c7a0444d5ac11fa213b99b9633691ad920a07820752974f98febd8bc112a34568c38d354558e7876182278603ab66ebf8e50aa51f5eba431bd6b3433 SHA512 da46efc0e38efb7f1d0cd9a5d2c4e8f00f3b8d408ec50c54d89ef67fc3bb5ea253b5fb890b0cb8e82cafebd44a599d0de2369272ed88da73dd979052b130bd55
23 DIST arc-theme-20220105.tar.xz 342432 BLAKE2B 37a4e196fbbe532e4f9036681770fb90843c8a4645b8218c471f2f5f68e7c0c07107a71698634a61553ba4f22f483a336b113ff6906fed48c0285a67321d0896 SHA512 dc2a1e1dad03fd187e8e571b752e52d73c7cbed24f3228f1782c4a4897b1085e2466f6f8373af32d650ad9835df3ad19a1206f3fa55d543115092aa46118e31f
24 +DIST arc-theme-20220223.tar.xz 343044 BLAKE2B 7bdd3689eae270a97d5405c2eaf523b9d81284c1860d39de5f46a7c32d75dd24f745a5264d76625c08c2185ad87e65a99e93d39be753dc0304a86daa863df3cd SHA512 33a0e73e9951fcfe74f80af5e1449df23a5564d11a26b930cbc17b0f74887aedf2634579da1e0484e22465422f62559c801dbcd35221fbb7b7fc783671103aa4
25
26 diff --git a/x11-themes/arc-theme/arc-theme-20220223.ebuild b/x11-themes/arc-theme/arc-theme-20220223.ebuild
27 new file mode 100644
28 index 000000000000..dddb29af6aa3
29 --- /dev/null
30 +++ b/x11-themes/arc-theme/arc-theme-20220223.ebuild
31 @@ -0,0 +1,78 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +
39 +inherit meson python-any-r1
40 +
41 +DESCRIPTION="A flat theme with transparent elements for GTK 2/3/4 and GNOME Shell"
42 +HOMEPAGE="https://github.com/jnsh/arc-theme"
43 +SRC_URI="https://github.com/jnsh/${PN}/releases/download/${PV}/arc-theme-${PV}.tar.xz"
44 +
45 +LICENSE="GPL-3"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
48 +IUSE="cinnamon gnome-shell +gtk2 +gtk3 +gtk4 mate +transparency xfce"
49 +
50 +GLIB_DEPEND="dev-libs/glib"
51 +SASSC_DEPEND="dev-lang/sassc"
52 +
53 +# Supports various GTK, GNOME Shell, and Cinnamon versions and uses
54 +# --version option for gnome-shell and cinnamon to determine which set of files to build.
55 +# Updates will therefore break existing installs but there's no way around this.
56 +BDEPEND="
57 + ${PYTHON_DEPS}
58 + >=dev-util/meson-0.56.0
59 + cinnamon? (
60 + ${SASSC_DEPEND}
61 + gnome-extra/cinnamon
62 + )
63 + gnome-shell? (
64 + ${GLIB_DEPEND}
65 + ${SASSC_DEPEND}
66 + >=gnome-base/gnome-shell-3.28
67 + )
68 + gtk3? (
69 + ${GLIB_DEPEND}
70 + ${SASSC_DEPEND}
71 + )
72 + gtk4? (
73 + ${GLIB_DEPEND}
74 + ${SASSC_DEPEND}
75 + )
76 +"
77 +
78 +# gnome-themes-standard is only needed by GTK+2 for the Adwaita
79 +# engine. This engine is built into GTK+3.
80 +RDEPEND="
81 + gtk2? (
82 + x11-themes/gnome-themes-standard
83 + x11-themes/gtk-engines-murrine
84 + )
85 +"
86 +
87 +src_configure() {
88 + # Cinnamon still uses metacity themes for its window manager.
89 + # so we enable metacity theme too if USE=cinnamon
90 + # but only enable metacity if USE=mate
91 + local themes=$(
92 + printf "%s," \
93 + $(usev cinnamon "cinnamon metacity") \
94 + $(usev gnome-shell) \
95 + $(usev gtk2) \
96 + $(usev gtk3) \
97 + $(usev gtk4) \
98 + $(! use cinnamon && usev mate metacity) \
99 + $(usev xfce xfwm)
100 + )
101 +
102 + local emesonargs=(
103 + -Dthemes="${themes%,}"
104 + $(meson_use gnome-shell gnome_shell_gresource)
105 + $(meson_use transparency)
106 + )
107 +
108 + meson_src_configure
109 +}