From f8f5942cf1039a69e0098603e45106c2f6521a71 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 25 Sep 2012 16:42:24 +0200 Subject: [PATCH] dconf: update to 0.13.90 (SONAME bump). --- common/shlibs | 2 ++ srcpkgs/dconf/dconf-devel.template | 3 +-- srcpkgs/dconf/dconf-editor.rshlibs | 2 +- srcpkgs/dconf/template | 17 ++++++++--------- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/common/shlibs b/common/shlibs index 87ccdec957c..b378d88641d 100644 --- a/common/shlibs +++ b/common/shlibs @@ -600,6 +600,8 @@ libtalloc.so.1 talloc-2.0.1_1 libtalloc.so.2 talloc-2.0.1_1 libmount.so.1 libmount-2.18_1 libdconf.so.0 dconf-0.5.1_1 +libdconf.so.1 dconf-0.13.90_1 +libdconf-dbus-1.so.0 dconf-0.13.90_1 libassuan.so.0 libassuan-2.0.1_1 libgpgme.so.11 gpgme-1.3.0_1 libgpgme-pthread.so.11 gpgme-1.3.0_1 diff --git a/srcpkgs/dconf/dconf-devel.template b/srcpkgs/dconf/dconf-devel.template index 6c766e9e0ed..321e99ae273 100644 --- a/srcpkgs/dconf/dconf-devel.template +++ b/srcpkgs/dconf/dconf-devel.template @@ -1,12 +1,11 @@ # Template file for 'dconf-devel'. # -depends="glib-devel vala-devel dconf>=0.12.1" +depends="glib-devel vala-devel dconf>=${version}" short_desc="${sourcepkg} - development files" long_desc="${long_desc} This package contains files for development, headers, static libs, etc." - noarch=yes do_install() { diff --git a/srcpkgs/dconf/dconf-editor.rshlibs b/srcpkgs/dconf/dconf-editor.rshlibs index a6c67265243..b3672146e3a 100644 --- a/srcpkgs/dconf/dconf-editor.rshlibs +++ b/srcpkgs/dconf/dconf-editor.rshlibs @@ -1,4 +1,4 @@ -libdconf.so.0 +libdconf.so.1 libgtk-3.so.0 libgio-2.0.so.0 libpango-1.0.so.0 diff --git a/srcpkgs/dconf/template b/srcpkgs/dconf/template index 880de994ae9..2ff05b67b71 100644 --- a/srcpkgs/dconf/template +++ b/srcpkgs/dconf/template @@ -1,20 +1,19 @@ # Template file for 'dconf' pkgname=dconf -version=0.12.1 -distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz" -build_style=gnu-configure -depends="dbus" -makedepends="pkg-config vala-devel dbus-devel gtk+3-devel libxml2-devel" +version=0.13.90 revision=1 +build_style=gnu-configure +subpackages="dconf-devel dconf-editor" +depends="dbus" +makedepends="pkg-config intltool libxslt docbook-xsl vala-devel>=0.18 +dbus-devel gtk+3-devel>=3.6.0_2 libxml2-devel" short_desc="A low-level configuration system" maintainer="Juan RP " homepage="http://live.gnome.org/dconf" licenses="LGPL-2.1" -checksum=3cd32b78d88ed7be90dace5d45e2cf8a6abdb253d43dbfa5ef52103b329dc214 +distfiles="${GNOME_SITE}/$pkgname/0.13/$pkgname-$version.tar.xz" +checksum=8661a45700d2530d1e07b735809a3a5e3df019cc8064f0f80919417fc59ee288 long_desc=" dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems." - -subpackages="dconf-devel dconf-editor" -