mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
gjs: remove long_desc.
This commit is contained in:
parent
8a72d6cb6d
commit
4b9f1d64df
1 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gjs'
|
# Template file for 'gjs'
|
||||||
pkgname=gjs
|
pkgname=gjs
|
||||||
version=1.38.1
|
version=1.38.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||||
makedepends="libffi-devel libgirepository-devel dbus-glib-devel
|
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"
|
homepage="http://live.gnome.org/Gjs"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=6b2065a0e7bd1db562a70c5fd52ea2499097f1cf02c9c279d1b82b660bfb8176
|
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() {
|
gjs-devel_package() {
|
||||||
depends="libgirepository-devel mozjs17-devel gjs>=${version}"
|
depends="libgirepository-devel mozjs17-devel gjs>=${version}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue