2013-12-15 12:01:40 +00:00
|
|
|
# Template file for 'cinnamon-desktop'
|
|
|
|
pkgname=cinnamon-desktop
|
2015-01-24 08:59:52 +00:00
|
|
|
version=2.4.2
|
|
|
|
revision=1
|
2013-12-15 12:01:40 +00:00
|
|
|
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
|
2015-01-24 08:59:52 +00:00
|
|
|
gettext-devel glib-devel intltool git"
|
2014-01-01 15:10:11 +00:00
|
|
|
makedepends="gdk-pixbuf-devel gtk+3-devel libXrandr-devel xkeyboard-config libxkbfile-devel"
|
|
|
|
depends="xkeyboard-config"
|
2013-12-29 16:48:49 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-12-15 12:01:40 +00:00
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://cinnamon.linuxmint.com/"
|
2015-01-24 08:59:52 +00:00
|
|
|
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
|
|
|
checksum=62e2ff4fad405f8d4e7259dbeb2daf65c6f8b9995f2bb1e595a7cc0c2a7f9e0a
|
2013-12-15 12:01:40 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
2015-01-24 08:59:52 +00:00
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2013-12-15 12:01:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
cinnamon-desktop-devel_package() {
|
2013-12-15 11:34:04 +00:00
|
|
|
depends="gtk+3-devel libxkbfile-devel ${sourcepkg}>=${version}_${revision}"
|
2013-12-15 12:01:40 +00:00
|
|
|
short_desc+=" - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove "usr/lib/*.so"
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-12-15 11:12:50 +00:00
|
|
|
vmove usr/share/gir-1.0
|
2013-12-15 12:01:40 +00:00
|
|
|
}
|
|
|
|
}
|