From a320b519c3504a25a01a24f851681dbe056b954e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 21 Mar 2012 04:46:42 +0100 Subject: [PATCH] gjs: update to 1.31.20. --- .../gjs/patches/regress_missing_glib_symbols.patch | 13 ------------- srcpkgs/gjs/template | 11 +++-------- 2 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 srcpkgs/gjs/patches/regress_missing_glib_symbols.patch diff --git a/srcpkgs/gjs/patches/regress_missing_glib_symbols.patch b/srcpkgs/gjs/patches/regress_missing_glib_symbols.patch deleted file mode 100644 index f7d70410ae9..00000000000 --- a/srcpkgs/gjs/patches/regress_missing_glib_symbols.patch +++ /dev/null @@ -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) diff --git a/srcpkgs/gjs/template b/srcpkgs/gjs/template index bedd7970f13..9fc80b74092 100644 --- a/srcpkgs/gjs/template +++ b/srcpkgs/gjs/template @@ -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 " 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 -}