26 lines
791 B
Bash
26 lines
791 B
Bash
# Template file for 'cinnamon-menus'
|
|
pkgname=cinnamon-menus
|
|
version=5.8.0
|
|
revision=1
|
|
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=99c4336ea5d87f01cbf19b40c8200dde933aebd73fe87b83cc11361bea5b6626
|
|
|
|
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
|
|
}
|
|
}
|