Updated 95% pkgs to the new shlibs world order, not yet finished.

This commit is contained in:
Juan RP
2011-11-14 18:12:47 +01:00
parent abc9819a60
commit 25b70bd9c1
1225 changed files with 7177 additions and 4752 deletions

View File

@@ -0,0 +1,31 @@
libgirepository-1.0.so.1
libgobject-2.0.so.0
libgmodule-2.0.so.0
libgthread-2.0.so.0
librt.so.1
libjavascriptcoregtk-3.0.so.0
libglib-2.0.so.0
libffi.so.5
libdl.so.2
libpthread.so.0
libc.so.6
libgdk-3.so.0
libpangocairo-1.0.so.0
libgdk_pixbuf-2.0.so.0
libcairo-gobject.so.2
libpango-1.0.so.0
libcairo.so.2
libdbus-1.so.3
libdbus-glib-1.so.2
libgtk-3.so.0
libatk-1.0.so.0
libgio-2.0.so.0
libpangoft2-1.0.so.0
libfreetype.so.6
libfontconfig.so.1
libxml2.so.2
libmpfr.so.4
libgmp.so.10
libutil.so.1
libreadline.so.6
libsqlite3.so.0

View File

@@ -1,31 +1,12 @@
# Template file for 'libseed'.
#
revision=1
short_desc="GObject JavaScript bindings for the webkit engine - Runtime"
long_desc="${long_desc}
This package contains the runtime library and all modules, needed by
programs embedding the Seed interpreter."
Add_dependency run libgirepository
Add_dependency run glib
Add_dependency run glibc
Add_dependency run webkit-gtk3
Add_dependency run libffi
Add_dependency run gtk+3
Add_dependency run pango
Add_dependency run gdk-pixbuf
Add_dependency run cairo
Add_dependency run dbus-libs
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 gmp
Add_dependency run readline
Add_dependency run sqlite
do_install()
{
vmove "usr/lib/libseed*.so*" usr/lib

View File

@@ -0,0 +1,5 @@
libgthread-2.0.so.0
libglib-2.0.so.0
libseed-gtk3.so.0
libpthread.so.0
libc.so.6

View File

@@ -3,6 +3,7 @@ pkgname=seed
version=3.2.0
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
build_style=gnu-configure
revision=1
short_desc="GObject JavaScript bindings for the webkit engine - Interpreter"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/Seed/"
@@ -17,10 +18,6 @@ long_desc="
subpackages="libseed libseed-devel"
Add_dependency run glibc
Add_dependency run glib
Add_dependency run libseed
Add_dependency build coreutils
Add_dependency build pkg-config
Add_dependency build intltool
@@ -28,6 +25,7 @@ Add_dependency build readline-devel
Add_dependency build gobject-introspection
Add_dependency build webkit-gtk3-devel
Add_dependency build libsoup-devel
Add_dependency build dbus-glib-devel
Add_dependency full gir-freedesktop
Add_dependency full gnome-js-common