commit:     0ef117408d753a4407db69f0b84d7edeb175169e
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 27 21:58:52 2025 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Mar 27 22:07:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef11740

x11-themes/arc-theme: Drop old 20210412, 20220223, 20220405

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 x11-themes/arc-theme/Manifest                  |   4 -
 x11-themes/arc-theme/arc-theme-20210412.ebuild | 106 -------------------------
 x11-themes/arc-theme/arc-theme-20220223.ebuild |  78 ------------------
 x11-themes/arc-theme/arc-theme-20220405.ebuild |  78 ------------------
 x11-themes/arc-theme/files/pre-rendered.ini    |   3 -
 x11-themes/arc-theme/metadata.xml              |   3 +-
 6 files changed, 1 insertion(+), 271 deletions(-)

diff --git a/x11-themes/arc-theme/Manifest b/x11-themes/arc-theme/Manifest
index 19487619d628..2ab72aad1269 100644
--- a/x11-themes/arc-theme/Manifest
+++ b/x11-themes/arc-theme/Manifest
@@ -1,5 +1 @@
-DIST arc-theme-20210412-pngs.tar.xz 159340 BLAKE2B 
40027335b8b44ae38bfadfa52e08858cf09646ed9c3e2fcddece8959d2f35845c4924002f36cea65cb27ecf61fdb3dffbf0d5c01024c34d16c31e21bf69b5a72
 SHA512 
85bdcd1fb81a5c33b479123bad178b1833a95ecf09310fa3b754c25f753ec10a7cada14983014b090c4a86d7a8497ac881fee9576737be29f4f772ccb59a8f1e
-DIST arc-theme-20210412.tar.xz 257248 BLAKE2B 
c525c3632670d8aa6b640baa8b3dddca6c5dd5f087734604c68d9140f810fc595f73db06f93b6193ba1c59a8cd85b87f5f6fda9777940adf36f3c436a8426810
 SHA512 
d3064546301e013a1e5a8db735346d74c73f37cbf808b7afeee6f88c820cea58ba6458fa63e1213377cdd33c8347167242e6f8f1eacf85ce212f3b2508c0bb80
-DIST arc-theme-20220223.tar.xz 343044 BLAKE2B 
7bdd3689eae270a97d5405c2eaf523b9d81284c1860d39de5f46a7c32d75dd24f745a5264d76625c08c2185ad87e65a99e93d39be753dc0304a86daa863df3cd
 SHA512 
33a0e73e9951fcfe74f80af5e1449df23a5564d11a26b930cbc17b0f74887aedf2634579da1e0484e22465422f62559c801dbcd35221fbb7b7fc783671103aa4
-DIST arc-theme-20220405.tar.xz 346512 BLAKE2B 
49a25b302e6641b5234f0d3e4bddda84eb0136333b3c513dc9ca08be9b966c75c299289390cdd64c62bdeeed9f457ff01524b2da95029c78b32c3603aaff23c8
 SHA512 
16655b822548820945c5fd3c0bb809d1e55db887c3b5c5309f4acd82c4dd7dd8255d246d86025231c73a303e647bb61c7f9cdc63a04f813cfb79fadf27dec204
 DIST arc-theme-20221218.tar.xz 349456 BLAKE2B 
26a8b6728c0c6d00568ea7804f6c73215f68baf756e20f71f093f3108a87a8d0a250b4fd8b8fb4d30feeb9ea8c936e00b4d80c978787a844cb53edbee33b6a90
 SHA512 
5a84b717de022c673c6af260381542365550f629f43ae99c7ab8b22b4c09024403a1bc06279b40d3560e86d9810683c2e8337799a4cc67ef7aeb93223b5f56a1

diff --git a/x11-themes/arc-theme/arc-theme-20210412.ebuild 
b/x11-themes/arc-theme/arc-theme-20210412.ebuild
deleted file mode 100644
index b3cd55452014..000000000000
--- a/x11-themes/arc-theme/arc-theme-20210412.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# USE="-* gtk2 gtk3 xfce" ebuild ${P}.ebuild clean compile
-# cd $(portageq envvar PORTAGE_TMPDIR)/portage/x11-themes/${P}/work
-# find ${P}-build/ -name "*.png" | xargs tar Jcvf 
/usr/portage/distfiles/${P}-pngs.tar.xz --owner=root --group=root
-
-inherit meson toolchain-funcs
-
-DESCRIPTION="A flat theme with transparent elements for GTK+3, GTK+2 and GNOME 
Shell"
-HOMEPAGE="https://github.com/jnsh/arc-theme";
-SRC_URI="https://github.com/jnsh/${PN}/releases/download/${PV}/arc-theme-${PV}.tar.xz
-       pre-rendered? ( 
https://dev.gentoo.org/~chewi/distfiles/${P}-pngs.tar.xz )"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-IUSE="cinnamon gnome-shell +gtk2 +gtk3 mate +pre-rendered xfce"
-
-SASSC_DEPEND="
-       dev-lang/sassc
-"
-
-SVG_DEPEND="
-       !pre-rendered? (
-               media-gfx/inkscape
-               media-gfx/optipng
-       )
-"
-
-# Supports various GTK+3, GNOME Shell, and Cinnamon versions and uses
-# pkg-config to determine which set of files to build. Updates will
-# therefore break existing installs but there's no way around this. At
-# least GTK+3 is unlikely to see a release beyond 3.24.
-BDEPEND="
-       >=dev-build/meson-0.56.0
-       cinnamon? (
-               ${SASSC_DEPEND}
-               gnome-extra/cinnamon
-       )
-       gnome-shell? (
-               ${SASSC_DEPEND}
-               >=gnome-base/gnome-shell-3.18
-       )
-       gtk2? (
-               ${SVG_DEPEND}
-       )
-       gtk3? (
-               ${SASSC_DEPEND}
-               ${SVG_DEPEND}
-               virtual/pkgconfig
-               =x11-libs/gtk+-3.24*:3
-       )
-       xfce? (
-               ${SVG_DEPEND}
-       )
-"
-
-# gnome-themes-standard is only needed by GTK+2 for the Adwaita
-# engine. This engine is built into GTK+3.
-RDEPEND="
-       gtk2? (
-               x11-themes/gnome-themes-standard
-               x11-themes/gtk-engines-murrine
-       )
-"
-
-src_configure() {
-       local themes=$(
-               printf "%s," \
-               $(usev cinnamon) \
-               $(usev gnome-shell) \
-               $(usev gtk2) \
-               $(usev gtk3) \
-               $(usex mate metacity "") \
-               $(usex xfce xfwm "")
-       )
-
-       local emesonargs=(
-               -Dthemes="${themes%,}"
-               -Dgtk3_version=3.24
-       )
-
-       if use pre-rendered; then
-               emesonargs+=(
-                       $(if tc-is-cross-compiler; then
-                                 echo --cross-file
-                         else
-                                 echo --native-file
-                         fi)
-                       "${FILESDIR}"/pre-rendered.ini
-               )
-       fi
-
-       meson_src_configure
-}
-
-src_compile() {
-       # fontconfig issue?
-       # https://bugs.gentoo.org/666418#c28
-       use pre-rendered ||
-               addpredict "${BROOT}"/usr/share/inkscape/fonts/.uuid.TMP-XXXXXX
-
-       meson_src_compile
-}

diff --git a/x11-themes/arc-theme/arc-theme-20220223.ebuild 
b/x11-themes/arc-theme/arc-theme-20220223.ebuild
deleted file mode 100644
index e022022946b8..000000000000
--- a/x11-themes/arc-theme/arc-theme-20220223.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit meson python-any-r1
-
-DESCRIPTION="A flat theme with transparent elements for GTK 2/3/4 and GNOME 
Shell"
-HOMEPAGE="https://github.com/jnsh/arc-theme";
-SRC_URI="https://github.com/jnsh/${PN}/releases/download/${PV}/arc-theme-${PV}.tar.xz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="cinnamon gnome-shell +gtk2 +gtk3 +gtk4 mate +transparency xfce"
-
-GLIB_DEPEND="dev-libs/glib"
-SASSC_DEPEND="dev-lang/sassc"
-
-# Supports various GTK, GNOME Shell, and Cinnamon versions and uses
-# --version option for gnome-shell and cinnamon to determine which set of 
files to build.
-# Updates will therefore break existing installs but there's no way around 
this.
-BDEPEND="
-       ${PYTHON_DEPS}
-       >=dev-build/meson-0.56.0
-       cinnamon? (
-               ${SASSC_DEPEND}
-               gnome-extra/cinnamon
-       )
-       gnome-shell? (
-               ${GLIB_DEPEND}
-               ${SASSC_DEPEND}
-               >=gnome-base/gnome-shell-3.28
-       )
-       gtk3? (
-               ${GLIB_DEPEND}
-               ${SASSC_DEPEND}
-       )
-       gtk4? (
-               ${GLIB_DEPEND}
-               ${SASSC_DEPEND}
-       )
-"
-
-# gnome-themes-standard is only needed by GTK+2 for the Adwaita
-# engine. This engine is built into GTK+3.
-RDEPEND="
-       gtk2? (
-               x11-themes/gnome-themes-standard
-               x11-themes/gtk-engines-murrine
-       )
-"
-
-src_configure() {
-       # Cinnamon still uses metacity themes for its window manager.
-       # so we enable metacity theme too if USE=cinnamon
-       # but only enable metacity if USE=mate
-       local themes=$(
-               printf "%s," \
-               $(usev cinnamon "cinnamon metacity") \
-               $(usev gnome-shell) \
-               $(usev gtk2) \
-               $(usev gtk3) \
-               $(usev gtk4) \
-               $(! use cinnamon && usev mate metacity) \
-               $(usev xfce xfwm)
-       )
-
-       local emesonargs=(
-               -Dthemes="${themes%,}"
-               $(meson_use gnome-shell gnome_shell_gresource)
-               $(meson_use transparency)
-       )
-
-       meson_src_configure
-}

diff --git a/x11-themes/arc-theme/arc-theme-20220405.ebuild 
b/x11-themes/arc-theme/arc-theme-20220405.ebuild
deleted file mode 100644
index e022022946b8..000000000000
--- a/x11-themes/arc-theme/arc-theme-20220405.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit meson python-any-r1
-
-DESCRIPTION="A flat theme with transparent elements for GTK 2/3/4 and GNOME 
Shell"
-HOMEPAGE="https://github.com/jnsh/arc-theme";
-SRC_URI="https://github.com/jnsh/${PN}/releases/download/${PV}/arc-theme-${PV}.tar.xz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="cinnamon gnome-shell +gtk2 +gtk3 +gtk4 mate +transparency xfce"
-
-GLIB_DEPEND="dev-libs/glib"
-SASSC_DEPEND="dev-lang/sassc"
-
-# Supports various GTK, GNOME Shell, and Cinnamon versions and uses
-# --version option for gnome-shell and cinnamon to determine which set of 
files to build.
-# Updates will therefore break existing installs but there's no way around 
this.
-BDEPEND="
-       ${PYTHON_DEPS}
-       >=dev-build/meson-0.56.0
-       cinnamon? (
-               ${SASSC_DEPEND}
-               gnome-extra/cinnamon
-       )
-       gnome-shell? (
-               ${GLIB_DEPEND}
-               ${SASSC_DEPEND}
-               >=gnome-base/gnome-shell-3.28
-       )
-       gtk3? (
-               ${GLIB_DEPEND}
-               ${SASSC_DEPEND}
-       )
-       gtk4? (
-               ${GLIB_DEPEND}
-               ${SASSC_DEPEND}
-       )
-"
-
-# gnome-themes-standard is only needed by GTK+2 for the Adwaita
-# engine. This engine is built into GTK+3.
-RDEPEND="
-       gtk2? (
-               x11-themes/gnome-themes-standard
-               x11-themes/gtk-engines-murrine
-       )
-"
-
-src_configure() {
-       # Cinnamon still uses metacity themes for its window manager.
-       # so we enable metacity theme too if USE=cinnamon
-       # but only enable metacity if USE=mate
-       local themes=$(
-               printf "%s," \
-               $(usev cinnamon "cinnamon metacity") \
-               $(usev gnome-shell) \
-               $(usev gtk2) \
-               $(usev gtk3) \
-               $(usev gtk4) \
-               $(! use cinnamon && usev mate metacity) \
-               $(usev xfce xfwm)
-       )
-
-       local emesonargs=(
-               -Dthemes="${themes%,}"
-               $(meson_use gnome-shell gnome_shell_gresource)
-               $(meson_use transparency)
-       )
-
-       meson_src_configure
-}

diff --git a/x11-themes/arc-theme/files/pre-rendered.ini 
b/x11-themes/arc-theme/files/pre-rendered.ini
deleted file mode 100644
index cf3b5771c2df..000000000000
--- a/x11-themes/arc-theme/files/pre-rendered.ini
+++ /dev/null
@@ -1,3 +0,0 @@
-[binaries]
-inkscape = 'true'
-optipng = 'true'

diff --git a/x11-themes/arc-theme/metadata.xml 
b/x11-themes/arc-theme/metadata.xml
index 29a9298fffd4..8ccf3d74b8dd 100644
--- a/x11-themes/arc-theme/metadata.xml
+++ b/x11-themes/arc-theme/metadata.xml
@@ -15,8 +15,7 @@
                <flag name="gtk4">Install GTK+4 theme</flag>
                <flag name="mate">Install Metacity theme for 
<pkg>mate-base/mate</pkg></flag>
                <flag name="gnome-shell">Install theme for 
<pkg>gnome-base/gnome-shell</pkg></flag>
-               <flag name="pre-rendered" 
restrict="&lt;x11-themes/arc-theme-20220105">Avoid 
<pkg>media-gfx/inkscape</pkg> and <pkg>media-gfx/optipng</pkg> dependencies by 
using pre-rendered PNGs</flag>
-               <flag name="transparency" 
restrict="&gt;=x11-themes/arc-theme-20220105">Enable transparency</flag>
+               <flag name="transparency">Enable transparency</flag>
                <flag name="xfce">Install theme for 
<pkg>xfce-base/xfwm4</pkg></flag>
        </use>
 </pkgmetadata>

Reply via email to