mash: rebuild against cogl/clutter 1.16.
This commit is contained in:
parent
cbefd6b286
commit
0f38c709b5
1 changed files with 8 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'mash'
|
# Template file for 'mash'
|
||||||
pkgname=mash
|
pkgname=mash
|
||||||
version=0.2.0
|
version=0.2.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-introspection --disable-static"
|
configure_args="--enable-introspection --disable-static"
|
||||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||||
makedepends="clutter-devel>=1.12"
|
makedepends="clutter-devel>=1.16"
|
||||||
short_desc="A small library for using 3D models within a Clutter scene"
|
short_desc="A small library for using 3D models within a Clutter scene"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.clutter-project.org"
|
homepage="http://www.clutter-project.org"
|
||||||
|
@ -19,18 +19,20 @@ long_desc="
|
||||||
lighting model with animatable lights."
|
lighting model with animatable lights."
|
||||||
|
|
||||||
mash-devel_package() {
|
mash-devel_package() {
|
||||||
depends="clutter-devel>=1.12 mash>=${version}_${revision}"
|
depends="clutter-devel>=1.16 mash>=${version}_${revision}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
vmove "usr/share/gir-*"
|
vmove usr/share/gir-1.0
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mash_package() {
|
mash_package() {
|
||||||
|
depends="clutter>=1.16"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue