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,9 @@
libdconf.so.0
libgtk-3.so.0
libgio-2.0.so.0
libpango-1.0.so.0
libgobject-2.0.so.0
libglib-2.0.so.0
libxml2.so.2
libpthread.so.0
libc.so.6

View File

@@ -1,23 +1,11 @@
# Template file for 'dconf-editor'.
#
revision=2
short_desc="${sourcepkg} - GTK+ editor"
long_desc="${long_desc}
This package contains a GUI to edit settings in GTK+."
Add_dependency run glibc
Add_dependency run glib
Add_dependency run atk
Add_dependency run pango
Add_dependency run gdk-pixbuf
Add_dependency run cairo
Add_dependency run libpng
Add_dependency run freetype
Add_dependency run fontconfig
Add_dependency run libxml2
Add_dependency run gtk+3
Add_dependency run dconf
do_install()
{
install -d ${DESTDIR}/usr/{bin,share}

View File

@@ -0,0 +1,6 @@
libgio-2.0.so.0
libgobject-2.0.so.0
libglib-2.0.so.0
libpthread.so.0
libc.so.6
libdbus-1.so.3

View File

@@ -3,6 +3,7 @@ pkgname=dconf
version=0.10.0
distfiles="${GNOME_SITE}/$pkgname/0.10/$pkgname-$version.tar.xz"
build_style=gnu-configure
revision=1
short_desc="A low-level configuration system"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/dconf"
@@ -15,9 +16,6 @@ long_desc="
subpackages="dconf-devel dconf-editor"
Add_dependency run glibc
Add_dependency run glib
Add_dependency run dbus-libs
Add_dependency run dbus
Add_dependency build pkg-config