gjs: update to 1.36.0.

This commit is contained in:
Juan RP 2013-03-28 10:28:02 +01:00
parent e431855fc6
commit ecc6d7a099
2 changed files with 9 additions and 14 deletions

View file

@ -2,12 +2,7 @@
# #
depends="libffi-devel libgirepository-devel dbus-glib-devel cairo-devel depends="libffi-devel libgirepository-devel dbus-glib-devel cairo-devel
readline-devel js-devel gjs>=${version}" readline-devel js-devel gjs>=${version}"
short_desc="${sourcepkg} - development files" short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
noarch=yes
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr

View file

@ -1,19 +1,19 @@
# Template file for 'gjs' # Template file for 'gjs'
pkgname=gjs pkgname=gjs
version=1.34.0 version=1.36.0
revision=1 revision=1
subpackages="gjs-devel"
build_style=gnu-configure build_style=gnu-configure
makedepends="pkg-config intltool libffi-devel libgirepository-devel hostmakedepends="pkg-config intltool gobject-introspection"
dbus-glib-devel cairo-devel readline-devel js-devel gobject-introspection" makedepends="libffi-devel libgirepository-devel dbus-glib-devel
cairo-devel readline-devel js-devel"
short_desc="Mozilla-based javascript bindings for the GNOME platform" short_desc="Mozilla-based javascript bindings for the GNOME platform"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="MPL-1.1, LGPL-2.1, GPL-2" 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/1.34/$pkgname-$version.tar.xz" distfiles="${GNOME_SITE}/$pkgname/1.36/$pkgname-$version.tar.xz"
checksum=3d62c717a0522a36c6faa1eb021872255e3cd285a72786afe23b7cca2e3084cb checksum=c55680d861d562f89171640c66e5d9ac4cb0c35f1af2495e2f45bbe494b983ca
long_desc=" long_desc="
Makes it possible for applications to use all of GNOME's platform libraries 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 using the Javascript language. It's mainly based on the Mozilla javascript
engine and the GObject introsepection framework." engine and the GObject introsepection framework."
subpackages="gjs-devel"