29 lines
999 B
Bash
29 lines
999 B
Bash
# Template file for 'cinnamon-desktop'
|
|
pkgname=cinnamon-desktop
|
|
version=5.8.0
|
|
revision=2
|
|
build_style=meson
|
|
build_helper="gir"
|
|
configure_args="-Dalsa=true"
|
|
hostmakedepends="glib-devel gobject-introspection intltool pkg-config"
|
|
makedepends="accountsservice-devel gtk+3-devel libxkbfile-devel pam-devel
|
|
pulseaudio-devel alsa-lib-devel"
|
|
depends="xkeyboard-config"
|
|
short_desc="Library with common API for various Cinnamon modules"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
|
homepage="https://github.com/linuxmint/cinnamon-desktop"
|
|
distfiles="https://github.com/linuxmint/cinnamon-desktop/archive/${version}.tar.gz"
|
|
checksum=53080bd27527a8271d659e143a8d3b333d9b85efc82b77e571075f9cf8d3287c
|
|
|
|
cinnamon-desktop-devel_package() {
|
|
depends="gtk+3-devel libxkbfile-devel ${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
|
|
}
|
|
}
|