26 lines
862 B
Text
26 lines
862 B
Text
# Template file for 'cinnamon-menus'
|
|
pkgname=cinnamon-menus
|
|
version=2.4.1
|
|
revision=1
|
|
short_desc="Cinnamon menu specifications"
|
|
build_style=gnu-configure
|
|
configure_args=" --disable-static"
|
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
|
makedepends="libglib-devel"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://cinnamon.linuxmint.com/"
|
|
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=7ab04bb668c80c3a1acccaa07f1b5d22023f397841735f4c4243c10cda717e5c
|
|
|
|
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
|
|
}
|
|
}
|
|
|