mash: update to 0.2.0.
This commit is contained in:
parent
583528c0ad
commit
9060efe18d
|
@ -8,7 +8,6 @@ long_desc="${long_desc}
|
|||
Add_dependency run clutter-devel
|
||||
Add_dependency run mash ">=${version}"
|
||||
|
||||
revision=1
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'mash'
|
||||
pkgname=mash
|
||||
version=0.1.0
|
||||
revision=1
|
||||
version=0.2.0
|
||||
distfiles="http://www.clutter-project.org/sources/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-introspection --disable-static"
|
||||
|
@ -9,7 +8,7 @@ short_desc="A small library for using 3D models within a Clutter scene"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.clutter-project.org"
|
||||
license="LGPL-2.1"
|
||||
checksum=81f4b01d5661010dd742d4a82f9af4555624601ba3fb4e0780cfe2b34c13c24f
|
||||
checksum=7a761e270ac15d2afdf4915a18f41d4855adde35c18ce3c75d294dae5056920a
|
||||
long_desc="
|
||||
Mash is a small library for using real 3D models within a Clutter
|
||||
scene. Models can be exported from Blender or other 3D modelling
|
||||
|
|
Loading…
Reference in New Issue