diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-11 01:41:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-11 01:41:34 -0500 |
| commit | fc39c62a8944e95c0ecccfc9781763822b23e66c (patch) | |
| tree | 11feafa0dbddccf6fcd9dabb290b0ce5faafec36 /x11-themes | |
| parent | 98068fb4a1502cade02134b1834439134ca4eed1 (diff) | |
| download | baldeagleos-repo-fc39c62a8944e95c0ecccfc9781763822b23e66c.tar.gz baldeagleos-repo-fc39c62a8944e95c0ecccfc9781763822b23e66c.tar.xz baldeagleos-repo-fc39c62a8944e95c0ecccfc9781763822b23e66c.zip | |
Adding metadata
Diffstat (limited to 'x11-themes')
| -rw-r--r-- | x11-themes/arc-theme/arc-theme-20221218-r1.ebuild | 4 | ||||
| -rw-r--r-- | x11-themes/arc-theme/files/arc-theme-20221218-meson-1.12.patch | 26 | ||||
| -rw-r--r-- | x11-themes/lxqt-themes/Manifest | 1 | ||||
| -rw-r--r-- | x11-themes/lxqt-themes/lxqt-themes-2.3.0.ebuild | 22 |
4 files changed, 30 insertions, 23 deletions
diff --git a/x11-themes/arc-theme/arc-theme-20221218-r1.ebuild b/x11-themes/arc-theme/arc-theme-20221218-r1.ebuild index f2d59c48701e..9ffb2ccd8acb 100644 --- a/x11-themes/arc-theme/arc-theme-20221218-r1.ebuild +++ b/x11-themes/arc-theme/arc-theme-20221218-r1.ebuild @@ -53,6 +53,10 @@ RDEPEND=" ) " +PATCHES=( + "${FILESDIR}"/${P}-meson-1.12.patch +) + src_configure() { # Cinnamon still uses metacity themes for its window manager. # so we enable metacity theme too if USE=cinnamon diff --git a/x11-themes/arc-theme/files/arc-theme-20221218-meson-1.12.patch b/x11-themes/arc-theme/files/arc-theme-20221218-meson-1.12.patch new file mode 100644 index 000000000000..85a375de22e2 --- /dev/null +++ b/x11-themes/arc-theme/files/arc-theme-20221218-meson-1.12.patch @@ -0,0 +1,26 @@ +From ff6f49f32de68ed0ec9405a1ed73e9e845c77b1c Mon Sep 17 00:00:00 2001 +From: Aaron Masover <amasover@gmail.com> +Date: Wed, 19 Aug 2026 23:47:53 -0600 +Subject: [PATCH] gnome-shell: exclude directories from gresource depend_files + +The find that collects gresource asset dependencies also prints the +three searched directories themselves. Meson 1.12 validates every +depend_files entry as an existing *file* (File.from_source_file uses +os.path.isfile), so configuring with -Dgnome_shell_gresource=true now +fails on the first entry: + + common/gnome-shell/meson.build:98:28: ERROR: File .../icons does not exist. + +Meson 1.11.2 and earlier did not validate these entries, which is why +the same tree configured fine before. Filter the find to exclude +directories. +--- a/common/gnome-shell/meson.build ++++ b/common/gnome-shell/meson.build +@@ -90,6 +90,7 @@ foreach variant : get_option('variants') + meson.current_source_dir() / gnome_shell_ver / 'icons', + meson.current_source_dir() / gnome_shell_ver / 'common-assets', + meson.current_source_dir() / gnome_shell_ver / variant + '-assets', ++ '-not', '-type', 'd', + check : true + ).stdout().split() + diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest index cdfb97559d86..acc1bdb0a7fd 100644 --- a/x11-themes/lxqt-themes/Manifest +++ b/x11-themes/lxqt-themes/Manifest @@ -1,2 +1 @@ -DIST lxqt-themes-2.3.0.tar.xz 27234452 BLAKE2B 47080d1e37baa8a9b55554352785f3ef086303666fa888591d18f4719767e406d63dfc494604648bede0c2c6e396656ac670069d2453c06a44163024902d9b18 SHA512 9959d1c4c4c92247e2b0622842b9d89db62b3d007d3988b85ed7ea97ea1baaa590d7b31cb298b5ea78889542b255d834e3de88b8af8b03259df4971164d99e5e DIST lxqt-themes-2.4.0.tar.xz 27241588 BLAKE2B f5f94cf338b3068253874d5e07dd4c7c1a3380510dfbaa2cc11029b338b3074dcdaf101273bf2fcc297dc23671a8bd5300fcd10f04262ddd4b3b70471e7a9f3e SHA512 7ad46258d4cc15c91a30a9a79df3494dd5ae09894251b15f53c8f40bacfeff889a8b6464cd2cc43603340a8198e8381670d806655ab53fe8f88a0d2902eb203f diff --git a/x11-themes/lxqt-themes/lxqt-themes-2.3.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-2.3.0.ebuild deleted file mode 100644 index 0ccf426fc0d4..000000000000 --- a/x11-themes/lxqt-themes/lxqt-themes-2.3.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="LXQt Themes" -HOMEPAGE="https://lxqt-project.org/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" -else - SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" - -BDEPEND=">=dev-util/lxqt-build-tools-2.3.0" |
