From 418459f7de9eb29d6db8b61681f39c467d9600e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 8 Oct 2023 18:03:40 +0100 Subject: gentoo auto-resync : 08:10:2023 - 18:03:40 --- x11-misc/Manifest.gz | Bin 47015 -> 47011 bytes x11-misc/alacarte/Manifest | 2 ++ x11-misc/alacarte/alacarte-3.50.0.ebuild | 35 +++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 x11-misc/alacarte/alacarte-3.50.0.ebuild (limited to 'x11-misc') diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz index cc69bbf65554..f7a11692a948 100644 Binary files a/x11-misc/Manifest.gz and b/x11-misc/Manifest.gz differ diff --git a/x11-misc/alacarte/Manifest b/x11-misc/alacarte/Manifest index 4cf076fd7790..2848ca28155b 100644 --- a/x11-misc/alacarte/Manifest +++ b/x11-misc/alacarte/Manifest @@ -1,3 +1,5 @@ DIST alacarte-3.44.3.tar.xz 248692 BLAKE2B bb418aebb595935028b5bec9b08b516d90c6488ef4201b184f51420c5918f986d3dda20c2eb8d7666bb3fa7d4249af59afb00777d93d5715ef54d604943ef952 SHA512 2e10b79527b3343379f7b58efa9ae3a4428d05fee11279ae95e0514712ec97489b1152cabcdf2abcaa3d1e396218e2708b0c47e20e6e55e2d34b848e7e2d9ee2 +DIST alacarte-3.50.0.tar.xz 255404 BLAKE2B c22aeb83f707e4860c9a84311da2bf87e79db8b8859b8c45d5c1d0f6ead896f15b83cd112ac248fbb83b2bf839afbc90d2a24685c767ebaaaa850dfab8b26d35 SHA512 12578c35e8e68c83b46d81edc59444a92dc672a4a91bb4b443bbc0b26d94a3badf5598602dfc62dfbbabce7e3392c081c39055a201d60d4813b23e061014ee17 EBUILD alacarte-3.44.3.ebuild 763 BLAKE2B 9a8a508497991bd14874cdd1ac7376522415c999ca50943dbdd6456bea9778dfe5dfc413c9a1d79de76c9d1d30ac76ebf0f3fe0b9a89013a67ae260ed2aed673 SHA512 a7ae155d2d717964c2d67147c5aeba9837928528bcd7c348e8bef4f078a0510810257beff01668a22c24e88172df2f226c49b5e6cb124c133a106ee6ec5a788e +EBUILD alacarte-3.50.0.ebuild 765 BLAKE2B 31697f390379093ff3b366534da9d0fdb10eb4ae6ed02556d332246b3e9d1aca529c837b2fbef1578547877b1111c5d92264176d3fb5cd6b0aafad68da492ade SHA512 152cfc64f66d06d53882115669831145a5f448a7eccc5e96dfadc814871915c775db4eabb8c6d53ead0b7011d974ec96e441c12db96ddece7a565844bdc798a6 MISC metadata.xml 349 BLAKE2B ae2cfe74f06d4c6aa4143f187cd3ed6934e6e131e4a997330c9d6ca11a2cd45b2835ef2b1bfab8570e5554fcce81237b025fc0683a74eaf62076e7c4f2cd2914 SHA512 7426942c020db80792d9d382763a005dc0956e6f7c02bb0e3a58e56cb69c37ce643da77524ac7273b8302bb0efb2e2c80dbb621d06809a7091395756e0f0cd06 diff --git a/x11-misc/alacarte/alacarte-3.50.0.ebuild b/x11-misc/alacarte/alacarte-3.50.0.ebuild new file mode 100644 index 000000000000..e37452553a19 --- /dev/null +++ b/x11-misc/alacarte/alacarte-3.50.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{10..12} ) +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 ~ia64 ~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.19.8 + virtual/pkgconfig +" + +src_install() { + gnome2_src_install + python_optimize +} -- cgit v1.2.3