gjs: update to 1.31.22.

This commit is contained in:
Juan RP 2012-03-26 11:11:42 +02:00
parent ad39dd2630
commit 267218cdd6
3 changed files with 7 additions and 6 deletions

View file

@ -1,2 +1,2 @@
abi_depends=">=0.7.11"
api_depends="${abi_depends}"
api_depends=">=1.31.22"

View file

@ -11,10 +11,11 @@ Add_dependency run dbus-glib-devel
Add_dependency run cairo-devel
Add_dependency run readline-devel
Add_dependency run js-devel
Add_dependency run gjs
Add_dependency run gjs ">=${version}"
do_install()
{
noarch=yes
do_install() {
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
}

View file

@ -1,13 +1,13 @@
# Template file for 'gjs'
pkgname=gjs
version=1.31.20
version=1.31.22
homepage="http://live.gnome.org/Gjs"
distfiles="${GNOME_SITE}/$pkgname/1.31/$pkgname-$version.tar.xz"
build_style=gnu-configure
short_desc="Mozilla-based javascript bindings for the GNOME platform"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MPL-1.1, LGPL-2.1, GPL-2"
checksum=4601f1423dbc0326529cba95cd0475a32ca62ee3215812665cf58e32080a9d11
checksum=bf40fd4e5fc9bcb0c67b180b1fbe5305f849f498793cd83009c6068927c3ec82
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