gjs: update to 1.31.20.
This commit is contained in:
parent
8f8392be99
commit
a320b519c3
|
@ -1,13 +0,0 @@
|
|||
--- Makefile-test.am.orig 2012-01-14 08:54:37.862659814 +0100
|
||||
+++ Makefile-test.am 2012-01-14 08:55:24.061568378 +0100
|
||||
@@ -69,8 +69,8 @@ testlibdir = $(prefix)/unused
|
||||
install-testlibLTLIBRARIES: # prevent it from being installed
|
||||
|
||||
nodist_libregress_la_SOURCES = $(GI_DATADIR)/tests/regress.c $(GI_DATADIR)/tests/regress.h
|
||||
-libregress_la_CFLAGS = $(GJS_CFLAGS) $(GJS_CAIRO_CFLAGS)
|
||||
-libregress_la_LDFLAGS = -avoid-version $(GJS_LIBS) $(GJS_CAIRO_LIBS)
|
||||
+libregress_la_CFLAGS = $(GJS_CFLAGS) $(GJS_CAIRO_CFLAGS) $(GJS_GDBUS_CFLAGS)
|
||||
+libregress_la_LDFLAGS = -avoid-version $(GJS_LIBS) $(GJS_CAIRO_LIBS) $(GJS_GDBUS_LIBS)
|
||||
nodist_libgimarshallingtests_la_SOURCES = $(GI_DATADIR)/tests/gimarshallingtests.c $(GI_DATADIR)/tests/gimarshallingtests.h
|
||||
libgimarshallingtests_la_CFLAGS = $(GJS_CFLAGS)
|
||||
libgimarshallingtests_la_LDFLAGS = -avoid-version $(GJS_LIBS)
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'gjs'
|
||||
pkgname=gjs
|
||||
version=1.30.1
|
||||
version=1.31.20
|
||||
homepage="http://live.gnome.org/Gjs"
|
||||
distfiles="${GNOME_SITE}/$pkgname/1.30/$pkgname-$version.tar.xz"
|
||||
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=f5db07ddf70458a33a5d0bdf83f84070fc234237ecb0d49a8676e67b52119a05
|
||||
checksum=4601f1423dbc0326529cba95cd0475a32ca62ee3215812665cf58e32080a9d11
|
||||
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
|
||||
|
@ -15,7 +15,6 @@ long_desc="
|
|||
|
||||
subpackages="gjs-devel"
|
||||
|
||||
Add_dependency build automake
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build libffi-devel
|
||||
|
@ -25,7 +24,3 @@ Add_dependency build cairo-devel
|
|||
Add_dependency build readline-devel
|
||||
Add_dependency build js-devel
|
||||
Add_dependency build gobject-introspection
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue