gjs: remove long_desc.
This commit is contained in:
parent
8a72d6cb6d
commit
4b9f1d64df
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gjs'
|
||||
pkgname=gjs
|
||||
version=1.38.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||
makedepends="libffi-devel libgirepository-devel dbus-glib-devel
|
||||
|
@ -12,10 +12,6 @@ license="MPL-1.1, LGPL-2.1, GPL-2"
|
|||
homepage="http://live.gnome.org/Gjs"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=6b2065a0e7bd1db562a70c5fd52ea2499097f1cf02c9c279d1b82b660bfb8176
|
||||
long_desc="
|
||||
Makes it possible for applications to use all of GNOME's platform libraries
|
||||
using the Javascript language. It's mainly based on the Mozilla javascript
|
||||
engine and the GObject introsepection framework."
|
||||
|
||||
gjs-devel_package() {
|
||||
depends="libgirepository-devel mozjs17-devel gjs>=${version}"
|
||||
|
|
Loading…
Reference in New Issue