commit: 64f25237f3cdd9a1d67e308f9765e3fcb101b181 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Feb 17 13:02:35 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Mar 16 12:13:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f25237
gnome-extra/mousetweaks: EAPI8 bump Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/35392 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../mousetweaks/mousetweaks-3.32.0-r1.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnome-extra/mousetweaks/mousetweaks-3.32.0-r1.ebuild b/gnome-extra/mousetweaks/mousetweaks-3.32.0-r1.ebuild new file mode 100644 index 000000000000..65f06e3d4e44 --- /dev/null +++ b/gnome-extra/mousetweaks/mousetweaks-3.32.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome2 + +DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop" +HOMEPAGE="https://wiki.gnome.org/Projects/Mousetweaks" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + >=dev-libs/glib-2.25.9:2 + >=x11-libs/gtk+-3:3[X] + >=gnome-base/gsettings-desktop-schemas-0.1 + x11-libs/libX11 + x11-libs/libXtst + x11-libs/libXfixes + x11-libs/libXcursor +" +DEPEND="${RDEPEND}" +BDEPEND="dev-util/glib-utils + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +"
