testing/cinnamon-menus: new aport

This commit is contained in:
Achill Gilgenast 2026-04-08 16:55:34 +02:00
parent a790f1a0ca
commit 39a10a4c08

View File

@ -0,0 +1,33 @@
maintainer="Achill Gilgenast <achill@achill.org>"
pkgname=cinnamon-menus
pkgver=6.6.0
pkgrel=0
pkgdesc="Layout configuration files for the Cinnamon menu (fork of gnome-menus)"
url="https://github.com/linuxmint/cinnamon-menus"
arch="all"
license="GPL-2.0-or-later"
makedepends="
glib-dev
gobject-introspection-dev
meson
"
subpackages="$pkgname-dev"
source="https://github.com/linuxmint/cinnamon-menus/archive/$pkgver/cinnamon-menus-$pkgver.tar.gz"
build() {
abuild-meson \
output .
meson compile -C output
}
check() {
meson test --print-errorlogs -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
65402ac018ca4dfd5d7b26808dc665916564b2d2dcac72a8b57125e903bd95c1ecf4c35efb8088fcffd5fab3f394e85d3643816fae4e055d85a3f9622148b756 cinnamon-menus-6.6.0.tar.gz
"