seed: update to 3.2.0.

This commit is contained in:
Juan RP 2011-09-29 12:56:21 +02:00
parent 5e54913a81
commit d1856c7549
2 changed files with 10 additions and 12 deletions

View file

@ -6,22 +6,21 @@ long_desc="${long_desc}
This package contains the runtime library and all modules, needed by This package contains the runtime library and all modules, needed by
programs embedding the Seed interpreter." programs embedding the Seed interpreter."
Add_dependency run glibc
Add_dependency run libgirepository Add_dependency run libgirepository
Add_dependency run glib
Add_dependency run glibc
Add_dependency run webkit-gtk3 Add_dependency run webkit-gtk3
Add_dependency run libffi
Add_dependency run gtk+3 Add_dependency run gtk+3
Add_dependency run libsoup
Add_dependency run atk
Add_dependency run pango Add_dependency run pango
Add_dependency run gdk-pixbuf Add_dependency run gdk-pixbuf
Add_dependency run libpng
Add_dependency run cairo Add_dependency run cairo
Add_dependency run freetype
Add_dependency run fontconfig
Add_dependency run glib
Add_dependency run libffi
Add_dependency run dbus-libs Add_dependency run dbus-libs
Add_dependency run dbus-glib Add_dependency run dbus-glib
Add_dependency run atk
Add_dependency run freetype
Add_dependency run fontconfig
Add_dependency run libxml2
Add_dependency run mpfr Add_dependency run mpfr
Add_dependency run gmp Add_dependency run gmp
Add_dependency run readline Add_dependency run readline

View file

@ -1,13 +1,13 @@
# Template file for 'seed' # Template file for 'seed'
pkgname=seed pkgname=seed
version=3.0.0 version=3.2.0
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.bz2" distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
build_style=gnu_configure build_style=gnu_configure
short_desc="GObject JavaScript bindings for the webkit engine - Interpreter" short_desc="GObject JavaScript bindings for the webkit engine - Interpreter"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/Seed/" homepage="http://live.gnome.org/Seed/"
license="LGPL-2.1" license="LGPL-2.1"
checksum=c7ef8e0c7cfe633c6bf9bfc13ab56458f053dfb12b784c75cc50dfa7cf828be6 checksum=3d1eca40834b72a5730ddaf8a5f46b8df20ddb2b3b39687d1a84ef966d3d37c0
long_desc=" long_desc="
Seed is a library and interpreter, dynamically bridging Seed is a library and interpreter, dynamically bridging
(through GObjectIntrospection) the WebKit JavaScriptCore engine, with the (through GObjectIntrospection) the WebKit JavaScriptCore engine, with the
@ -24,7 +24,6 @@ Add_dependency run libseed
Add_dependency build coreutils Add_dependency build coreutils
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency build intltool Add_dependency build intltool
Add_dependency build mpfr-devel
Add_dependency build readline-devel Add_dependency build readline-devel
Add_dependency build gobject-introspection Add_dependency build gobject-introspection
Add_dependency build webkit-gtk3-devel Add_dependency build webkit-gtk3-devel