26 lines
791 B
Bash
26 lines
791 B
Bash
# Template file for 'cinnamon-menus'
|
|
pkgname=cinnamon-menus
|
|
version=6.4.0
|
|
revision=2
|
|
build_style=meson
|
|
build_helper=gir
|
|
hostmakedepends="glib-devel intltool pkg-config"
|
|
makedepends="libglib-devel"
|
|
short_desc="Cinnamon menu specifications"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
|
homepage="https://github.com/linuxmint/cinnamon-menus"
|
|
distfiles="https://github.com/linuxmint/cinnamon-menus/archive/${version}.tar.gz"
|
|
checksum=9cad5ac61900492f66c91810fd13bed9dc37b49ec0b9bbc0bbe9ebf48ee45452
|
|
|
|
cinnamon-menus-devel_package() {
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/gir-1.0
|
|
}
|
|
}
|