commit: 83765e09211012e105c0bd84799e7e66f6c5d3c2
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu May 29 08:48:05 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri May 30 07:41:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83765e09
x11-misc/alacarte: add 3.56.0
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-misc/alacarte/Manifest | 1 +
x11-misc/alacarte/alacarte-3.56.0.ebuild | 35 ++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/x11-misc/alacarte/Manifest b/x11-misc/alacarte/Manifest
index facb332bcae4..8eaacac14d40 100644
--- a/x11-misc/alacarte/Manifest
+++ b/x11-misc/alacarte/Manifest
@@ -1 +1,2 @@
DIST alacarte-3.52.0.tar.xz 255700 BLAKE2B
8a59c5ccd1ba8ee892aee39625ecd56c4cf9500b104f943775bef613a4d8f6ef50cdce1d436a1f2c95268864ab43a72f8e182a2e15f47b3980193c887e91f8c2
SHA512
711166b1d772483be1ca3044f9402ec62dd6bb9c09b71b09944886bac91a72fe9838a60a4cf24649dce33148844b586446c17954129c6bc7aaa3096ba01e1463
+DIST alacarte-3.56.0.tar.xz 261904 BLAKE2B
b75394e677b884ad7178474894ef80b7a1883ce3ffc41d8a38f6c18267011c2bc7ef21cb54ee1f867dd2c2422c18307a07a607bb6e73086d46b513adcce3c917
SHA512
cfc316222a679b39e58376f12a725ecbf54c92dd422c54469facff367b41b2fa2d1777d5c4741d983ff18b0b39a556a214a00126c5983a8ba7909f1bc19a768d
diff --git a/x11-misc/alacarte/alacarte-3.56.0.ebuild
b/x11-misc/alacarte/alacarte-3.56.0.ebuild
new file mode 100644
index 000000000000..611c1f089f90
--- /dev/null
+++ b/x11-misc/alacarte/alacarte-3.56.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Simple GNOME menu editor"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/alacarte"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]')
+ >=gnome-base/gnome-menus-3.5.3:3[introspection]
+"
+RDEPEND="${DEPEND}
+ x11-libs/gdk-pixbuf:2[introspection]
+ x11-libs/gtk+:3[introspection]
+"
+BDEPEND="
+ >=sys-devel/gettext-0.22
+ virtual/pkgconfig
+"
+
+src_install() {
+ gnome2_src_install
+ python_optimize
+}