40 lines
1.2 KiB
Bash
40 lines
1.2 KiB
Bash
# Template file for 'cinnamon-desktop'
|
|
pkgname=cinnamon-desktop
|
|
version=3.6.2
|
|
revision=1
|
|
short_desc="Library with common API for various Cinnamon modules"
|
|
build_style=gnu-configure
|
|
configure_args=" --disable-static"
|
|
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
|
gettext-devel glib-devel intltool"
|
|
makedepends="gdk-pixbuf-devel gtk+3-devel libXrandr-devel xkeyboard-config
|
|
libxkbfile-devel pulseaudio-devel pam-devel accountsservice-devel"
|
|
depends="xkeyboard-config"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="http://cinnamon.linuxmint.com/"
|
|
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=76b053eea02c61df22d35ccec6ba83de25246b794cbc024dce636dcb1e74c812
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default="gir"
|
|
fi
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
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
|
|
if [ "$build_option_gir" ]; then
|
|
vmove usr/share/gir-1.0
|
|
fi
|
|
}
|
|
}
|