gjs: update to 1.36.1.
This commit is contained in:
parent
ad506c340f
commit
e611e81140
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gjs'
|
# Template file for 'gjs'
|
||||||
pkgname=gjs
|
pkgname=gjs
|
||||||
version=1.36.0
|
version=1.36.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||||
|
@ -11,7 +11,7 @@ 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.36/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/1.36/$pkgname-$version.tar.xz"
|
||||||
checksum=c55680d861d562f89171640c66e5d9ac4cb0c35f1af2495e2f45bbe494b983ca
|
checksum=d259ef2d702fa9cc9948a35d0e701706d90798fd2855657b7e9ddc9a44dfcf87
|
||||||
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
|
||||||
|
@ -20,7 +20,7 @@ long_desc="
|
||||||
gjs-devel_package() {
|
gjs-devel_package() {
|
||||||
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="${short_desc} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
@ -29,6 +29,6 @@ gjs-devel_package() {
|
||||||
|
|
||||||
gjs_package() {
|
gjs_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue