gnome-extra/cinnamon-menus: add 6.6.0

Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com>
Part-of: https://github.com/gentoo/gentoo/pull/45857
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Matthew S. Turnbull
2026-01-28 00:05:07 -05:00
committed by Sam James
parent 1ce39c3072
commit 487749201d
2 changed files with 37 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST cinnamon-menus-6.4.0.tar.gz 96524 BLAKE2B 3e37d078861eba9ce6144c788e43d0f314e5996c0cc03fbadec0dad78a1221a618880ddecfa620248d3d79da73e63feb3d610fc5fef3e0aa3bbb6af87e337152 SHA512 6e991203148c8bfacded8bdcb6f2a2317bdcd1663df49dac21241a7ad439cd331e576bb5e8ceae65ec9c254f43b0d6340c2e873216f582731e94c28f90625b15
DIST cinnamon-menus-6.6.0.tar.gz 96541 BLAKE2B 845d13a47ae50be453d30346aa5c523e976ae583b04d427c2f6330cd02714fdd729fcb965c6df87f107976c53baa7809e3fbf9973e4f188e13a01025b5730817 SHA512 65402ac018ca4dfd5d7b26808dc665916564b2d2dcac72a8b57125e903bd95c1ecf4c35efb8088fcffd5fab3f394e85d3643816fae4e055d85a3f9622148b756

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson xdg
DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/cinnamon-menus"
SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="gtk-doc"
RDEPEND="
>=dev-libs/glib-2.29.15:2
>=dev-libs/gobject-introspection-1.82.0-r2:=
"
DEPEND="
${RDEPEND}
"
BDEPEND="
sys-devel/gettext
virtual/pkgconfig
gtk-doc? ( dev-util/gtk-doc )
"
src_configure() {
local emesonargs=(
$(meson_use gtk-doc enable_docs)
)
meson_src_configure
}