mash: remove long_desc.
This commit is contained in:
parent
e073cdc4ae
commit
1c0c8adfde
1 changed files with 1 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mash'
|
# Template file for 'mash'
|
||||||
pkgname=mash
|
pkgname=mash
|
||||||
version=0.2.0
|
version=0.2.0
|
||||||
revision=4
|
revision=5
|
||||||
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"
|
||||||
|
@ -13,11 +13,6 @@ homepage="http://www.clutter-project.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="https://github.com/downloads/clutter-project/mash/mash-${version}.tar.xz"
|
distfiles="https://github.com/downloads/clutter-project/mash/mash-${version}.tar.xz"
|
||||||
checksum=fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc
|
checksum=fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc
|
||||||
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
|
|
||||||
software as PLY files and then used as actors. It also supports a
|
|
||||||
lighting model with animatable lights."
|
|
||||||
|
|
||||||
mash-devel_package() {
|
mash-devel_package() {
|
||||||
depends="clutter-devel>=1.16 mash>=${version}_${revision}"
|
depends="clutter-devel>=1.16 mash>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue