gjs: update to 1.34.0.
This commit is contained in:
parent
e4807a8672
commit
35b6ad4aa5
2 changed files with 9 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'gjs-devel'.
|
# Template file for 'gjs-devel'.
|
||||||
#
|
#
|
||||||
depends="libffi-devel libgirepository-devel dbus-glib-devel cairo-devel readline-devel js-devel gjs>=1.32.0"
|
depends="libffi-devel libgirepository-devel dbus-glib-devel cairo-devel
|
||||||
|
readline-devel js-devel gjs>=${version}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'gjs'
|
# Template file for 'gjs'
|
||||||
pkgname=gjs
|
pkgname=gjs
|
||||||
version=1.32.0
|
version=1.34.0
|
||||||
homepage="http://live.gnome.org/Gjs"
|
|
||||||
distfiles="${GNOME_SITE}/$pkgname/1.32/$pkgname-$version.tar.xz"
|
|
||||||
build_style=gnu-configure
|
|
||||||
makedepends="pkg-config intltool libffi-devel libgirepository-devel dbus-glib-devel cairo-devel readline-devel js-devel gobject-introspection"
|
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
makedepends="pkg-config intltool libffi-devel libgirepository-devel
|
||||||
|
dbus-glib-devel cairo-devel readline-devel js-devel gobject-introspection"
|
||||||
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"
|
||||||
checksum=b9f1dc156c15806824c936bb08ddc5048f52f6921654146c47025a62457108c0
|
homepage="http://live.gnome.org/Gjs"
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/1.34/$pkgname-$version.tar.xz"
|
||||||
|
checksum=3d62c717a0522a36c6faa1eb021872255e3cd285a72786afe23b7cca2e3084cb
|
||||||
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"
|
subpackages="gjs-devel"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue