-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnome-extra/gnome-tweaks: add 46.1-r1
- Loading branch information
1 parent
3491f6a
commit db17fa7
Showing
4 changed files
with
77 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST gnome-tweaks-45.2.tar.xz 738788 BLAKE2B 55c0cc91d137dab1d39701660e6be987b87957601c9c315599eac4b0d4e478a7c07bd0fe24d8ce72a7c3224c6a466dcdd5608adde28527b3ff31865c90399b3a SHA512 b07d99f53de990de04f1d2aefed932633253cb2584d719bdd7bb197e431d622e777f911bc3f454a336e0fce3bf93a8ae55744b09e99e9f014d244bf82e5118f9 | ||
DIST gnome-tweaks-46.1.tar.xz 691844 BLAKE2B ffb2522139bb96a48aacaedd713d3bd8c3e2fc87416e6ca66e71d856996364e32cc2417ab71119903f175e42c060fb46405aaf47fd34222cc4b853cfb82bac84 SHA512 8e167a84cc2eb700fe098cf7221bb3f8a3cc039826e1267e5585b5362862e4626dea3c84dfb8ccc9d08b34d2894422ca8505623148415116423738d2c07956f3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
PYTHON_COMPAT=( python3_{10..12} ) | ||
|
||
inherit gnome.org gnome2-utils meson python-single-r1 xdg | ||
|
||
DESCRIPTION="Customize advanced GNOME options" | ||
HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-tweaks" | ||
|
||
LICENSE="GPL-3+ CC0-1.0" | ||
SLOT="0" | ||
|
||
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" | ||
|
||
IUSE="gnome-shell" | ||
REQUIRED_USE="${PYTHON_REQUIRED_USE}" | ||
|
||
DEPEND="${PYTHON_DEPS}" | ||
# See README.md for list of deps | ||
RDEPEND="${DEPEND} | ||
$(python_gen_cond_dep ' | ||
>=dev-python/pygobject-3.46.0:3[${PYTHON_USEDEP}] | ||
') | ||
>=gnome-base/gnome-settings-daemon-3 | ||
x11-themes/sound-theme-freedesktop | ||
>=dev-libs/glib-2.78:2 | ||
>=dev-libs/gobject-introspection-1.78.0 | ||
>=gui-libs/gtk-4.10.0:4[introspection] | ||
>=gui-libs/libadwaita-1.4.0:1[introspection] | ||
>=dev-libs/libgudev-238[introspection] | ||
gnome-base/gnome-desktop:4 | ||
x11-libs/libnotify[introspection] | ||
x11-libs/pango[introspection] | ||
>=gnome-base/gsettings-desktop-schemas-46.0[introspection] | ||
gnome-shell? ( | ||
>=gnome-base/gnome-shell-3.24 | ||
x11-wm/mutter ) | ||
" | ||
BDEPEND=">=sys-devel/gettext-0.19.8" | ||
|
||
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
BDEPEND=>=sys-devel/gettext-0.19.8 app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array | ||
DEFINED_PHASES=compile configure install postinst postrm preinst setup test | ||
DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) | ||
DESCRIPTION=Customize advanced GNOME options | ||
EAPI=8 | ||
HOMEPAGE=https://gitlab.gnome.org/GNOME/gnome-tweaks | ||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info | ||
INHERIT=gnome.org gnome2-utils meson python-single-r1 xdg | ||
IUSE=gnome-shell python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 | ||
KEYWORDS=amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 | ||
LICENSE=GPL-3+ CC0-1.0 | ||
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_10? ( >=dev-python/pygobject-3.46.0:3[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/pygobject-3.46.0:3[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pygobject-3.46.0:3[python_targets_python3_12(-)] ) >=gnome-base/gnome-settings-daemon-3 x11-themes/sound-theme-freedesktop >=dev-libs/glib-2.78:2 >=dev-libs/gobject-introspection-1.78.0 >=gui-libs/gtk-4.10.0:4[introspection] >=gui-libs/libadwaita-1.4.0:1[introspection] >=dev-libs/libgudev-238[introspection] gnome-base/gnome-desktop:4 x11-libs/libnotify[introspection] x11-libs/pango[introspection] >=gnome-base/gsettings-desktop-schemas-46.0[introspection] gnome-shell? ( >=gnome-base/gnome-shell-3.24 x11-wm/mutter ) | ||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) | ||
SLOT=0 | ||
SRC_URI=mirror://gnome/sources/gnome-tweaks/46/gnome-tweaks-46.1.tar.xz | ||
_eclasses_=gnome.org e1b4f392dbfedfb8974b71b017937f08 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 meson 99466844dd8d4fcfb07578a76f5a9922 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 xdg 3ef49a87c52c8b77c476351195dfe575 | ||
_md5_=e2115d80083d7c6e58ce8f02889b4e19 |