Removed ebuild gnome-tweaks as unnecessary

master
nemofsan 5 months ago
parent a7ae07c31d
commit 80debb6f82

@ -1,3 +0,0 @@
AUX 42.0_beta-gentoo-cursor-themes.patch 633 BLAKE2B c4d7b38620eced5ac67e426e18042339bd938af8c5d8f66f5ce08b5fb51b2b0f7178a3a143d6c29776f3d3e62b7489e7856a8f59eb69292791cbdd4843a5a140 SHA512 16c32945a44b6bf81b4c3177a9d85e60a862d7fbaf024692be931b190702d8139708dc7d8211e4163190cb2f308f3c056e9d7839f02f305cd1c516eba127da39
DIST gnome-tweaks-42.beta.tar.bz2 261578 BLAKE2B a077e96cb09c807370af445a1f156d56301c0d55d1c04fc09a04f85146ed281752d00633195171855ba8ec1611e508069333a01e69ac356da6a27a7e22f5351b SHA512 bd1b7a21392f28bb6793e6435276e71fb4a38bf9603531d76c8612867c9619824c1b5653642bdf77f9d7575b78bb824737fe33825e79ed498785bd106a41ee9d
EBUILD gnome-tweaks-42.0_beta.ebuild 1493 BLAKE2B baf3be2109b52c8636bda5d738d49740d369ea997768f5054ac1a815778ad743b5204265ba384a94fb77fcc56a3b4151bd3654faa4269162da6b8ceb3673c357 SHA512 ec0dbb9fc294d936537c4d59bbe17cc9b0b704cc825b23e709c71cc9fe7ea6547c3bf02aa59c460b37237c67b894d9253673f7320c955f14bd814138a9cc7b8e

@ -1,11 +0,0 @@
--- a/gtweak/tweaks/tweak_group_appearance.py 2022-03-05 09:10:57.000000000 +0300
+++ b/gtweak/tweaks/tweak_group_appearance.py 2023-01-03 15:33:07.277041935 +0300
@@ -113,7 +113,7 @@ class CursorThemeSwitcher(GSettingsCombo
**options)
def _get_valid_cursor_themes(self):
- valid = walk_directories(get_resource_dirs("icons"), lambda d:
+ valid = walk_directories([os.path.join(gtweak.DATA_DIR, "cursors", "xorg-x11")] + get_resource_dirs("icons"), lambda d:
os.path.isdir(d) and \
os.path.exists(os.path.join(d, "cursors")))
return set(valid)

@ -1,63 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..11} )
inherit gnome.org gnome2-utils meson python-single-r1 xdg
SRC_URI="https://gitlab.gnome.org/GNOME/gnome-tweaks/-/archive/42.beta/gnome-tweaks-42.beta.tar.bz2"
DESCRIPTION="Customize advanced GNOME options"
HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks"
LICENSE="GPL-3+ CC0-1.0"
SLOT="0"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
DEPEND="${PYTHON_DEPS}"
# See README.md for list of deps
RDEPEND="${DEPEND}
$(python_gen_cond_dep '
>=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
')
>=gnome-base/gnome-settings-daemon-3
x11-themes/sound-theme-freedesktop
>=dev-libs/glib-2.58:2
>=x11-libs/gtk+-3.12:3[introspection]
>=gnome-base/gnome-desktop-3.30:3[introspection]
gui-libs/libhandy:1[introspection]
net-libs/libsoup:2.4[introspection]
x11-libs/libnotify[introspection]
>=gnome-base/gsettings-desktop-schemas-40.0
>=gnome-base/gnome-shell-3.24
x11-wm/mutter
"
BDEPEND=">=sys-devel/gettext-0.19.8"
PATCHES=(
"${FILESDIR}"/42.0_beta-gentoo-cursor-themes.patch # Add contents of Gentoo's cursor theme directory to cursor theme list
)
S="${WORKDIR}/gnome-tweaks-42.beta"
src_install() {
meson_src_install
python_optimize
python_fix_shebang "${ED}"/usr/bin/
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}

@ -2,4 +2,3 @@
~gnome-extra/gnome-shell-extension-dash-to-dock-84 amd64
~gnome-extra/gnome-shell-extension-just-perfection-26 amd64
~gnome-extra/gnome-shell-extension-legacy-theme-auto-switcher-5 amd64
~gnome-extra/gnome-tweaks-42.0_beta amd64

@ -1,2 +0,0 @@
~net-print/hplip-3.22.10 amd64
~net-print/hplip-plugin-3.22.10 amd64

@ -1 +1 @@
~x11-wm/mutter-43.4 amd64
~gnome-extra/gnome-tweaks-42_beta amd64

@ -3,5 +3,3 @@
# (colord-sane[...]: segfault, error 4 in libc.so.6)
=media-gfx/epsonscan2-6.6.42.0
# bug: the focus of the window is lost after switching the input method 'win + space'
=x11-wm/mutter-43.3

Loading…
Cancel
Save